NX Open C++ Reference Guide
|
Represents a point and body context on a region point. More...
Public Member Functions | |
NXOpen::Body * | Body () |
Returns the Body Created in NX5.0.0. | |
NXOpen::Point * | Point () |
Returns the Point Created in NX5.0.0. | |
void | SetBody (NXOpen::Body *body) |
Sets the Body Created in NX5.0.0. | |
void | SetPoint (NXOpen::Point *point) |
Sets the Point Created in NX5.0.0. |
Represents a point and body context on a region point.
To create a new instance of this class, use Part::CreateEmptyRegionPoint
Created in NX5.0.0.
Returns the Body
Created in NX5.0.0.
License requirements : None
Returns the Point
Created in NX5.0.0.
License requirements : None
void NXOpen::RegionPoint::SetBody | ( | NXOpen::Body * | body | ) |
Sets the Body
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
body | body to add corrosponding point |
void NXOpen::RegionPoint::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the Point
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
point | point to add |