SurfaceRangeBuilderAnchorPositionType Enumeration

NXOpen.GeometricUtilities.SurfaceRangeBuilder.AnchorPositionType is an alias for NXOpen.GeometricUtilities.SurfaceRangeBuilderAnchorPositionType

class NXOpen.GeometricUtilities.SurfaceRangeBuilderAnchorPositionType

Bases: object

Represents the anchor position type

Enum Members

Enum Member Enum Member Description
Center Anchor at the center of the surface
Vertex1 Anchor at the first corner of the surface
Vertex2 Anchor at the second corner of the surface
Vertex3 Anchor at the third corner of the surface
Vertex4 Anchor at the fourth corner of the surface
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.