powered by CADENAS

Manual

Manual

2.3.6.1.11.1. More NX Routing options

Following is also supported:

Attributes for Routing Ports

Attributes can be added to Routing Ports.

Hereto proceed as follows:

In ifugnx.cfg, add following lines:

[CADOPTIONS]
ProcessAdditionalClasses(is3dPart)=CONNPOINT

[CreationOptions(isConnectionPoint)]
Attr1=Value1
Attr2=Value2

[AttributeMapping(isConnectionPoint)]
Attr1=Value1
Attr2=Value2

Thereby attributes ("Attr1" and "Attr2" with values "Value1" or "Value2") are assigned to all Connection Points (and thereof resulting Routing Ports).

Perhaps assignment to individual ports is also possible.

Position Anchors

Hereto set the key AnchorConnPoint to 1.

-> Then on Connection Points, also Position Anchors for routing will be created.

Routing Port Attribute

With following CreationOptions name, type (FittingPort or MultiPort) and flow direction (Both, In, Out, None) can be controlled by the RoutingPorts:

[CreationOptions(isConnectionPoint)]
PortName=?_METAOBJ.name
#:VALS_M;"FittingPort","MultiPort";
PortType=FittingPort
#:VALS_M;"Either","In","Out","None";
PortFlowDirection=Either