NX Open C++ Reference Guide
|
Represents a Features::ResizePlane builder
To create a new instance of this class, use Features::FeatureCollection::CreateResizePlaneBuilder
Created in NX6.0.3.
More...
Public Member Functions | |
void | GetCornerPoints (std::vector< NXOpen::Point3d > &cornerPoints) |
Gets the four corner points for resizing a datum plane Created in NX6.0.3. | |
NXOpen::SelectDatumPlane * | Plane () |
Returns the plane Created in NX6.0.3. | |
bool | ResizeDuringUpdate () |
Returns the flag for resizing a datum plane. | |
void | SetCornerPoints (const std::vector< NXOpen::Point3d > &cornerPoints) |
Sets the four corner points for resizing a datum plane Created in NX6.0.3. | |
void | SetResizeDuringUpdate (bool resizeDuringUpdate) |
Sets the flag for resizing a datum plane. |
Represents a Features::ResizePlane builder
To create a new instance of this class, use Features::FeatureCollection::CreateResizePlaneBuilder
Created in NX6.0.3.
void NXOpen::Features::ResizePlaneBuilder::GetCornerPoints | ( | std::vector< NXOpen::Point3d > & | cornerPoints | ) |
Gets the four corner points for resizing a datum plane
Created in NX6.0.3.
License requirements : solid_modeling ("SOLIDS MODELING")
cornerPoints | x,y,z coordinates of corner points |
Returns the plane
Created in NX6.0.3.
License requirements : None
Returns the flag for resizing a datum plane.
If true, the datum plane is set to a default size
Created in NX6.0.3.
License requirements : None
void NXOpen::Features::ResizePlaneBuilder::SetCornerPoints | ( | const std::vector< NXOpen::Point3d > & | cornerPoints | ) |
Sets the four corner points for resizing a datum plane
Created in NX6.0.3.
License requirements : solid_modeling ("SOLIDS MODELING")
cornerPoints | x,y,z coordinates of corner points |
void NXOpen::Features::ResizePlaneBuilder::SetResizeDuringUpdate | ( | bool | resizeDuringUpdate | ) |
Sets the flag for resizing a datum plane.
If true, the datum plane is set to a default size
Created in NX6.0.3.
License requirements : solid_modeling ("SOLIDS MODELING")
resizeDuringUpdate | resizeduringupdate |