OffsetSurfaceBuilderOrientationMethodType Enumeration

NXOpen.Features.OffsetSurfaceBuilder.OrientationMethodType is an alias for NXOpen.Features.OffsetSurfaceBuilderOrientationMethodType

class NXOpen.Features.OffsetSurfaceBuilderOrientationMethodType

Bases: object

Represents the type of orientation method. This is applicable only if the output output is NXOpen.Features.OffsetSurfaceBuilderOutputOptionType.OneFeatureForEachFace. The first enum value implies that the offset direction will be that of the surface normal whereas the second enum value implies that am interior position will be specified and the offset direction will be away from this point

Enum Members

Enum Member Enum Member Description
UseExistingNormals
SpecifyInteriorPosition
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.