NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::InsertFramesBuilder builder
To create a new instance of this class, use Features::ShipCollection::CreateInsertFramesBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | Types { TypesTransverse, TypesLongitudnalZ, TypesLongitudnalY } |
Represents the Insert Frame Builder type. More... | |
Public Member Functions | |
void | SetStartFrameName (const NXString &frameName) |
Sets the Transverse Frame name Created in NX5.0.0. | |
void | SetType (NXOpen::Features::ShipDesign::InsertFramesBuilder::Types type) |
Sets the type Created in NX5.0.0. | |
NXString | StartFrameName () |
Returns the Transverse Frame name Created in NX5.0.0. | |
NXOpen::Features::ShipDesign::InsertFramesBuilder::Types | Type () |
Returns the type Created in NX5.0.0. |
Represents a Features::ShipDesign::InsertFramesBuilder builder
To create a new instance of this class, use Features::ShipCollection::CreateInsertFramesBuilder
Created in NX5.0.0.
Represents the Insert Frame Builder type.
void NXOpen::Features::ShipDesign::InsertFramesBuilder::SetStartFrameName | ( | const NXString & | frameName | ) |
Sets the Transverse Frame name
Created in NX5.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
frameName | framename |
void NXOpen::Features::ShipDesign::InsertFramesBuilder::SetType | ( | NXOpen::Features::ShipDesign::InsertFramesBuilder::Types | type | ) |
Sets the type
Created in NX5.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
type | type |
Returns the Transverse Frame name
Created in NX5.0.0.
License requirements : None
NXOpen::Features::ShipDesign::InsertFramesBuilder::Types NXOpen::Features::ShipDesign::InsertFramesBuilder::Type | ( | ) |
Returns the type
Created in NX5.0.0.
License requirements : None