PortCreateRotationVector Enumeration

NXOpen.Routing.Port.CreateRotationVector is an alias for NXOpen.Routing.PortCreateRotationVector

class NXOpen.Routing.PortCreateRotationVector

Bases: object

Used by NXOpen.Routing.FittingPortCollection.CreateFromCsys() and Routing.FixturePortCollection.CreateFromCsys() to determine if the rotation vector on the port should be created.

Enum Members

Enum Member Enum Member Description
No Do not create the rotation vector on the port created from a coordinate system.
Yes Create the rotation vector on the port created from a coordinate system.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.