CreateNewComponentBuilderComponentCamType Enumeration

NXOpen.Assemblies.CreateNewComponentBuilder.ComponentCamType is an alias for NXOpen.Assemblies.CreateNewComponentBuilderComponentCamType

class NXOpen.Assemblies.CreateNewComponentBuilderComponentCamType

Bases: object

Set the origin type

Enum Members

Enum Member Enum Member Description
Target
Set the origin type to target
Resource
Set the component type to resource
Workpiece
Set the component type to workpiece
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.