NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Features::ShipDesign::ShipCoordinatesBuilder Class Reference

Represents a NXOpen::Features::ShipDesign::ShipCoordinates builder
To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateShipCoordinatesBuilder
Default values. More...

Inheritance diagram for NXOpen::Features::ShipDesign::ShipCoordinatesBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Selection { SelectionPoint, SelectionComponent }
 Represents the options to select point or component. More...
 
enum  XDirectionType { XDirectionTypeForward, XDirectionTypeAft }
 Represents X-frame direction. More...
 
enum  YDirectionType { YDirectionTypePort, YDirectionTypeStarboard }
 Represents Y-frame direction. More...
 
enum  ZDirectionType { ZDirectionTypeAbove, ZDirectionTypeBelow }
 Represents Z-frame direction. More...
 

Public Member Functions

double AbsXValue ()
 Returns the X value in absolute coordinate system. More...
 
double AbsYValue ()
 Returns the Y value in absolute coordinate system. More...
 
double AbsZValue ()
 Returns the Z value in absolute coordinate system. More...
 
void CreatePointByCoordinates ()
 Creates a standard point. More...
 
void CycleRoutingPorts ()
 Cycles through the ports on the selected routing component. More...
 
double DeltaX ()
 Returns the delta value whic is distance between current point and previous point along X-direction. More...
 
double DeltaY ()
 Returns the delta value whic is distance between current point and previous point along Y-direction. More...
 
double DeltaZ ()
 Returns the delta value which is distance between current point and previous point long Z-direction. More...
 
void EvaluatePointInformation (const NXOpen::Point3d &position)
 Evaluates the point per position and and sets them into ShipCoordinatesBuilder builder. More...
 
void EvaluateSinglePortInformation (int portIndex)
 Evaluates the Nth ports information and sets them into ShipCoordinatesBuilder builder, the index starts from 1 and should be equal or less than number of ports. More...
 
void GetPorts (std::vector< NXOpen::TaggedObject * > &ports)
 Gets ports in component. More...
 
NXOpen::PointPoint ()
 Returns the point to define ship coordinates. More...
 
NXOpen::SelectDisplayableObjectRoutingComponent ()
 Returns the routing component. More...
 
NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::Selection SelectionType ()
 Returns the selection type. More...
 
void SetAbsXValue (double doubleABSX)
 Sets the X value in absolute coordinate system. More...
 
void SetAbsYValue (double doubleABSY)
 Sets the Y value in absolute coordinate system. More...
 
void SetAbsZValue (double doubleABSZ)
 Sets the Z value in absolute coordinate system. More...
 
void SetDeltaX (double deltaX)
 Sets the delta value whic is distance between current point and previous point along X-direction. More...
 
void SetDeltaY (double deltaY)
 Sets the delta value whic is distance between current point and previous point along Y-direction. More...
 
void SetDeltaZ (double deltaZ)
 Sets the delta value which is distance between current point and previous point long Z-direction. More...
 
void SetPoint (NXOpen::Point *selectPoint)
 Sets the point to define ship coordinates. More...
 
void SetPosition (const NXOpen::Point3d &position)
 Sets the point information into the ShipCoordinate builder and a standard point will be created according to the position. More...
 
void SetSelectionType (NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::Selection type)
 Sets the selection type. More...
 
void SetXDirection (NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::XDirectionType xDirection)
 Sets the X-frame direction. More...
 
void SetXDistance (double doubleXDistance)
 Sets the distance along X-direction. More...
 
void SetXFrameOption (const NXString &xFrame)
 Sets the X-frame option. More...
 
void SetXFrameOption (const char *xFrame)
 Sets the X-frame option. More...
 
void SetYDirection (NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::YDirectionType yDirection)
 Sets the Y-frame direction. More...
 
void SetYDistance (double doubleYDistance)
 Sets the distance along Y-direction. More...
 
void SetYFrameOption (const NXString &yFrame)
 Sets the Y-frame option. More...
 
void SetYFrameOption (const char *yFrame)
 Sets the Y-frame option. More...
 
void SetZDirection (NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::ZDirectionType zDirection)
 Sets the Z-frame direction. More...
 
void SetZDistance (double doubleZDistance)
 Sets the distance along Z-direction. More...
 
void SetZFrameOption (const NXString &zFrame)
 Sets the Z-frame option. More...
 
void SetZFrameOption (const char *zFrame)
 Sets the Z-frame option. More...
 
NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::XDirectionType XDirection ()
 Returns the X-frame direction. More...
 
double XDistance ()
 Returns the distance along X-direction. More...
 
NXString XFrameOption ()
 Returns the X-frame option. More...
 
NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::YDirectionType YDirection ()
 Returns the Y-frame direction. More...
 
double YDistance ()
 Returns the distance along Y-direction. More...
 
NXString YFrameOption ()
 Returns the Y-frame option. More...
 
NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::ZDirectionType ZDirection ()
 Returns the Z-frame direction. More...
 
double ZDistance ()
 Returns the distance along Z-direction. More...
 
NXString ZFrameOption ()
 Returns the Z-frame option. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Features::ShipDesign::ShipCoordinates builder
To create a new instance of this class, use NXOpen::Features::ShipCollection::CreateShipCoordinatesBuilder
Default values.

Property Value

AbsXValue

0

AbsYValue

0

AbsZValue

0

DeltaX

0

DeltaY

0

DeltaZ

0

XDirection

Forward

XDistance

