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

Represents an probe start of engage Builder
To create a new instance of this class, use NXOpen::CAM::MoveCollection::CreateTurnProbeClearanceBuilder

Created in NX8.5.1. More...

Inheritance diagram for NXOpen::CAM::TurnProbeClearanceBuilder:
NXOpen::CAM::MoveBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  AxialPlaneModes { AxialPlaneModesNone, AxialPlaneModesPoint, AxialPlaneModesDistance }
 The axial plane mode options
Created in NX8.5.1. More...
 
enum  RadialPlaneModes { RadialPlaneModesNone, RadialPlaneModesPoint, RadialPlaneModesDistance }
 The radial plane mode options
Created in NX8.5.1. More...
 
- Public Types inherited from NXOpen::CAM::MoveBuilder
enum  Feed { FeedMotion, FeedCustom }
 the feed Type More...
 
enum  Motion {
  MotionRapid = 1, MotionEngage, MotionCut, MotionStepover,
  MotionRetract, MotionApproach, MotionTraversal, MotionDeparture,
  MotionReturn, MotionFirstCut, MotionLastCut, MotionCrossover
}
 the motion Type More...
 

Public Member Functions

NXOpen::CAM::TurnProbeClearanceBuilder::AxialPlaneModes AxialPlaneMode ()
 Returns the axial plane mode
Created in NX8.5.1. More...
 
NXOpen::PointAxialPlanePoint ()
 Returns the axial plane point
Created in NX8.5.1. More...
 
double AxialPlaneValue ()
 Returns the axial plane value
Created in NX8.5.1. More...
 
NXOpen::CAM::TurnProbeClearanceBuilder::RadialPlaneModes RadialPlaneMode ()
 Returns the radial plane mode
Created in NX8.5.1. More...
 
NXOpen::PointRadialPlanePoint ()
 Returns the radial plane point
Created in NX8.5.1. More...
 
double RadialPlaneValue ()
 Returns the radial plane value
Created in NX8.5.1. More...
 
void SetAxialPlaneMode (NXOpen::CAM::TurnProbeClearanceBuilder::AxialPlaneModes axialPlaneMode)
 Sets the axial plane mode
Created in NX8.5.1. More...
 
void SetAxialPlanePoint (NXOpen::Point *axialPlanePoint)
 Sets the axial plane point
Created in NX8.5.1. More...
 
void SetAxialPlaneValue (double axialPlaneValue)
 Sets the axial plane value
Created in NX8.5.1. More...
 
void SetRadialPlaneMode (NXOpen::CAM::TurnProbeClearanceBuilder::RadialPlaneModes radialPlaneMode)
 Sets the radial plane mode
Created in NX8.5.1. More...
 
void SetRadialPlanePoint (NXOpen::Point *radialPlanePoint)
 Sets the radial plane point
Created in NX8.5.1. More...
 
void SetRadialPlaneValue (double radialPlaneValue)
 Sets the radial plane value
Created in NX8.5.1. More...
 
- Public Member Functions inherited from NXOpen::CAM::MoveBuilder
double FeedRate ()
 Returns the feed rate
Created in NX5.0.0. More...
 
NXOpen::CAM::MoveBuilder::Feed FeedType ()
 Returns the feed type
Created in NX5.0.0. More...
 
NXOpen::CAM::FeedRateUnit FeedUnit ()
 Returns the feed unit
Created in NX7.5.0. More...
 
NXOpen::CAM::UdeParameterGetUserParameter (const NXString &parameterName)
 Returns the custom parameter with the given name. More...
 
NXOpen::CAM::UdeParameterGetUserParameter (const char *parameterName)
 Returns the custom parameter with the given name. More...
 
NXOpen::CAM::UdeParameterGetUserParameter (int index)
 Returns the parameter at the input index. More...
 
NXOpen::CAM::MoveBuilder::Motion MotionType ()
 Returns the motion type
Created in NX5.0.0. More...
 
int NumberOfUserParameters ()
 Returns the number of user parameters
Created in NX8.0.0. More...
 
bool ProtectedMove ()
 Returns the protected move status
Created in NX5.0.0. More...
 
void SetFeedRate (double feedRate)
 Sets the feed rate
Created in NX5.0.0. More...
 
void SetFeedType (NXOpen::CAM::MoveBuilder::Feed feedType)
 Sets the feed type
Created in NX5.0.0. More...
 
void SetFeedUnit (NXOpen::CAM::FeedRateUnit unit)
 Sets the feed unit
Created in NX7.5.0. More...
 
void SetMotionType (NXOpen::CAM::MoveBuilder::Motion motionType)
 Sets the motion type
