HandrailBuilderPostTypes Enumeration¶
NXOpen.Routing.HandrailBuilder.PostTypes is an alias for NXOpen.Routing.HandrailBuilderPostTypes
-
class
NXOpen.Routing.HandrailBuilderPostTypes¶ Bases:
objectThe post type: Start, Intermediate, None, End. Start implies closing rails must be closed to the start post. Intermediate implies that the post is neither a start nor an end post but in the middle. None implies the post is intermediate with rails but without a post. End implies the post is the last of the posts.
Enum Members
Enum Member Enum Member Description Start Intermediate NotSet End -
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.
-