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

Represets a User Defined Event
Created in NX10.0.2. More...

Inheritance diagram for NXOpen::CAM::CycleDwell:
NXOpen::TaggedObject

Public Types

enum  Mode { ModeOn, ModeOff, ModeSeconds, ModeRevolutions }
 Available types for dwell mode. More...
 

Public Member Functions

double Dwell ()
 Returns the dwell value
Created in NX10.0.2. More...
 
NXOpen::CAM::CycleDwell::Mode DwellMode ()
 Returns the dwell type
Created in NX10.0.2. More...
 
bool IsActive ()
 Returns the dwell status
Created in NX10.0.2. More...
 
void SetActive (bool bActive)
 Sets the dwell status
Created in NX10.0.2. More...
 
void SetDwell (double doubleValue)
 Sets the dwell value
Created in NX10.0.2. More...
 
void SetDwellMode (NXOpen::CAM::CycleDwell::Mode dwell)
 Sets the dwell type
Created in NX10.0.2. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represets a User Defined Event
Created in NX10.0.2.


Member Enumeration Documentation

Available types for dwell mode.

Enumerator
ModeOn 

dwell on

ModeOff 

dwell off

ModeSeconds 

dwell seconds

ModeRevolutions 

dwell revolutions

Member Function Documentation

double NXOpen::CAM::CycleDwell::Dwell ( )

Returns the dwell value
Created in NX10.0.2.



License requirements : cam_base ("CAM BASE")

NXOpen::CAM::CycleDwell::Mode NXOpen::CAM::CycleDwell::DwellMode ( )

Returns the dwell type
Created in NX10.0.2.



License requirements : cam_base ("CAM BASE")

bool NXOpen::CAM::CycleDwell::IsActive ( )

Returns the dwell status
Created in NX10.0.2.



License requirements : cam_base ("CAM BASE")

void NXOpen::CAM::CycleDwell::SetActive ( bool  bActive)

Sets the dwell status
Created in NX10.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
bActivethe dwell mode status
void NXOpen::CAM::CycleDwell::SetDwell ( double  doubleValue)

Sets the dwell value
Created in NX10.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
doubleValuethe dwell value
void NXOpen::CAM::CycleDwell::SetDwellMode ( NXOpen::CAM::CycleDwell::Mode  dwell)

Sets the dwell type
Created in NX10.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
dwellthe dwell mode

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