NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::ShipAttributeHolder builder
This is an abstract class.
More...
Public Member Functions | |
void | CopyAttributesToPart (const std::vector< NXOpen::NXObject * > &object) |
Copies the attributes to part | |
void | CopyAttributesToPart (bool bCreate, NXOpen::Features::FeatureBuilder *featBuilder) |
Copies the attributes to part Created in NX8.0.1. | |
void | SetAttributesToObjects (const std::vector< NXOpen::NXObject * > &object) |
Sets the attributes to feature objects | |
void | SetAttributesToObjects (bool bCreate, NXOpen::Features::FeatureBuilder *featBuilder) |
Sets the attributes to feature objects Created in NX8.0.1. |
Represents a Features::ShipDesign::ShipAttributeHolder builder
This is an abstract class.
Created in NX8.0.0.
void NXOpen::Features::ShipDesign::ShipAttributeHolder::CopyAttributesToPart | ( | const std::vector< NXOpen::NXObject * > & | object | ) |
Copies the attributes to part
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")
object | object |
void NXOpen::Features::ShipDesign::ShipAttributeHolder::CopyAttributesToPart | ( | bool | bCreate, |
NXOpen::Features::FeatureBuilder * | featBuilder | ||
) |
Copies the attributes to part
Created in NX8.0.1.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")
bCreate | create or edit |
featBuilder | feat builder |
void NXOpen::Features::ShipDesign::ShipAttributeHolder::SetAttributesToObjects | ( | const std::vector< NXOpen::NXObject * > & | object | ) |
Sets the attributes to feature objects
Created in NX8.0.0.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")
object | object |
void NXOpen::Features::ShipDesign::ShipAttributeHolder::SetAttributesToObjects | ( | bool | bCreate, |
NXOpen::Features::FeatureBuilder * | featBuilder | ||
) |
Sets the attributes to feature objects
Created in NX8.0.1.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")
bCreate | create or edit |
featBuilder | feat builder |