NX Open C++ Reference Guide
|
Represents a planar ship grid. More...
Public Member Functions | |
void | AddDatumPlanes (const std::vector< NXOpen::DatumPlane * > &datumplaneTags) |
Adds intersected datum planes into the planar grid. | |
bool | IsDatumPlaneInGrid (NXOpen::DatumPlane *datumplaneTag) |
Returns the flag to indicate whether the specific datum plane is in grid or not. | |
void | RemoveDatumPlanes (const std::vector< NXOpen::DatumPlane * > &datumplaneTags) |
Removes the specific datum planes from the planar grid. |
Represents a planar ship grid.
Planar ship grid is not supported in KF.
Created in NX8.0.0.
void NXOpen::Display::PlanarShipGrid::AddDatumPlanes | ( | const std::vector< NXOpen::DatumPlane * > & | datumplaneTags | ) |
Adds intersected datum planes into the planar grid.
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept")
datumplaneTags | Array of datum planes |
bool NXOpen::Display::PlanarShipGrid::IsDatumPlaneInGrid | ( | NXOpen::DatumPlane * | datumplaneTag | ) |
Returns the flag to indicate whether the specific datum plane is in grid or not.
datumplaneTag | datumplanetag |
void NXOpen::Display::PlanarShipGrid::RemoveDatumPlanes | ( | const std::vector< NXOpen::DatumPlane * > & | datumplaneTags | ) |
Removes the specific datum planes from the planar grid.
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept")
datumplaneTags | Array of datum planes |