NXOpen.UF.Route.CreateMultiportFromPosition

Route.CreateMultiportFromPosition()

Refer to UF_ROUTE_create_multiport_from_position for documentation.

Signature: CreateMultiportFromPosition(part, position, alignFlag, alignVector, fixturePort, termId)

Parameters:
  • part (Tag) – Tag of part to create port. When a NULL_TAG is passed, port will be created in current work part
  • position (list of float) – Position of port in absolute csys
  • alignFlag (bool) – Port alignment flag:TRUE = Port uses an alignment vector. FALSE = Port does not use an alignment vector.
  • alignVector (list of float) – Alignment vector of port
  • fixturePort (bool) – Is the port a fixture port?TRUE = Port is a fixture port. FALSE = Port is not a fixture port.
  • termId (str) – Terminal Id
Returns:

Tag of created port

Return type:

Tag

License requirements: UG/ROUTING