0

YDirection

Port

YDistance

0

ZDirection

Above

ZDistance

0


Created in NX8.0.0.

Member Enumeration Documentation

Represents the options to select point or component.

Enumerator
SelectionPoint 

Allows point selection.

SelectionComponent 

Allows routing component selection.

Represents X-frame direction.

Enumerator
XDirectionTypeForward 

forward

XDirectionTypeAft 

aft

Represents Y-frame direction.

Enumerator
YDirectionTypePort 

port

YDirectionTypeStarboard 

starboard

Represents Z-frame direction.

Enumerator
ZDirectionTypeAbove 

above

ZDirectionTypeBelow 

below

Member Function Documentation

double NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::AbsXValue ( )

Returns the X value in absolute coordinate system.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

double NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::AbsYValue ( )

Returns the Y value in absolute coordinate system.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

double NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::AbsZValue ( )

Returns the Z value in absolute coordinate system.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::CreatePointByCoordinates ( )

Creates a standard point.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::CycleRoutingPorts ( )

Cycles through the ports on the selected routing component.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

double NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::DeltaX ( )

Returns the delta value whic is distance between current point and previous point along X-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

double NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::DeltaY ( )

Returns the delta value whic is distance between current point and previous point along Y-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

double NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::DeltaZ ( )

Returns the delta value which is distance between current point and previous point long Z-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::EvaluatePointInformation ( const NXOpen::Point3d position)

Evaluates the point per position and and sets them into ShipCoordinatesBuilder builder.


Created in NX8.5.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
positionposition
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::EvaluateSinglePortInformation ( int  portIndex)

Evaluates the Nth ports information and sets them into ShipCoordinatesBuilder builder, the index starts from 1 and should be equal or less than number of ports.


Created in NX8.5.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
portIndexportindex
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::GetPorts ( std::vector< NXOpen::TaggedObject * > &  ports)

Gets ports in component.


Created in NX8.5.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
portsports
NXOpen::Point* NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::Point ( )

Returns the point to define ship coordinates.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

NXOpen::SelectDisplayableObject* NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::RoutingComponent ( )

Returns the routing component.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::Selection NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SelectionType ( )

Returns the selection type.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetAbsXValue ( double  doubleABSX)

Sets the X value in absolute coordinate system.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
doubleABSXdoubleabsx
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetAbsYValue ( double  doubleABSY)

Sets the Y value in absolute coordinate system.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
doubleABSYdoubleabsy
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetAbsZValue ( double  doubleABSZ)

Sets the Z value in absolute coordinate system.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
doubleABSZdoubleabsz
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetDeltaX ( double  deltaX)

Sets the delta value whic is distance between current point and previous point along X-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
deltaXdeltax
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetDeltaY ( double  deltaY)

Sets the delta value whic is distance between current point and previous point along Y-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
deltaYdeltay
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetDeltaZ ( double  deltaZ)

Sets the delta value which is distance between current point and previous point long Z-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
deltaZdeltaz
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetPoint ( NXOpen::Point selectPoint)

Sets the point to define ship coordinates.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
selectPointselectpoint
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetPosition ( const NXOpen::Point3d position)

Sets the point information into the ShipCoordinate builder and a standard point will be created according to the position.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
positionposition
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetSelectionType ( NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::Selection  type)

Sets the selection type.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
typetype
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetXDirection ( NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::XDirectionType  xDirection)

Sets the X-frame direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
xDirectionxdirection
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetXDistance ( double  doubleXDistance)

Sets the distance along X-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
doubleXDistancedoublexdistance
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetXFrameOption ( const NXString xFrame)

Sets the X-frame option.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
xFramexframe
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetXFrameOption ( const char *  xFrame)

Sets the X-frame option.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
xFramexframe
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetYDirection ( NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::YDirectionType  yDirection)

Sets the Y-frame direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
yDirectionydirection
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetYDistance ( double  doubleYDistance)

Sets the distance along Y-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
doubleYDistancedoubleydistance
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetYFrameOption ( const NXString yFrame)

Sets the Y-frame option.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
yFrameyframe
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetYFrameOption ( const char *  yFrame)

Sets the Y-frame option.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
yFrameyframe
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetZDirection ( NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::ZDirectionType  zDirection)

Sets the Z-frame direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
zDirectionzdirection
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetZDistance ( double  doubleZDistance)

Sets the distance along Z-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
doubleZDistancedoublezdistance
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetZFrameOption ( const NXString zFrame)

Sets the Z-frame option.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
zFramezframe
void NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::SetZFrameOption ( const char *  zFrame)

Sets the Z-frame option.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

Parameters
zFramezframe
NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::XDirectionType NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::XDirection ( )

Returns the X-frame direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

double NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::XDistance ( )

Returns the distance along X-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

NXString NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::XFrameOption ( )

Returns the X-frame option.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::YDirectionType NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::YDirection ( )

Returns the Y-frame direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

double NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::YDistance ( )

Returns the distance along Y-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

NXString NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::YFrameOption ( )

Returns the Y-frame option.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::ZDirectionType NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::ZDirection ( )

Returns the Z-frame direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

double NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::ZDistance ( )

Returns the distance along Z-direction.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")

NXString NXOpen::Features::ShipDesign::ShipCoordinatesBuilder::ZFrameOption ( )

Returns the Z-frame option.


Created in NX8.0.0.

License requirements : nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design") OR routing_base ("Routing Basic")


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