NX Open C++ Reference Guide
|
Represents a CMM Inspection Curve Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionCurveFeatureBuilder
Created in NX7.0.0.
More...
Public Member Functions | |
NXOpen::Direction * | ApproachDirection () |
Returns the approach direction Created in NX7.0.0. | |
NXString | Name () |
Returns the name Created in NX7.0.0. | |
NXOpen::SelectNXObjectList * | SelectedCurves () |
Returns the selected curves Created in NX7.0.0. | |
NXOpen::SelectNXObjectList * | SelectedSurfaces () |
Returns the underlying surfaces selector. | |
void | SetApproachDirection (NXOpen::Direction *approachDirection) |
Sets the approach direction Created in NX7.0.0. | |
void | SetName (const NXString &name) |
Sets the name Created in NX7.0.0. |
Represents a CMM Inspection Curve Feature builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionCurveFeatureBuilder
Created in NX7.0.0.
Returns the approach direction
Created in NX7.0.0.
License requirements : None
Returns the name
Created in NX7.0.0.
License requirements : None
Returns the selected curves
Created in NX7.0.0.
License requirements : None
Returns the underlying surfaces selector.
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionCurveFeatureBuilder::SetApproachDirection | ( | NXOpen::Direction * | approachDirection | ) |
Sets the approach direction
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
approachDirection | approachdirection |
void NXOpen::CAM::InspectionCurveFeatureBuilder::SetName | ( | const NXString & | name | ) |
Sets the name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
name | name |