|
NX Open C++ Reference Guide
|
Represents a PhysicalMaterial builder
To create a new instance of this class, use PhysicalMaterialCollection::CreatePhysicalMaterialBuilder
Created in NX6.0.0.
More...
Public Member Functions | |
| bool | AddToMaterialLibraryToggle () |
| Returns the add_to_material_library_toggle value. | |
| NXString | Description () |
| Returns the material description value. | |
| int | Id () |
| Returns the material id value. | |
| NXString | MaterialLibrary () |
| Returns the material library value. | |
| NXString | Name () |
| Returns the material name value. | |
| NXOpen::CAE::PropertyTable * | PropertyTable () |
| Returns the property table associated with the material object Created in NX6.0.0. | |
| void | SetAddToMaterialLibraryToggle (bool toggleValue) |
| Sets the add_to_material_library_toggle value. | |
| void | SetDescription (const NXString &description) |
| Sets the material description value. | |
| void | SetDescription (const char *description) |
| Sets the material description value. | |
| void | SetId (int id) |
| Sets the material id value. | |
| void | SetMaterialLibrary (const NXString &name) |
| Sets the material library value. | |
| void | SetMaterialLibrary (const char *name) |
| Sets the material library value. | |
| void | SetName (const NXString &name) |
| Sets the material name value. | |
| void | SetName (const char *name) |
| Sets the material name value. | |
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 PhysicalMaterial builder
To create a new instance of this class, use PhysicalMaterialCollection::CreatePhysicalMaterialBuilder
Created in NX6.0.0.
| bool NXOpen::PhysicalMaterialBuilder::AddToMaterialLibraryToggle | ( | ) |
Returns the add_to_material_library_toggle value.
If set to true, the material to be added to the specified material library upon commit
Created in NX6.0.0.
License requirements : None
| NXString NXOpen::PhysicalMaterialBuilder::Description | ( | ) |
Returns the material description value.
Created in NX6.0.0.
License requirements : None
| int NXOpen::PhysicalMaterialBuilder::Id | ( | ) |
Returns the material id value.
Created in NX7.5.0.
License requirements : None
| NXString NXOpen::PhysicalMaterialBuilder::MaterialLibrary | ( | ) |
Returns the material library value.
The material libary is the file name where you would like to save this material upon commit
Created in NX6.0.0.
License requirements : None
| NXString NXOpen::PhysicalMaterialBuilder::Name | ( | ) |
Returns the material name value.
Created in NX6.0.0.
License requirements : None
| NXOpen::CAE::PropertyTable* NXOpen::PhysicalMaterialBuilder::PropertyTable | ( | ) |
Returns the property table associated with the material object
Created in NX6.0.0.
License requirements : None
| void NXOpen::PhysicalMaterialBuilder::SetAddToMaterialLibraryToggle | ( | bool | toggleValue | ) |
Sets the add_to_material_library_toggle value.
If set to true, the material to be added to the specified material library upon commit
Created in NX6.0.0.
License requirements : None
| toggleValue | toggle value |
| void NXOpen::PhysicalMaterialBuilder::SetDescription | ( | const NXString & | description | ) |
Sets the material description value.
Created in NX6.0.0.
License requirements : None
| description | description |
| void NXOpen::PhysicalMaterialBuilder::SetDescription | ( | const char * | description | ) |
Sets the material description value.
Created in NX6.0.0.
License requirements : None
| description | description |
| void NXOpen::PhysicalMaterialBuilder::SetId | ( | int | id | ) |
Sets the material id value.
Created in NX7.5.0.
License requirements : None
| id | id |
| void NXOpen::PhysicalMaterialBuilder::SetMaterialLibrary | ( | const NXString & | name | ) |
Sets the material library value.
The material libary is the file name where you would like to save this material upon commit
Created in NX6.0.0.
License requirements : None
| name | name |
| void NXOpen::PhysicalMaterialBuilder::SetMaterialLibrary | ( | const char * | name | ) |
Sets the material library value.
The material libary is the file name where you would like to save this material upon commit
Created in NX6.0.0.
License requirements : None
| name | name |
| void NXOpen::PhysicalMaterialBuilder::SetName | ( | const NXString & | name | ) |
Sets the material name value.
Created in NX6.0.0.
License requirements : None
| name | name |
| void NXOpen::PhysicalMaterialBuilder::SetName | ( | const char * | name | ) |
Sets the material name value.
Created in NX6.0.0.
License requirements : None
| name | name |