NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAM::NcmctPartMountingBuilder Class Reference

Represents a NXOpen::CAM::NcmctPartMountingBuilder a "commit" of this object will perform the Part Mounting and no object is returned. More...

Inheritance diagram for NXOpen::CAM::NcmctPartMountingBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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::SelectNXObjectListGeometry ()
 Returns the selected part geometry list. More...
 
int Layer ()
 Returns the layer
Created in NX8.0.0. More...
 
NXOpen::CAM::NcmctPartMountingBuilder::LayerTypes LayerOptions ()
 Returns the layer type
Created in NX8.0.0. More...
 
NXOpen::CartesianCoordinateSystemPartMountJunction ()
 Returns the CSYS associated with the junction
Created in NX8.0.0. More...
 
NXOpen::CAM::NcmctPartMountingBuilder::PositioningTypes Positioning ()
 Returns the positioning type
Created in NX8.0.0. More...
 
void SetLayer (int layer)
 Sets the layer
Created in NX8.0.0. More...
 
void SetLayerOptions (NXOpen::CAM::NcmctPartMountingBuilder::LayerTypes layerType)
 Sets the layer type
Created in NX8.0.0. More...
 
void SetPartMountJunction (NXOpen::CartesianCoordinateSystem *csys)
 Sets the CSYS associated with the junction
Created in NX8.0.0. More...
 
void SetPositioning (NXOpen::CAM::NcmctPartMountingBuilder::PositioningTypes posType)
 Sets the positioning type
Created in NX8.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::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 NXOpen::CAM::CAMSetup::CreateNcmctPartMountingBuilder

Created in NX8.0.0.

Member Enumeration Documentation

Available types for layer options.

Enumerator
LayerTypesOriginal 

Original.

LayerTypesOriginalMakeVisible 

Original - Make Visible.

LayerTypesWork 

Work.

LayerTypesAsSpecified 

As Specified.

Available types for positioning.

Enumerator
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.

Member Function Documentation

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")

Parameters
layerthe 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")

Parameters
layerTypethe 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")

Parameters
csysthe 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")

Parameters
posTypethe positioning type

The documentation for this class was generated from the following file:
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.