Attributes can be attached to routing ports.
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.
To do this, set the key AnchorConnPoint
to 1.
-> Then on Connection Points, also Position Anchors for routing will be created.
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