NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Display::PlanarShipGrid Class Reference

Represents a planar ship grid. More...

Inheritance diagram for NXOpen::Display::PlanarShipGrid:
NXOpen::Display::EntitySelectionPlane NXOpen::DisplayableObject NXOpen::NXObject NXOpen::IFitTo NXOpen::TaggedObject NXOpen::INXObject NXOpen::INXObject

Public Member Functions

void AddDatumPlanes (const std::vector< NXOpen::DatumPlane * > &datumplaneTags)
 Adds intersected datum planes into the planar grid. More...
 
bool IsDatumPlaneInGrid (NXOpen::DatumPlane *datumplaneTag)
 Returns the flag to indicate whether the specific datum plane is in grid or not. More...
 
void RemoveDatumPlanes (const std::vector< NXOpen::DatumPlane * > &datumplaneTags)
 Removes the specific datum planes from the planar grid. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen::DisplayableObject
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...
 

Detailed Description

Represents a planar ship grid.


Planar ship grid is not supported in KF.

Created in NX8.0.0.

Member Function Documentation

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")

Parameters
datumplaneTagsArray 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.

Returns

Created in NX8.0.0.

License requirements : nx_ship_concept ("Ship Concept")
Parameters
datumplaneTagdatumplanetag
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")

Parameters
datumplaneTagsArray of datum planes

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.