|
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...
Public Types | |
| enum | LayerTypes { LayerTypesOriginal, LayerTypesOriginalMakeVisible, LayerTypesWork, LayerTypesAsSpecified } |
| Available types for layer options. More... | |
| enum | PositioningTypes { PositioningTypesOrientMachineZeroToMainMcs, PositioningTypesUseAssemblyPositioning, PositioningTypesUsePartMountJunction, PositioningTypesUseOldMachineTransformation, PositioningTypesKeepAssemblyConstraints } |
| Available types for positioning. More... | |
Public Member Functions | |
| NXOpen::SelectNXObjectList * | Geometry () |
| Returns the selected part geometry list. | |
| int | Layer () |
| Returns the layer Created in NX8.0.0. | |
| NXOpen::CAM::NcmctPartMountingBuilder::LayerTypes | LayerOptions () |
| Returns the layer type Created in NX8.0.0. | |
| NXOpen::CartesianCoordinateSystem * | PartMountJunction () |
| Returns the CSYS associated with the junction Created in NX8.0.0. | |
| NXOpen::CAM::NcmctPartMountingBuilder::PositioningTypes | Positioning () |
| Returns the positioning type Created in NX8.0.0. | |
| void | SetLayer (int layer) |
| Sets the layer Created in NX8.0.0. | |
| void | SetLayerOptions (NXOpen::CAM::NcmctPartMountingBuilder::LayerTypes layerType) |
| Sets the layer type Created in NX8.0.0. | |
| void | SetPartMountJunction (NXOpen::CartesianCoordinateSystem *csys) |
| Sets the CSYS associated with the junction Created in NX8.0.0. | |
| void | SetPositioning (NXOpen::CAM::NcmctPartMountingBuilder::PositioningTypes posType) |
| Sets the positioning type Created in NX8.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a CAM::NcmctPartMountingBuilder a "commit" of this object will perform the Part Mounting and no object is returned.
<br> To create a new instance of this class, use @link CAM::CAMSetup::CreateNcmctPartMountingBuilder CAM::CAMSetup::CreateNcmctPartMountingBuilder @endlink <br>
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. |
| PositioningTypesKeepAssemblyConstraints |
Keep Assembly Constraints. |
| NXOpen::SelectNXObjectList* NXOpen::CAM::NcmctPartMountingBuilder::Geometry | ( | ) |
Returns the selected part geometry list.
Created in NX8.0.0.
License requirements : None
| int NXOpen::CAM::NcmctPartMountingBuilder::Layer | ( | ) |
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
| NXOpen::CartesianCoordinateSystem* NXOpen::CAM::NcmctPartMountingBuilder::PartMountJunction | ( | ) |
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 |