public interface MainDimensionsBuilder
MainDimensions
builder.
ShipCollection.createMainDimensionsBuilder(Feature)
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) |
Modifier and Type | Method and Description |
---|---|
Expression |
aftPerpendicular()
Returns the expression containing the position value of Aft Perpendicular along the X axis.
|
Expression |
baseline()
Returns the expression containing the position value of baseline along the Z axis.
|
Expression |
forwardPerpendicular()
Returns the expression containing the position value of forward Perpendicular along the X axis.
|
String |
gridID()
Returns the unique "Grid ID" for each ship.
|
Expression |
midship()
Returns the expression containing the position value of midship along the X axis.
|
void |
setGridID(String gridID)
License requirements: nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") . |
SelectBody |
shipBody()
Returns the ship body.
|
Expression |
waterline()
Returns the expression containing the position value of waterline along the Z axis.
|
Expression |
xmax()
Returns the expression containing the x max value.
|
Expression |
xmin()
Returns the expression containing the x min value.
|
Expression |
ymax()
Returns the expression containing the y max value.
|
Expression |
zmax()
Returns the expression containing the z max value.
|
Expression |
zmin()
Returns the expression containing the z min value.
|
SelectBody shipBody() throws NXException, RemoteException
NXException
RemoteException
Expression xmin() throws NXException, RemoteException
NXException
RemoteException
Expression xmax() throws NXException, RemoteException
NXException
RemoteException
Expression ymax() throws NXException, RemoteException
NXException
RemoteException
Expression zmin() throws NXException, RemoteException
NXException
RemoteException
Expression zmax() throws NXException, RemoteException
NXException
RemoteException
Expression aftPerpendicular() throws NXException, RemoteException
NXException
RemoteException
Expression forwardPerpendicular() throws NXException, RemoteException
NXException
RemoteException
Expression baseline() throws NXException, RemoteException
NXException
RemoteException
Expression waterline() throws NXException, RemoteException
NXException
RemoteException
Expression midship() throws NXException, RemoteException
NXException
RemoteException
String gridID() throws NXException, RemoteException
NXException
RemoteException
void setGridID(String gridID) throws NXException, RemoteException
gridID
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.