ProfileFrom Enumeration

class NXOpen.Routing.ProfileFrom

Bases: object

Describes whether the stock profile is located at the first segment in the path or the last segment. Enum Members

Enum Member Enum Member Description
Start Profile is at the start of the first segment.
End Profile is at the end of the last segment.
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.