NX Open C++ Reference Guide
|
Represents a CAM::NcmctPartMountingBuilder a "commit" of this object will perform the Part Mounting and no object is returned. More...
Represents a CAM::NcmctPartMountingBuilder a "commit" of this object will perform the Part Mounting and no object is returned.
To create a new instance of this class, use CAM::CAMSetup::CreateNcmctPartMountingBuilder
Created in NX8.0.0.
Available types for positioning.
PositioningTypesOrientMachineZeroToMainMcs |
Orient Machine Zero to main MCS. |
PositioningTypesUseAssemblyPositioning |
Use Assembly Positioning. |
PositioningTypesUsePartMountJunction |
Use Part Mount Junction. |
PositioningTypesUseOldMachineTransformation |
Use Old Machine Transformation. |
Returns the selected part geometry list.
Created in NX8.0.0.
License requirements : None
Returns the layer
Created in NX8.0.0.
License requirements : None
NXOpen::CAM::NcmctPartMountingBuilder::LayerTypes NXOpen::CAM::NcmctPartMountingBuilder::LayerOptions | ( | ) |
Returns the layer type
Created in NX8.0.0.
License requirements : None
Returns the CSYS associated with the junction
Created in NX8.0.0.
License requirements : None
NXOpen::CAM::NcmctPartMountingBuilder::PositioningTypes NXOpen::CAM::NcmctPartMountingBuilder::Positioning | ( | ) |
Returns the positioning type
Created in NX8.0.0.
License requirements : None
void NXOpen::CAM::NcmctPartMountingBuilder::SetLayer | ( | int | layer | ) |
Sets the layer
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
layer | the layer |
void NXOpen::CAM::NcmctPartMountingBuilder::SetLayerOptions | ( | NXOpen::CAM::NcmctPartMountingBuilder::LayerTypes | layerType | ) |
Sets the layer type
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
layerType | the layer options |
void NXOpen::CAM::NcmctPartMountingBuilder::SetPartMountJunction | ( | NXOpen::CartesianCoordinateSystem * | csys | ) |
Sets the CSYS associated with the junction
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
csys | the part mount junction |
void NXOpen::CAM::NcmctPartMountingBuilder::SetPositioning | ( | NXOpen::CAM::NcmctPartMountingBuilder::PositioningTypes | posType | ) |
Sets the positioning type
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
posType | the positioning type |