FlatteningAndFormingBuilderTypes Enumeration

NXOpen.Features.FlatteningAndFormingBuilder.Types is an alias for NXOpen.Features.FlatteningAndFormingBuilderTypes

class NXOpen.Features.FlatteningAndFormingBuilderTypes

Bases: object

Flattening Types

Enum Members

Enum Member Enum Member Description
Calculation This option faces to be flattened will be used to calculate the mapping. The mapping can also be applied to additional transformation objects.
Reuse This option uses a transformation maping of an existing flattening feature to reapply it in its original or reversed direction to additional transformation objects.
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.