NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::TransFrame builder
To create a new instance of this class, use Features::ShipCollection::CreateTransFrameBuilder
Created in NX5.0.0.
More...
Public Member Functions | |
NXString | AttribName () |
Returns the attribute for name type. | |
NXString | AttribRef () |
Returns the attribute for reference type. | |
NXOpen::Features::ShipDesign::TransFrameListItemBuilder * | CreateTransFrameListItem () |
Create a list containing all required info to generate transverse frame. | |
NXString | FeatureNameSuffix () |
Returns the suffix name. | |
int | NegateFrame () |
Returns the reverse index since where frames turn to opposite. | |
void | SetAttribName (const NXString &attribName) |
Sets the attribute for name type. | |
void | SetAttribRef (const NXString &attribRef) |
Sets the attribute for reference type. | |
void | SetFeatureNameSuffix (const NXString &featureNameSuffix) |
Sets the suffix name. | |
void | SetNegateFrame (int negateFrame) |
Sets the reverse index since where frames turn to opposite. | |
NXOpen::Features::ShipDesign::TransFrameListItemBuilderList * | TransFrameNegList () |
Returns the negative list. | |
NXOpen::Features::ShipDesign::TransFrameListItemBuilderList * | TransFramePosList () |
Returns the positive list. |
Represents a Features::ShipDesign::TransFrame builder
To create a new instance of this class, use Features::ShipCollection::CreateTransFrameBuilder
Created in NX5.0.0.
Returns the attribute for name type.
Created in NX5.0.0.
License requirements : None
Returns the attribute for reference type.
Created in NX5.0.0.
License requirements : None
NXOpen::Features::ShipDesign::TransFrameListItemBuilder* NXOpen::Features::ShipDesign::TransFrameBuilder::CreateTransFrameListItem | ( | ) |
Create a list containing all required info to generate transverse frame.
Returns the suffix name.
Created in NX5.3.0.
License requirements : None
Returns the reverse index since where frames turn to opposite.
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::TransFrameBuilder::SetAttribName | ( | const NXString & | attribName | ) |
Sets the attribute for name 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")
attribName | attribname |
void NXOpen::Features::ShipDesign::TransFrameBuilder::SetAttribRef | ( | const NXString & | attribRef | ) |
Sets the attribute for reference 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")
attribRef | attribref |
void NXOpen::Features::ShipDesign::TransFrameBuilder::SetFeatureNameSuffix | ( | const NXString & | featureNameSuffix | ) |
Sets the suffix name.
Created in NX5.3.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
featureNameSuffix | featurenamesuffix |
void NXOpen::Features::ShipDesign::TransFrameBuilder::SetNegateFrame | ( | int | negateFrame | ) |
Sets the reverse index since where frames turn to opposite.
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")
negateFrame | negateframe |
NXOpen::Features::ShipDesign::TransFrameListItemBuilderList* NXOpen::Features::ShipDesign::TransFrameBuilder::TransFrameNegList | ( | ) |
Returns the negative list.
Created in NX5.0.0.
License requirements : None
NXOpen::Features::ShipDesign::TransFrameListItemBuilderList* NXOpen::Features::ShipDesign::TransFrameBuilder::TransFramePosList | ( | ) |
Returns the positive list.
Created in NX5.0.0.
License requirements : None