|
NX Open C++ Reference Guide
|
Represents a Features::ShipDesign::ShipAttributeHolder builder
This is an abstract class.
More...
Public Member Functions | |
| void | CopyAttributesToObjects (bool bCreate, NXOpen::Features::FeatureBuilder *featBuilder) |
| Copies attributes from proxy to feature objects Created in NX8.0.1. | |
| void | CopyAttributesToPart (const std::vector< NXOpen::NXObject * > &object) |
| Copies the attributes to part | |
| void | CopyAttributesToPart (bool bCreate, NXOpen::Features::FeatureBuilder *featBuilder) |
| Copies the attributes from proxy to part Created in NX8.0.1. | |
| NXOpen::NXObject * | GetAttributeProxy () |
| Gets attribute proxy. | |
| 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 objects | |
| void | SetAttributesToProxy (NXOpen::NXObject *object) |
| Sets the attributes to proxy Created in NX8.0.1. | |
| void | SetAttributeToProxyFromBuilder (NXOpen::Features::FeatureBuilder *featBuilder) |
| Sets attribute proxy Created in NX8.5.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Features::ShipDesign::ShipAttributeHolder builder
This is an abstract class.
Created in NX8.0.0.
| void NXOpen::Features::ShipDesign::ShipAttributeHolder::CopyAttributesToObjects | ( | bool | bCreate, |
| NXOpen::Features::FeatureBuilder * | featBuilder | ||
| ) |
Copies attributes from proxy 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 |
| void NXOpen::Features::ShipDesign::ShipAttributeHolder::CopyAttributesToPart | ( | const std::vector< NXOpen::NXObject * > & | object | ) |
Copies the attributes to part
This method is no longer valid. Use the un-deprecated method with the same method name.
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 from proxy 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 |
| NXOpen::NXObject* NXOpen::Features::ShipDesign::ShipAttributeHolder::GetAttributeProxy | ( | ) |
Gets attribute proxy.
| void NXOpen::Features::ShipDesign::ShipAttributeHolder::SetAttributesToObjects | ( | const std::vector< NXOpen::NXObject * > & | object | ) |
Sets the attributes to feature objects
Use Features::ShipDesign::ShipAttributeHolder::SetAttributesToProxy instead.
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 objects
Use Features::ShipDesign::ShipAttributeHolder::SetAttributesToProxy instead.
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::SetAttributesToProxy | ( | NXOpen::NXObject * | object | ) |
Sets the attributes to proxy
Created in NX8.0.1.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")
| object | NULL or object to be edited |
| void NXOpen::Features::ShipDesign::ShipAttributeHolder::SetAttributeToProxyFromBuilder | ( | NXOpen::Features::FeatureBuilder * | featBuilder | ) |
Sets attribute proxy
Created in NX8.5.0.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")
| featBuilder | feat builder |