EndCutBuilderSelectionTypes Enumeration

NXOpen.Features.ShipDesign.EndCutBuilder.SelectionTypes is an alias for NXOpen.Features.ShipDesign.EndCutBuilderSelectionTypes

class NXOpen.Features.ShipDesign.EndCutBuilderSelectionTypes

Bases: object

This enum defines the Placement Face and Placement Edge Selection Type.

Enum Members

All faces specified as placement faces must have valid attributes that identify it as a valid face for Endcuts.

“FaceAndEdge”, “If this Selection Type is set, then a single pair of a Face (Placement Face) and an edge(Placement Edge) needs to be specified.”
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.