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

Represents a stop position. More...

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

List of all members.

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.
double Percentage ()
 Returns the stop at percentage
Created in NX6.0.0.
NXOpen::PointPoint ()
 Returns the stop at point
Created in NX6.0.0.
void SetDistance (double stopAtDistance)
 Sets the stop at distance
Created in NX6.0.0.
void SetPercentage (double stopAtPercentage)
 Sets the stop at percentage
Created in NX6.0.0.
void SetPoint (NXOpen::Point *stopAtPoint)
 Sets the stop at point
Created in NX6.0.0.
void SetType (NXOpen::CAM::StopPosition::Types stopAtMode)
 Sets the stop at mode
Created in NX6.0.0.
NXOpen::CAM::StopPosition::Types Type ()
 Returns the stop at mode
Created in NX6.0.0.

Detailed Description

Represents a stop position.


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

Returns the stop at distance
Created in NX6.0.0.



License requirements : None

Returns the stop at percentage
Created in NX6.0.0.



License requirements : None

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

Sets the stop at point
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters:
stopAtPointthe stop at point

Sets the stop at mode
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters:
stopAtModestopatmode

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.