OffsetSurfaceBuilderOutputOptionType Enumeration

NXOpen.Features.OffsetSurfaceBuilder.OutputOptionType is an alias for NXOpen.Features.OffsetSurfaceBuilderOutputOptionType

class NXOpen.Features.OffsetSurfaceBuilderOutputOptionType

Bases: object

Represents the type of output option. The faces to be offset can be disconnected and also from multiple bodies. If either is the case, then multiple features are created. For deciding whether there should be one feature for each topologically connected set of faces or one feature for each face selected the enum below has been provided

Enum Members

Enum Member Enum Member Description
OneFeatureForConnectedFaces
OneFeatureForEachFace
OneFeatureForAllFaces
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.