NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::MainDimensions builder. More...
Public Member Functions | |
NXOpen::Expression * | AftPerpendicular () |
Returns the expression containing the position value of Aft Perpendicular along the X axis. | |
NXOpen::Expression * | Baseline () |
Returns the expression containing the position value of baseline along the Z axis. | |
NXOpen::Expression * | ForwardPerpendicular () |
Returns the expression containing the position value of forward Perpendicular along the X axis. | |
NXString | GridID () |
Returns the unique "Grid ID" for each ship. | |
NXOpen::Expression * | Midship () |
Returns the expression containing the position value of midship along the X axis. | |
void | SetGridID (const NXString &gridID) |
Sets the unique "Grid ID" for each ship. | |
NXOpen::SelectBody * | ShipBody () |
Returns the ship body. | |
NXOpen::Expression * | Waterline () |
Returns the expression containing the position value of waterline along the Z axis. | |
NXOpen::Expression * | XMax () |
Returns the expression containing the x max value. | |
NXOpen::Expression * | XMin () |
Returns the expression containing the x min value. | |
NXOpen::Expression * | YMax () |
Returns the expression containing the y max value. | |
NXOpen::Expression * | ZMax () |
Returns the expression containing the z max value. | |
NXOpen::Expression * | ZMin () |
Returns the expression containing the z min value. |
Represents a Features::ShipDesign::MainDimensions builder.
To create a new instance of this class, use Features::ShipCollection::CreateMainDimensionsBuilder
Default values.
Property | Value |
---|---|
AftPerpendicular.Value |
0 (millimeters part), 0 (inches part) |
Baseline.Value |
0 (millimeters part), 0 (inches part) |
ForwardPerpendicular.Value |
0 (millimeters part), 0 (inches part) |
Midship.Value |
0 (millimeters part), 0 (inches part) |
Waterline.Value |
0 (millimeters part), 0 (inches part) |
XMax.Value |
25000 (millimeters part), 1000 (inches part) |
XMin.Value |
0 (millimeters part), 0 (inches part) |
YMax.Value |
2500 (millimeters part), 100 (inches part) |
ZMax.Value |
2500 (millimeters part), 100 (inches part) |
ZMin.Value |
0 (millimeters part), 0 (inches part) |
Created in NX5.0.0.
Returns the expression containing the position value of Aft Perpendicular along the X axis.
Created in NX8.0.0.
License requirements : None
Returns the expression containing the position value of baseline along the Z axis.
Created in NX8.0.0.
License requirements : None
Returns the expression containing the position value of forward Perpendicular along the X axis.
Created in NX8.0.0.
License requirements : None
Returns the unique "Grid ID" for each ship.
Created in NX8.0.0.
License requirements : None
Returns the expression containing the position value of midship along the X axis.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::MainDimensionsBuilder::SetGridID | ( | const NXString & | gridID | ) |
Sets the unique "Grid ID" for each ship.
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
gridID | gridid |
Returns the ship body.
Created in NX5.0.0.
License requirements : None
Returns the expression containing the position value of waterline along the Z axis.
Created in NX8.0.0.
License requirements : None
Returns the expression containing the x max value.
Created in NX8.0.0.
License requirements : None
Returns the expression containing the x min value.
Created in NX8.0.0.
License requirements : None
Returns the expression containing the y max value.
Created in NX8.0.0.
License requirements : None
Returns the expression containing the z max value.
Created in NX8.0.0.
License requirements : None
Returns the expression containing the z min value.
Created in NX8.0.0.
License requirements : None