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. | |
Additional Inherited Members | |
![]() | |
enum | ObjectFont { ObjectFontSolid = 1, ObjectFontDashed, ObjectFontPhantom, ObjectFontCenterline, ObjectFontDotted, ObjectFontLongDashed, ObjectFontDottedDashed } |
specifies the object font for objects such as lines Created in NX3.0.0. More... | |
enum | ObjectWidth { ObjectWidthNormal, ObjectWidthThick, ObjectWidthThin, ObjectWidthOne = 5, ObjectWidthTwo, ObjectWidthThree, ObjectWidthFour, ObjectWidthFive, ObjectWidthSix, ObjectWidthSeven, ObjectWidthEight, ObjectWidthNine } |
specifies object width for objects such as lines and text Created in NX3.0.0. More... | |
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 |