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

Represents a Tool Path Tilt Avoidance Builder
This is a sub-builder class and cannot be directly instantiated

Created in NX9.0.0. More...

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

Public Types

enum  AxisType { AxisTypeThreeToFive, AxisTypeFiveToFive }
 the tilting axis type More...
 
enum  MethodType { MethodTypeTilt, MethodTypeRetract }
 the collision avoidance method type More...
 

Public Member Functions

NXOpen::CAM::ToolPathTiltAvoidance::MethodType AvoidanceMethod ()
 Returns the avoidance method
Created in NX9.0.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderFanDistance ()
 Returns the fan distance
More...
 
bool MaintainTilt ()
 Returns the maintain tilt
Created in NX9.0.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderMaxMaintainTiltDistance ()
 Returns the max maintain tilt distance
Created in NX9.0.0. More...
 
double PreferredTiltAngle ()
 Returns the preferred tilt angle
Created in NX9.0.0. More...
 
void SetAvoidanceMethod (NXOpen::CAM::ToolPathTiltAvoidance::MethodType referenceType)
 Sets the avoidance method
Created in NX9.0.0. More...
 
void SetMaintainTilt (bool maintainTilt)
 Sets the maintain tilt
Created in NX9.0.0. More...
 
void SetPreferredTiltAngle (double preferredAngle)
 Sets the preferred tilt angle
Created in NX9.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 Tool Path Tilt Avoidance Builder
This is a sub-builder class and cannot be directly instantiated

Created in NX9.0.0.


Member Enumeration Documentation

the tilting axis type

Enumerator
AxisTypeThreeToFive 

the tilting axis reference: three to five

AxisTypeFiveToFive 

the tilting axis reference: five to five

the collision avoidance method type

Enumerator
MethodTypeTilt 

Avoidance method: tilt.

MethodTypeRetract 

Avoidance method: retract.

Member Function Documentation

NXOpen::CAM::ToolPathTiltAvoidance::MethodType NXOpen::CAM::ToolPathTiltAvoidance::AvoidanceMethod ( )

Returns the avoidance method
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::ToolPathTiltAvoidance::FanDistance ( )

Returns the fan distance

Deprecated:
Deprecated in NX11.0.1.

Use new version in ToolPathTiltTilting instead.


Created in NX9.0.0.

License requirements : None

bool NXOpen::CAM::ToolPathTiltAvoidance::MaintainTilt ( )

Returns the maintain tilt
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::ToolPathTiltAvoidance::MaxMaintainTiltDistance ( )

Returns the max maintain tilt distance
Created in NX9.0.0.



License requirements : None

double NXOpen::CAM::ToolPathTiltAvoidance::PreferredTiltAngle ( )

Returns the preferred tilt angle
Created in NX9.0.0.



License requirements : None

void NXOpen::CAM::ToolPathTiltAvoidance::SetAvoidanceMethod ( NXOpen::CAM::ToolPathTiltAvoidance::MethodType  referenceType)

Sets the avoidance method
Created in NX9.0.0.



License requirements : None

Parameters
referenceTypethe tilting reference type
void NXOpen::CAM::ToolPathTiltAvoidance::SetMaintainTilt ( bool  maintainTilt)

Sets the maintain tilt
Created in NX9.0.0.



License requirements : None

Parameters
maintainTiltthe value of maintain tilt
void NXOpen::CAM::ToolPathTiltAvoidance::SetPreferredTiltAngle ( double  preferredAngle)

Sets the preferred tilt angle
Created in NX9.0.0.



License requirements : None

Parameters
preferredAnglethe value of preferred tilt angle

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