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

Represents a stop position
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::CAM::StopPosition:
NXOpen::TaggedObject

Public Types

enum  Types { TypesNone, TypesDistance, TypesPercentage, TypesPoint }
 the stop at options
Created in NX6.0.0. More...
 

Public Member Functions

double Distance ()
 Returns the stop at distance
Created in NX6.0.0. More...
 
double Percentage ()
 Returns the stop at percentage
Created in NX6.0.0. More...
 
NXOpen::PointPoint ()
 Returns the stop at point
Created in NX6.0.0. More...
 
void SetDistance (double stopAtDistance)
 Sets the stop at distance
Created in NX6.0.0. More...
 
void SetPercentage (double stopAtPercentage)
 Sets the stop at percentage
Created in NX6.0.0. More...
 
void SetPoint (NXOpen::Point *stopAtPoint)
 Sets the stop at point
Created in NX6.0.0. More...
 
void SetType (NXOpen::CAM::StopPosition::Types stopAtMode)
 Sets the stop at mode
Created in NX6.0.0. More...
 
NXOpen::CAM::StopPosition::Types Type ()
 Returns the stop at mode
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a stop position
Created in NX6.0.0.


Member Enumeration Documentation

the stop at options
Created in NX6.0.0.


Enumerator
TypesNone 

Stop At mode: Off.

TypesDistance 

Stop At mode: Distance.

TypesPercentage 

Stop At mode: Percentage.

TypesPoint 

Stop At mode: Point.

Member Function Documentation

double NXOpen::CAM::StopPosition::Distance ( )

Returns the stop at distance
Created in NX6.0.0.



License requirements : None

double NXOpen::CAM::StopPosition::Percentage ( )

Returns the stop at percentage
Created in NX6.0.0.



License requirements : None

NXOpen::Point* NXOpen::CAM::StopPosition::Point ( )

Returns the stop at point
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::StopPosition::SetDistance ( double  stopAtDistance)

Sets the stop at distance
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
stopAtDistancestopatdistance
void NXOpen::CAM::StopPosition::SetPercentage ( double  stopAtPercentage)

Sets the stop at percentage
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
stopAtPercentagestopatpercentage
void NXOpen::CAM::StopPosition::SetPoint ( NXOpen::Point stopAtPoint)

Sets the stop at point
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
stopAtPointthe stop at point
void NXOpen::CAM::StopPosition::SetType ( NXOpen::CAM::StopPosition::Types  stopAtMode)

Sets the stop at mode
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
stopAtModestopatmode
NXOpen::CAM::StopPosition::Types NXOpen::CAM::StopPosition::Type ( )

Returns the stop at mode
Created in NX6.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.