InspectionConstructedFeatureBuilderConstFeatType Enumeration

NXOpen.CAM.InspectionConstructedFeatureBuilder.ConstFeatType is an alias for NXOpen.CAM.InspectionConstructedFeatureBuilderConstFeatType

class NXOpen.CAM.InspectionConstructedFeatureBuilderConstFeatType

Bases: object

Type of feature to be constructed

Enum Members

Enum Member Enum Member Description
Point
Constructed Point Feature
Line
Constructed Line Feature
Plane
Constructed Plane Feature
Arc
Constructed Arc Feature
Circle
Constructed Circle Feature
Cylinder
Constructed Cylinder Feature
Cone
Constructed Cone Feature
Sphere
Constructed Sphere Feature
Curve
Constructed Curve Feature
Torus
Constructed Torus Feature
Surface
Constructed Surface Feature
SlotTab
Constructed Slot/Tab Feature
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.