NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::PhysicalMaterialBuilder Class Reference

Represents a NXOpen::PhysicalMaterial builder
To create a new instance of this class, use NXOpen::PhysicalMaterialCollection::CreatePhysicalMaterialBuilder

Created in NX6.0.0. More...

Inheritance diagram for NXOpen::PhysicalMaterialBuilder:
NXOpen::ItemCacheMappedEntityBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

bool AddToMaterialLibraryToggle ()
 Returns the add_to_material_library_toggle value. More...
 
NXString Description ()
 Returns the material description value. More...
 
int Id ()
 Returns the material id value. More...
 
NXString MaterialLibrary ()
 Returns the material library value. More...
 
NXString Name ()
 Returns the material name value. More...
 
NXOpen::CAE::PropertyTablePropertyTable ()
 Returns the property table associated with the material object
Created in NX6.0.0. More...
 
void SetAddToMaterialLibraryToggle (bool toggleValue)
 Sets the add_to_material_library_toggle value. More...
 
void SetDescription (const NXString &description)
 Sets the material description value. More...
 
void SetDescription (const char *description)
 Sets the material description value. More...
 
void SetId (int id)
 Sets the material id value. More...
 
void SetMaterialLibrary (const NXString &name)
 Sets the material library value. More...
 
void SetMaterialLibrary (const char *name)
 Sets the material library value. More...
 
void SetName (const NXString &name)
 Sets the material name value. More...
 
void SetName (const char *name)
 Sets the material name value. More...
 
- Public Member Functions inherited from NXOpen::ItemCacheMappedEntityBuilder
NXString ItemDescription ()
 Returns the description value. More...
 
int ItemId ()
 Returns the id value. More...
 
NXString ItemName ()
 Returns the name value. More...
 
NXOpen::CAE::PropertyTableItemPropertyTable ()
 Returns the property table associated with the object
Created in NX12.0.0. More...
 
void SetItemDescription (const NXString &description)
 Sets the description value. More...
 
void SetItemDescription (const char *description)
 Sets the description value. More...
 
void SetItemId (int id)
 Sets the id value. More...
 
void SetItemName (const NXString &name)
 Sets the name value. More...
 
void SetItemName (const char *name)
 Sets the name value. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::PhysicalMaterial builder
To create a new instance of this class, use NXOpen::PhysicalMaterialCollection::CreatePhysicalMaterialBuilder

Created in NX6.0.0.


Member Function Documentation

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

Parameters
toggleValuetoggle value
void NXOpen::PhysicalMaterialBuilder::SetDescription ( const NXString description)

Sets the material description value.


Created in NX6.0.0.

License requirements : None

Parameters
descriptiondescription
void NXOpen::PhysicalMaterialBuilder::SetDescription ( const char *  description)

Sets the material description value.


Created in NX6.0.0.

License requirements : None

Parameters
descriptiondescription
void NXOpen::PhysicalMaterialBuilder::SetId ( int  id)

Sets the material id value.


Created in NX7.5.0.

License requirements : None

Parameters
idid
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

Parameters
namename
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

Parameters
namename
void NXOpen::PhysicalMaterialBuilder::SetName ( const NXString name)

Sets the material name value.


Created in NX6.0.0.

License requirements : None

Parameters
namename
void NXOpen::PhysicalMaterialBuilder::SetName ( const char *  name)

Sets the material name value.


Created in NX6.0.0.

License requirements : None

Parameters
namename

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.