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

Represents a display path Builder
This is an abstract class and cannot be instantiated. More...

Inheritance diagram for NXOpen::CAM::DisplayPath:
NXOpen::TaggedObject

Public Types

enum  PathDisplayTypes {
  PathDisplayTypesSolidCenter, PathDisplayTypesDashedCenter, PathDisplayTypesSilhouette, PathDisplayTypesFill,
  PathDisplayTypesSilhouetteFill
}
 the path display types
Created in NX7.5.0. More...
 

Public Member Functions

NXOpen::CAM::DisplayPath::PathDisplayTypes PathDisplayType ()
 Returns the path display types
Created in NX7.5.0. More...
 
int ReplaySpeed ()
 Returns the replay speed. More...
 
void SetPathDisplayType (NXOpen::CAM::DisplayPath::PathDisplayTypes pathDisplay)
 Sets the path display types
Created in NX7.5.0. More...
 
void SetReplaySpeed (int displaySpeed)
 Sets the replay speed. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a display path Builder
This is an abstract class and cannot be instantiated.



Created in NX7.5.0.

Member Enumeration Documentation

the path display types
Created in NX7.5.0.


Enumerator
PathDisplayTypesSolidCenter 

Path Display: Solid Center.

PathDisplayTypesDashedCenter 

Path Display: Dashed Center.

PathDisplayTypesSilhouette 

Path Display: Silhouette.

PathDisplayTypesFill 

Path Display: Fill.

PathDisplayTypesSilhouetteFill 

Path Display: Silhouette Fill.

Member Function Documentation

NXOpen::CAM::DisplayPath::PathDisplayTypes NXOpen::CAM::DisplayPath::PathDisplayType ( )

Returns the path display types
Created in NX7.5.0.



License requirements : None

int NXOpen::CAM::DisplayPath::ReplaySpeed ( )

Returns the replay speed.

The range is 1-10.
Created in NX7.5.0.

License requirements : None

void NXOpen::CAM::DisplayPath::SetPathDisplayType ( NXOpen::CAM::DisplayPath::PathDisplayTypes  pathDisplay)

Sets the path display types
Created in NX7.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
pathDisplaythe path display type
void NXOpen::CAM::DisplayPath::SetReplaySpeed ( int  displaySpeed)

Sets the replay speed.

The range is 1-10.
Created in NX7.5.0.

License requirements : cam_base ("CAM BASE")

Parameters
displaySpeedthe replay speed. The range is 1-10.

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