NX Open C++ Reference Guide
|
Represents a Motion::PointOnSurfaceBuilder
To create a new instance of this class, use Motion::PointOnSurfaceCollection::CreatePointOnSurfaceBuilder
Created in NX6.0.0.
More...
Public Member Functions | |
std::vector< NXOpen::Face * > | GetFaces () |
Returns the selected faces. | |
NXOpen::Motion::SelectLink * | Link () |
Returns the link Created in NX8.0.0. | |
NXString | Name () |
Returns the name Created in NX6.0.0. | |
NXOpen::Point * | Point () |
Returns the selected point Created in NX6.0.0. | |
void | SetFaces (const std::vector< NXOpen::Face * > &faces) |
Set the faces Created in NX6.0.0. | |
void | SetName (const NXString &name) |
Sets the name Created in NX6.0.0. | |
void | SetPoint (NXOpen::Point *point) |
Sets the selected point Created in NX6.0.0. |
Represents a Motion::PointOnSurfaceBuilder
To create a new instance of this class, use Motion::PointOnSurfaceCollection::CreatePointOnSurfaceBuilder
Created in NX6.0.0.
std::vector<NXOpen::Face *> NXOpen::Motion::PointOnSurfaceBuilder::GetFaces | ( | ) |
Returns the selected faces.
Returns the link
Created in NX8.0.0.
License requirements : None
Returns the name
Created in NX6.0.0.
License requirements : None
Returns the selected point
Created in NX6.0.0.
License requirements : None
void NXOpen::Motion::PointOnSurfaceBuilder::SetFaces | ( | const std::vector< NXOpen::Face * > & | faces | ) |
Set the faces
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
faces | faces |
void NXOpen::Motion::PointOnSurfaceBuilder::SetName | ( | const NXString & | name | ) |
Sets the name
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
void NXOpen::Motion::PointOnSurfaceBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the selected point
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
point | point |