NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::ShipDesign::DeckBuilder Class Reference

This class is used to create or edit a Features::ShipDesign::Deck feature. More...

Inheritance diagram for NXOpen::Features::ShipDesign::DeckBuilder:
NXOpen::Features::ShipDesign::PlateSystemBuilder NXOpen::Features::ShipDesign::FeatureParmsBuilder NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  Types { TypesSheetBody, TypesPlanes, TypesRoundCamber, TypesStraightCamber }
 Indicates the method that is being used to define the mold face of the deck. More...

Public Member Functions

NXOpen::ExpressionCamberHeight ()
 Returns the expression containing the difference in the height of the camber from the center of the ship to the hull intersections in the selected plane.
NXOpen::ExpressionCamberOffset ()
 Returns the expression containing the offset from the ends of the camber section in the selected plane to the start of the straight portion of the camber shape.
NXOpen::ExpressionCenterHeight ()
 Returns the expression containing the overall height of the camber shape at the center of the ship in the selected plane.
NXOpen::SelectBodyHull ()
 Returns the sheet body that defines the hull shape.
NXOpen::PlaneMoldFacePlane ()
 Returns the plane in which the camber shape is generated.
NXOpen::Features::ShipDesign::PlaneListBuilderListMoldFacePlaneList ()
 Returns the list of planes defined to define the mold face.
NXOpen::SelectDatumPlaneListMoldFacePlanes ()
 Returns the planes selected to define the mold face.
NXOpen::SelectBodyMoldFaceSheet ()
 Returns the sheet body selected to define the mold face.
void SetMoldFacePlane (NXOpen::Plane *moldFacePlane)
 Sets the plane in which the camber shape is generated.
void SetType (NXOpen::Features::ShipDesign::DeckBuilder::Types type)
 Sets the method used to define the mold face of the deck.
NXOpen::Features::ShipDesign::DeckBuilder::Types Type ()
 Returns the method used to define the mold face of the deck.

Detailed Description

This class is used to create or edit a Features::ShipDesign::Deck feature.


To create a new instance of this class, use Features::ShipCollection::CreateDeckBuilder
Default values.

Property Value

CamberHeight.Value

500 (millimeters part), 20 (inches part)

CamberOffset.Value

1000 (millimeters part), 40 (inches part)

CenterHeight.Value

6000 (millimeters part), 240 (inches part)

Offset.Value

0 (millimeters part), 0 (inches part)

Primary

FwdPortToInUp

PrimaryOnReference

FwdPortToInUp

Secondary1

FwdPortToInUp

Secondary1OnReference

FwdPortToInUp

Secondary2

FwdPortToInUp

Secondary2OnReference

FwdPortToInUp


Created in NX8.0.0.


Member Enumeration Documentation

Indicates the method that is being used to define the mold face of the deck.

Enumerator:
TypesSheetBody 

Mold face is being defined by a selected sheet body.

TypesPlanes 

Mold face is being defined by selected or defined planes.

TypesRoundCamber 

Mold face is being defined by a generated round camber shape.

TypesStraightCamber 

Mold face is being defined by a generated straight camber shape.


Member Function Documentation

Returns the expression containing the difference in the height of the camber from the center of the ship to the hull intersections in the selected plane.

Only used when type is Features::ShipDesign::DeckBuilder::TypesRoundCamber or Features::ShipDesign::DeckBuilder::TypesStraightCamber .
Created in NX8.0.0.

License requirements : None

Returns the expression containing the offset from the ends of the camber section in the selected plane to the start of the straight portion of the camber shape.

Only used when type is Features::ShipDesign::DeckBuilder::TypesStraightCamber .
Created in NX8.0.0.

License requirements : None

Returns the expression containing the overall height of the camber shape at the center of the ship in the selected plane.

Only used when type is Features::ShipDesign::DeckBuilder::TypesRoundCamber or Features::ShipDesign::DeckBuilder::TypesStraightCamber .
Created in NX8.0.0.

License requirements : None

Returns the sheet body that defines the hull shape.

The hull shape is used to determine the ends of the camber shape section. Only used when type is Features::ShipDesign::DeckBuilder::TypesRoundCamber or Features::ShipDesign::DeckBuilder::TypesStraightCamber .
Created in NX8.0.0.

License requirements : None

Returns the plane in which the camber shape is generated.

Only used when type is Features::ShipDesign::DeckBuilder::TypesRoundCamber or Features::ShipDesign::DeckBuilder::TypesStraightCamber .
Created in NX8.0.0.

License requirements : None

Returns the list of planes defined to define the mold face.

Each plane defined will create a deck. Only used when type is Features::ShipDesign::DeckBuilder::TypesPlanes .
Created in NX8.0.0.

License requirements : None

Returns the planes selected to define the mold face.

Each plane selected will create a deck. When editing a deck, only a single plane can be selected. Only used when type is Features::ShipDesign::DeckBuilder::TypesPlanes .
Created in NX8.0.0.

License requirements : None

Returns the sheet body selected to define the mold face.

Only used when type is Features::ShipDesign::DeckBuilder::TypesSheetBody .
Created in NX8.0.0.

License requirements : None

Sets the plane in which the camber shape is generated.

Only used when type is Features::ShipDesign::DeckBuilder::TypesRoundCamber or Features::ShipDesign::DeckBuilder::TypesStraightCamber .
Created in NX8.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters:
moldFacePlanemoldfaceplane

Sets the method used to define the mold face of the deck.


Created in NX8.0.0.

License requirements : nx_ship_basic ("Ship Basic Design")

Parameters:
typetype

Returns the method used to define the mold face of the deck.


Created in NX8.0.0.

License requirements : None


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