Created in NX5.0.0. More...
 
void SetParent (NXOpen::CAM::CAMObject *parent)
 Set parent
Created in NX5.0.0. More...
 
void SetProtectedMove (bool protectedMove)
 Sets the protected move status
Created in NX5.0.0. More...
 
void SetSibling (NXOpen::CAM::CAMObject *sibling)
 Set sibling
Created in NX5.0.0. More...
 
void SetSubopLabel (const NXString &subopLabel)
 Sets the subop label
Created in NX8.5.1. More...
 
void SetSubopLabel (const char *subopLabel)
 Sets the subop label
Created in NX8.5.1. More...
 
NXString SubopLabel ()
 Returns the subop label
Created in NX8.5.1. 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 an probe start of engage Builder
To create a new instance of this class, use NXOpen::CAM::MoveCollection::CreateTurnProbeClearanceBuilder

Created in NX8.5.1.


Member Enumeration Documentation

The axial plane mode options
Created in NX8.5.1.


Enumerator
AxialPlaneModesNone 

Plane is inactive.

AxialPlaneModesPoint 

Plane is defined by point.

AxialPlaneModesDistance 

Plane is defined by distance value.

The radial plane mode options
Created in NX8.5.1.


Enumerator
RadialPlaneModesNone 

Plane is inactive.

RadialPlaneModesPoint 

Plane is defined by point.

RadialPlaneModesDistance 

Plane is defined by distance value.

Member Function Documentation

NXOpen::CAM::TurnProbeClearanceBuilder::AxialPlaneModes NXOpen::CAM::TurnProbeClearanceBuilder::AxialPlaneMode ( )

Returns the axial plane mode
Created in NX8.5.1.



License requirements : None

NXOpen::Point* NXOpen::CAM::TurnProbeClearanceBuilder::AxialPlanePoint ( )

Returns the axial plane point
Created in NX8.5.1.



License requirements : None

double NXOpen::CAM::TurnProbeClearanceBuilder::AxialPlaneValue ( )

Returns the axial plane value
Created in NX8.5.1.



License requirements : None

NXOpen::CAM::TurnProbeClearanceBuilder::RadialPlaneModes NXOpen::CAM::TurnProbeClearanceBuilder::RadialPlaneMode ( )

Returns the radial plane mode
Created in NX8.5.1.



License requirements : None

NXOpen::Point* NXOpen::CAM::TurnProbeClearanceBuilder::RadialPlanePoint ( )

Returns the radial plane point
Created in NX8.5.1.



License requirements : None

double NXOpen::CAM::TurnProbeClearanceBuilder::RadialPlaneValue ( )

Returns the radial plane value
Created in NX8.5.1.



License requirements : None

void NXOpen::CAM::TurnProbeClearanceBuilder::SetAxialPlaneMode ( NXOpen::CAM::TurnProbeClearanceBuilder::AxialPlaneModes  axialPlaneMode)

Sets the axial plane mode
Created in NX8.5.1.



License requirements : cam_base ("CAM BASE")

Parameters
axialPlaneModethe axial plane mode value
void NXOpen::CAM::TurnProbeClearanceBuilder::SetAxialPlanePoint ( NXOpen::Point axialPlanePoint)

Sets the axial plane point
Created in NX8.5.1.



License requirements : cam_base ("CAM BASE")

Parameters
axialPlanePointthe axial plane point value
void NXOpen::CAM::TurnProbeClearanceBuilder::SetAxialPlaneValue ( double  axialPlaneValue)

Sets the axial plane value
Created in NX8.5.1.



License requirements : cam_base ("CAM BASE")

Parameters
axialPlaneValuethe axial plane value value
void NXOpen::CAM::TurnProbeClearanceBuilder::SetRadialPlaneMode ( NXOpen::CAM::TurnProbeClearanceBuilder::RadialPlaneModes  radialPlaneMode)

Sets the radial plane mode
Created in NX8.5.1.



License requirements : cam_base ("CAM BASE")

Parameters
radialPlaneModethe radial plane mode value
void NXOpen::CAM::TurnProbeClearanceBuilder::SetRadialPlanePoint ( NXOpen::Point radialPlanePoint)

Sets the radial plane point
Created in NX8.5.1.



License requirements : cam_base ("CAM BASE")

Parameters
radialPlanePointthe radial plane point value
void NXOpen::CAM::TurnProbeClearanceBuilder::SetRadialPlaneValue ( double  radialPlaneValue)

Sets the radial plane value
Created in NX8.5.1.



License requirements : cam_base ("CAM BASE")

Parameters
radialPlaneValuethe radial plane value value

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