NX Open C++ Reference Guide
|
Represents a Splitter Builder
To create a new instance of this class, use CAM::MultiBladeSplittersGeometry::CreateSplitter
Created in NX7.0.0.
More...
Public Member Functions | |
int | CountOfFaces () |
Returns the item count of the list Created in NX7.0.0. | |
std::vector< NXOpen::NXObject * > | GetBlendFaces () |
Get the blend faces. | |
std::vector< NXOpen::NXObject * > | GetWallFaces () |
Get the wall faces. | |
void | RemoveBlendFaces (const std::vector< NXOpen::NXObject * > &faces) |
Remove the blend faces Created in NX7.0.0. | |
void | RemoveWallFaces (const std::vector< NXOpen::NXObject * > &faces) |
Remove the wall faces Created in NX7.0.0. | |
void | SetBlendFaces (const std::vector< NXOpen::NXObject * > &blendFaces) |
Set the blend faces Created in NX7.0.0. | |
void | SetCountOfFaces (int count) |
Sets the item count of the list Created in NX7.0.0. | |
void | SetWallFaces (const std::vector< NXOpen::NXObject * > &wallFaces) |
Set the wall faces Created in NX7.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Splitter Builder
To create a new instance of this class, use CAM::MultiBladeSplittersGeometry::CreateSplitter
Created in NX7.0.0.
int NXOpen::CAM::Splitter::CountOfFaces | ( | ) |
Returns the item count of the list
Created in NX7.0.0.
License requirements : None
std::vector<NXOpen::NXObject *> NXOpen::CAM::Splitter::GetBlendFaces | ( | ) |
Get the blend faces.
std::vector<NXOpen::NXObject *> NXOpen::CAM::Splitter::GetWallFaces | ( | ) |
Get the wall faces.
void NXOpen::CAM::Splitter::RemoveBlendFaces | ( | const std::vector< NXOpen::NXObject * > & | faces | ) |
Remove the blend faces
Created in NX7.0.0.
License requirements : cam_base ("CAM BASE")
faces | the removed blend faces |
void NXOpen::CAM::Splitter::RemoveWallFaces | ( | const std::vector< NXOpen::NXObject * > & | faces | ) |
Remove the wall faces
Created in NX7.0.0.
License requirements : cam_base ("CAM BASE")
faces | the removed wall faces |
void NXOpen::CAM::Splitter::SetBlendFaces | ( | const std::vector< NXOpen::NXObject * > & | blendFaces | ) |
Set the blend faces
Created in NX7.0.0.
License requirements : cam_base ("CAM BASE")
blendFaces | the blend faces |
void NXOpen::CAM::Splitter::SetCountOfFaces | ( | int | count | ) |
Sets the item count of the list
Created in NX7.0.0.
License requirements : cam_base ("CAM BASE")
count | the count of the list |
void NXOpen::CAM::Splitter::SetWallFaces | ( | const std::vector< NXOpen::NXObject * > & | wallFaces | ) |
Set the wall faces
Created in NX7.0.0.
License requirements : cam_base ("CAM BASE")
wallFaces | the wall faces |