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

Represents a SolidTracking Builder
To create a new instance of this class, use NXOpen::CAM::Tool::CreateSolidTrackingBuilder

Created in NX5.0.0. More...

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

Public Member Functions

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 SolidTracking Builder
To create a new instance of this class, use NXOpen::CAM::Tool::CreateSolidTrackingBuilder

Created in NX5.0.0.


Member Function Documentation

NXOpen::NXObject* NXOpen::CAM::SolidTrackingBuilder::Location ( )

Returns the location
Created in NX5.0.0.



License requirements : None

void NXOpen::CAM::SolidTrackingBuilder::SetLocation ( NXOpen::NXObject tpLocation)

Sets the location
Created in NX5.0.0.



License requirements : None

Parameters
tpLocationthe tracking point tag
void NXOpen::CAM::SolidTrackingBuilder::SetTrackingXOff ( double  xoffValue)

Sets the XOff value
Created in NX5.0.0.



License requirements : None

Parameters
xoffValuethe xoff value
void NXOpen::CAM::SolidTrackingBuilder::SetTrackingYOff ( double  yoffValue)

Sets the YOff value
Created in NX5.0.0.



License requirements : None

Parameters
yoffValuethe yoff value
void NXOpen::CAM::SolidTrackingBuilder::SetTrackingZOff ( double  zoffValue)

Sets the ZOff value
Created in NX5.0.0.



License requirements : None

Parameters
zoffValuethe zoff value
double NXOpen::CAM::SolidTrackingBuilder::TrackingXOff ( )

Returns the XOff value
Created in NX5.0.0.



License requirements : None

double NXOpen::CAM::SolidTrackingBuilder::TrackingYOff ( )

Returns the YOff value
Created in NX5.0.0.



License requirements : None

double NXOpen::CAM::SolidTrackingBuilder::TrackingZOff ( )

Returns the ZOff value
Created in NX5.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.