NX Open C++ Reference Guide
|
This class is used to create or edit a Features::ShipDesign::Hull feature. More...
Public Types | |
enum | Types { TypesSheetBody, TypesFaces } |
Indicates the method that is being used to define the mold face of the hull. More... | |
Public Member Functions | |
NXOpen::ScCollector * | MoldFaces () |
Returns the faces selected that defines the overall shape of the hull. | |
NXOpen::SelectBody * | MoldFaceSheet () |
Returns the sheet body selected that defines the overall shape of the hull. | |
void | SetType (NXOpen::Features::ShipDesign::HullBuilder::Types type) |
Sets the method used to define the mold face of the hull. | |
NXOpen::Features::ShipDesign::HullBuilder::Types | Type () |
Returns the method used to define the mold face of the hull. |
This class is used to create or edit a Features::ShipDesign::Hull feature.
To create a new instance of this class, use Features::ShipCollection::CreateHullBuilder
Default values.
Property | Value |
---|---|
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.
Returns the faces selected that defines the overall shape of the hull.
This is only used if the Features::ShipDesign::HullBuilder::TypesFaces is set.
Created in NX8.0.0.
License requirements : None
Returns the sheet body selected that defines the overall shape of the hull.
This is only used if the Features::ShipDesign::HullBuilder::TypesSheetBody is set.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::HullBuilder::SetType | ( | NXOpen::Features::ShipDesign::HullBuilder::Types | type | ) |
Sets the method used to define the mold face of the hull.
Created in NX8.0.0.
License requirements : nx_ship_basic ("Ship Basic Design")
type | type |
NXOpen::Features::ShipDesign::HullBuilder::Types NXOpen::Features::ShipDesign::HullBuilder::Type | ( | ) |
Returns the method used to define the mold face of the hull.
Created in NX8.0.0.
License requirements : None