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

Represents a InspectionProbeTracking builder
To create a new instance of this class, use NXOpen::CAM::InspectionTool::CreateInspectionProbeTrackingBuilder

Created in NX9.0.0. More...

Inheritance diagram for NXOpen::CAM::InspectionProbeTrackingBuilder:
NXOpen::CAM::SolidTrackingBuilder NXOpen::CAM::TrackpointBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  TipTypes { TipTypesSphere, TipTypesCylinder, TipTypesDisk }
 the tip type More...
 

Public Member Functions

double AxialPercent ()
 Returns the axial percentage
Created in NX9.0.0. More...
 
NXOpen::NXObjectAxis ()
 Returns the stem axis
Created in NX9.0.0. More...
 
void SetAxialPercent (double pct)
 Sets the axial percentage
Created in NX9.0.0. More...
 
void SetAxis (NXOpen::NXObject *axis)
 Sets the stem axis
Created in NX9.0.0. More...
 
void SetLocationParameters (NXOpen::NXObject *tpLocation)
 Set the trackpoint location and default parameters
Created in NX9.0.0. More...
 
void SetStemTop (NXOpen::NXObject *stemTop)
 Sets the stem top
Created in NX9.0.0. More...
 
void SetTipType (NXOpen::CAM::InspectionProbeTrackingBuilder::TipTypes type)
 Sets the tip type
Created in NX9.0.0. More...
 
NXOpen::NXObjectStemTop ()
 Returns the stem top
Created in NX9.0.0. More...
 
NXOpen::CAM::InspectionProbeTrackingBuilder::TipTypes TipType ()
 Returns the tip type
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::SolidTrackingBuilder
NXOpen::NXObjectLocation ()
 Returns the location
Created in NX5.0.0. More...
 
void SetLocation (NXOpen::NXObject *tpLocation)
 Sets the location
Created in NX5.0.0. More...
 
void SetTrackingXOff (double xoffValue)
 Sets the XOff value
Created in NX5.0.0. More...
 
void SetTrackingYOff (double yoffValue)
 Sets the YOff value
Created in NX5.0.0. More...
 
void SetTrackingZOff (double zoffValue)
 Sets the ZOff value
Created in NX5.0.0. More...
 
double TrackingXOff ()
 Returns the XOff value
Created in NX5.0.0. More...
 
double TrackingYOff ()
 Returns the YOff value
Created in NX5.0.0. More...
 
double TrackingZOff ()
 Returns the ZOff value
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::TrackpointBuilder
void SetTlAdjReg (int tlAdjReg)
 Sets the adjust register
Created in NX5.0.0. More...
 
void SetTlCutcomReg (int tlCutcomReg)
 Sets the cutcom register
Created in NX5.0.0. More...
 
void SetTrackingName (const NXString &nameValue)
 Sets the Tracking Point name value
Created in NX5.0.0. More...
 
void SetTrackingName (const char *nameValue)
 Sets the Tracking Point name value
Created in NX5.0.0. More...
 
int TlAdjReg ()
 Returns the adjust register
Created in NX5.0.0. More...
 
int TlCutcomReg ()
 Returns the cutcom register
Created in NX5.0.0. More...
 
NXString TrackingName ()
 Returns the Tracking Point name value
Created in NX5.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 InspectionProbeTracking builder
To create a new instance of this class, use NXOpen::CAM::InspectionTool::CreateInspectionProbeTrackingBuilder

Created in NX9.0.0.


Member Enumeration Documentation

the tip type

Enumerator
TipTypesSphere 

Sphere.

TipTypesCylinder 

Cylinder.

TipTypesDisk 

Disk.

Member Function Documentation

double NXOpen::CAM::InspectionProbeTrackingBuilder::AxialPercent ( )

Returns the axial percentage
Created in NX9.0.0.



License requirements : None

NXOpen::NXObject* NXOpen::CAM::InspectionProbeTrackingBuilder::Axis ( )

Returns the stem axis
Created in NX9.0.0.



License requirements : None

void NXOpen::CAM::InspectionProbeTrackingBuilder::SetAxialPercent ( double  pct)

Sets the axial percentage
Created in NX9.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
pctthe axial percentage
void NXOpen::CAM::InspectionProbeTrackingBuilder::SetAxis ( NXOpen::NXObject axis)

Sets the stem axis
Created in NX9.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
axisthe axis tag
void NXOpen::CAM::InspectionProbeTrackingBuilder::SetLocationParameters ( NXOpen::NXObject tpLocation)

Set the trackpoint location and default parameters
Created in NX9.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tpLocationthe trackpoint geometry
void NXOpen::CAM::InspectionProbeTrackingBuilder::SetStemTop ( NXOpen::NXObject stemTop)

Sets the stem top
Created in NX9.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
stemTopthe stem_top tag
void NXOpen::CAM::InspectionProbeTrackingBuilder::SetTipType ( NXOpen::CAM::InspectionProbeTrackingBuilder::TipTypes  type)

Sets the tip type
Created in NX9.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
typetype
NXOpen::NXObject* NXOpen::CAM::InspectionProbeTrackingBuilder::StemTop ( )

Returns the stem top
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::InspectionProbeTrackingBuilder::TipTypes NXOpen::CAM::InspectionProbeTrackingBuilder::TipType ( )

Returns the tip type
Created in NX9.0.0.



License requirements : None


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