NX Open C++ Reference Guide
|
Represents profile strategy
Created in NX6.0.0.
More...
Public Types | |
enum | Types { TypesDiametersOnly, TypesFacesOnly, TypesDiametersThenFaces, TypesFacesThenDiameters, TypesTowardsCorner, TypesAwayFromCorner, TypesDownOnly, TypesFinishAll } |
the profile strategy options Created in NX6.0.0. More... | |
Public Member Functions | |
void | SetType (NXOpen::CAM::ProfileStrategy::Types type) |
Sets the profile strategy Created in NX6.0.0. | |
NXOpen::CAM::ProfileStrategy::Types | Type () |
Returns the profile strategy Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents profile strategy
Created in NX6.0.0.
the profile strategy options
Created in NX6.0.0.
void NXOpen::CAM::ProfileStrategy::SetType | ( | NXOpen::CAM::ProfileStrategy::Types | type | ) |
Sets the profile strategy
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
type | the profile strategy |
NXOpen::CAM::ProfileStrategy::Types NXOpen::CAM::ProfileStrategy::Type | ( | ) |
Returns the profile strategy
Created in NX6.0.0.
License requirements : None