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

Inspection Analyze Save to Layer dialog builder
To create a new instance of this class, use NXOpen::CAM::InspectionOperationCollection::CreateInspectionSaveToLayerBuilderSel

Created in NX9.0.1. More...

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

Public Member Functions

std::vector
< NXOpen::CAM::CAMObject * > 
GetSelectedOps ()
 Returns the selected operations. More...
 
NXString GroupName ()
 Returns the destination group name
Created in NX9.0.1. More...
 
int Layer ()
 Returns the destination layer
Created in NX9.0.1. More...
 
void SaveToLayer ()
 Saves measured data to a layer. More...
 
void SetGroupName (const NXString &groupName)
 Sets the destination group name
Created in NX9.0.1. More...
 
void SetGroupName (const char *groupName)
 Sets the destination group name
Created in NX9.0.1. More...
 
void SetLayer (int layer)
 Sets the destination layer
Created in NX9.0.1. More...
 
void SetSelectedOps (const std::vector< NXOpen::CAM::CAMObject * > &selectedOps)
 Sets the selected operations. 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

Inspection Analyze Save to Layer dialog builder
To create a new instance of this class, use NXOpen::CAM::InspectionOperationCollection::CreateInspectionSaveToLayerBuilderSel

Created in NX9.0.1.


Member Function Documentation

std::vector<NXOpen::CAM::CAMObject *> NXOpen::CAM::InspectionSaveToLayerBuilder::GetSelectedOps ( )

Returns the selected operations.

Returns
Selected operation tags
Created in NX9.0.1.

License requirements : None
NXString NXOpen::CAM::InspectionSaveToLayerBuilder::GroupName ( )

Returns the destination group name
Created in NX9.0.1.



License requirements : None

int NXOpen::CAM::InspectionSaveToLayerBuilder::Layer ( )

Returns the destination layer
Created in NX9.0.1.



License requirements : None

void NXOpen::CAM::InspectionSaveToLayerBuilder::SaveToLayer ( )

Saves measured data to a layer.


Created in NX9.0.1.

License requirements : insp_programming ("INSPECTION PROGRAMMING")

void NXOpen::CAM::InspectionSaveToLayerBuilder::SetGroupName ( const NXString groupName)

Sets the destination group name
Created in NX9.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
groupNamegroupname
void NXOpen::CAM::InspectionSaveToLayerBuilder::SetGroupName ( const char *  groupName)

Sets the destination group name
Created in NX9.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
groupNamegroupname
void NXOpen::CAM::InspectionSaveToLayerBuilder::SetLayer ( int  layer)

Sets the destination layer
Created in NX9.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
layerlayer
void NXOpen::CAM::InspectionSaveToLayerBuilder::SetSelectedOps ( const std::vector< NXOpen::CAM::CAMObject * > &  selectedOps)

Sets the selected operations.


Created in NX9.0.1.

License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
selectedOpsSelected operation tags

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