PartGeometryCopyBuilderType Enumeration

NXOpen.Features.PartGeometryCopyBuilder.Type is an alias for NXOpen.Features.PartGeometryCopyBuilderType

class NXOpen.Features.PartGeometryCopyBuilderType

Bases: object

Specifies object types to copy in the part geometry copy block

Enum Members

Enum Member Enum Member Description
Automatic An option to select point, datum, sketch, body, and curve feature
BodyCollector An option to select bodies via body selection intent
BodyObject An option to select body, body-based feature, and body group
CurveFeature Curve-based feature
Sketch Sketch feature
Datum Datum plane, datum axis or datum coordinate system feature
Point Point
CompositeCurve An option to composite a curve via curve selection intent
CompositeFace An option to composite a body via face selection intent
Expression Expression
Pmi PMI dimension
Curve Curve or edge
Face Face
RoutingObject Routing Object
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.