NX Open C++ Reference Guide
|
Represents a feature on a part that has a body associated with it. More...
Public Member Functions | |
std::vector< NXOpen::Body * > | GetBodies () |
Returns the bodies created by the feature. | |
std::vector< NXOpen::Edge * > | GetEdges () |
Returns the edges created by the feature. | |
std::vector< NXOpen::Face * > | GetFaces () |
Returns the faces created by the feature. |
Represents a feature on a part that has a body associated with it.
This is an abstract class, and cannot be instantiated.
Created in NX3.0.0.
std::vector<NXOpen::Body *> NXOpen::Features::BodyFeature::GetBodies | ( | ) |
Returns the bodies created by the feature.
std::vector<NXOpen::Edge *> NXOpen::Features::BodyFeature::GetEdges | ( | ) |
Returns the edges created by the feature.
std::vector<NXOpen::Face *> NXOpen::Features::BodyFeature::GetFaces | ( | ) |
Returns the faces created by the feature.