2.3.7.2.8.1. More NX Routing options

Following is also supported:

Attributes for routing ports

Attributes can be attached to routing ports.

Hereto proceed as follows:

Add the following lines to ifugnx.cfg:

[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

To do this, set the key AnchorConnPoint to 1.

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

Routing port attributes

The following CreationOptions can be used to control the name, type (FittingPort or MultiPort) and flow direction (Both, In, Out, None) of the routing ports:

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