InspectionConstructedFeatureBuilderMethodEnumType Enumeration

NXOpen.CAM.InspectionConstructedFeatureBuilder.MethodEnumType is an alias for NXOpen.CAM.InspectionConstructedFeatureBuilderMethodEnumType

class NXOpen.CAM.InspectionConstructedFeatureBuilderMethodEnumType

Bases: object

Construction Method

Enum Members

Enum Member Enum Member Description
BestFit
Best Fit a feature to point reducible subfeatures
Transform
Transform a copy of a feature from one PCS to another PCS
Intersection
Intersects features to form a point plane or circle feature
Minimum
Finds the maximum feature measurement point in a specified direction
Maximum
Finds the minimum feature measurement point in a specified direction
Projection
Projects a measurement point onto a measured or nominal feature
MoveByFeature
Moves a copy of a point reducible feature in a direction associated with another feature
MoveByVector
Moves a copy of a point reducible feature in a user specifiec direction
PerpendicularTo
Creates a feature perpendicular to a feature and through another feature
ParallelTo
Creates a feature parallel to a feature and through another feature
Offset
Creates a plane or line offset by a nominal amount to each subfeature
Middle
Creates a point, plane or line at the middle of two sub features
ConeDiameter
Creates a circle at diameter of a cone
ConeDistance
Creates a circle at distance along a cone
Extract
Creates a feature by extract neasurements from other features
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.