WrapBuilderTypes Enumeration

NXOpen.Features.WrapBuilder.Types is an alias for NXOpen.Features.WrapBuilderTypes

class NXOpen.Features.WrapBuilderTypes

Bases: object

Settings for the type of wrap operation being performed.

Enum Members

Enum Member Enum Member Description
Wrap Curves are to be wrapped from a plane onto the selected faces, during edit you can get this value but any change will be ignored.
Unwrap Curves are to be unwrapped from the selected faces onto the tangent plane, during edit you can get this value but any change will be ignored.
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.