ShapeFrameBuilderAnchorAttachmentType Enumeration

NXOpen.GeometricUtilities.ShapeFrameBuilder.AnchorAttachmentType is an alias for NXOpen.GeometricUtilities.ShapeFrameBuilderAnchorAttachmentType

class NXOpen.GeometricUtilities.ShapeFrameBuilderAnchorAttachmentType

Bases: object

Represents the anchor attachment type

Enum Members

Enum Member Enum Member Description
NotSet Anchor is not attached to the frame
Center Anchor is attached to the center of the frame
Vertex1 Anchor is attached to the first vertex of the frame
Vertex2 Anchor is attached to the second vertex of the frame
Vertex3 Anchor is attached to the third vertex of the frame
Vertex4 Anchor is attached to the fourth vertex of the frame
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.