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 | SetId (int id) |
Sets the material id value. | |
void | SetMaterialLibrary (const NXString &name) |
Sets the material library value. | |
void | SetName (const NXString &name) |
Sets the material name value. |
Represents a PhysicalMaterial builder
To create a new instance of this class, use PhysicalMaterialCollection::CreatePhysicalMaterialBuilder
Created in NX6.0.0.
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
Returns the material description value.
Created in NX6.0.0.
License requirements : None
Returns the material id value.
Created in NX7.5.0.
License requirements : None
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
Returns the material name value.
Created in NX6.0.0.
License requirements : None
Returns the property table associated with the material object
Created in NX6.0.0.
License requirements : gateway ("UG GATEWAY")
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 : gateway ("UG GATEWAY")
toggleValue | toggle value |
void NXOpen::PhysicalMaterialBuilder::SetDescription | ( | const NXString & | description | ) |
Sets the material description value.
Created in NX6.0.0.
License requirements : gateway ("UG GATEWAY")
description | description |
void NXOpen::PhysicalMaterialBuilder::SetId | ( | int | id | ) |
Sets the material id value.
Created in NX7.5.0.
License requirements : gateway ("UG GATEWAY")
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 : gateway ("UG GATEWAY")
name | name |
void NXOpen::PhysicalMaterialBuilder::SetName | ( | const NXString & | name | ) |
Sets the material name value.
Created in NX6.0.0.
License requirements : gateway ("UG GATEWAY")
name | name |