|
NX Open C++ Reference Guide
|
The classs represent the sub builder for creating cut volume feature items
To create a new instance of this class, use CAM::CutVolumeGeom::CreateCutVolume
Created in NX8.0.0.
More...
Public Member Functions | |
| double | FloorStock () |
| Returns the floor stock Created in NX8.0.0. | |
| NXOpen::CAM::SelectCAMFeatureList * | Selection () |
| Returns the selection Created in NX8.0.0. | |
| void | SetFloorStock (double floorStock) |
| Sets the floor stock Created in NX8.0.0. | |
| void | SetWallStock (double wallStock) |
| Sets the wall stock Created in NX8.0.0. | |
| double | WallStock () |
| Returns the wall stock Created in NX8.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
The classs represent the sub builder for creating cut volume feature items
To create a new instance of this class, use CAM::CutVolumeGeom::CreateCutVolume
Created in NX8.0.0.
| double NXOpen::CAM::CutVolume::FloorStock | ( | ) |
Returns the floor stock
Created in NX8.0.0.
License requirements : None
| NXOpen::CAM::SelectCAMFeatureList* NXOpen::CAM::CutVolume::Selection | ( | ) |
Returns the selection
Created in NX8.0.0.
License requirements : None
| void NXOpen::CAM::CutVolume::SetFloorStock | ( | double | floorStock | ) |
Sets the floor stock
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
| floorStock | floorstock |
| void NXOpen::CAM::CutVolume::SetWallStock | ( | double | wallStock | ) |
Sets the wall stock
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
| wallStock | wallstock |
| double NXOpen::CAM::CutVolume::WallStock | ( | ) |
Returns the wall stock
Created in NX8.0.0.
License requirements : None