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

Represents a NXOpen::CAM::CutDwell. More...

Inheritance diagram for NXOpen::CAM::CutDwell:
NXOpen::TaggedObject

Public Types

enum  Types { TypesNone, TypesTime, TypesRevolutions }
 the rough cut dwell mode options
Created in NX6.0.0. More...
 

Public Member Functions

double Revolutions ()
 Returns the cut dwell revolutions
Created in NX6.0.0. More...
 
void SetRevolutions (double cutDwellRevolutionsValue)
 Sets the cut dwell revolutions
Created in NX6.0.0. More...
 
void SetTime (double cutDwellTimeValue)
 Sets the cut dwell time
Created in NX6.0.0. More...
 
void SetType (NXOpen::CAM::CutDwell::Types cutDwellValue)
 Sets the cut dwell type
Created in NX6.0.0. More...
 
double Time ()
 Returns the cut dwell time
Created in NX6.0.0. More...
 
NXOpen::CAM::CutDwell::Types Type ()
 Returns the cut dwell type
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 NXOpen::CAM::CutDwell.


Created in NX6.0.0.

Member Enumeration Documentation

the rough cut dwell mode options
Created in NX6.0.0.


Enumerator
TypesNone 

Dwell after Rough Cut: None.

TypesTime 

Dwell after Rough Cut: Time.

TypesRevolutions 

Dwell after Rough Cut: Revolutions.

Member Function Documentation

double NXOpen::CAM::CutDwell::Revolutions ( )

Returns the cut dwell revolutions
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::CutDwell::SetRevolutions ( double  cutDwellRevolutionsValue)

Sets the cut dwell revolutions
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
cutDwellRevolutionsValuethe cut dwell revolutions
void NXOpen::CAM::CutDwell::SetTime ( double  cutDwellTimeValue)

Sets the cut dwell time
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
cutDwellTimeValuethe cut dwell time
void NXOpen::CAM::CutDwell::SetType ( NXOpen::CAM::CutDwell::Types  cutDwellValue)

Sets the cut dwell type
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
cutDwellValuethe cut dwell type
double NXOpen::CAM::CutDwell::Time ( )

Returns the cut dwell time
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::CutDwell::Types NXOpen::CAM::CutDwell::Type ( )

Returns the cut dwell type
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.