NX Open C++ Reference Guide
|
This class repesents a part family table record (or instance definition on the template) and is created/deleted by PartFamily.TemplateManager in JA world. More...
Public Member Functions | |
NXString | GetValueOfAttribute (NXOpen::PartFamily::FamilyAttribute *partFamAttr) |
Get the value for passed atribute. | |
void | SetValueOfAttribute (NXOpen::PartFamily::FamilyAttribute *partFamAttr, const NXString &value) |
Set the value for passed atribute with the value. | |
void | SetValueOfAttribute (NXOpen::PartFamily::FamilyAttribute *partFamAttr, const char *value) |
Set the value for passed atribute with the value. | |
virtual | ~InstanceDefinition () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
This class repesents a part family table record (or instance definition on the template) and is created/deleted by PartFamily.TemplateManager in JA world.
<br> Use @link PartFamily::TemplateManager::AddInstanceDefinition PartFamily::TemplateManager::AddInstanceDefinition@endlink to create a new instance defintion. <br>
Created in NX9.0.0.
|
virtual |
Free resources associated with the instance.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector
Created in NX9.0.0.
License requirements : None
NXString NXOpen::PartFamily::InstanceDefinition::GetValueOfAttribute | ( | NXOpen::PartFamily::FamilyAttribute * | partFamAttr | ) |
Get the value for passed atribute.
@return
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
partFamAttr | partfamattr |
void NXOpen::PartFamily::InstanceDefinition::SetValueOfAttribute | ( | NXOpen::PartFamily::FamilyAttribute * | partFamAttr, |
const NXString & | value | ||
) |
Set the value for passed atribute with the value.
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
partFamAttr | partfamattr |
value | value |
void NXOpen::PartFamily::InstanceDefinition::SetValueOfAttribute | ( | NXOpen::PartFamily::FamilyAttribute * | partFamAttr, |
const char * | value | ||
) |
Set the value for passed atribute with the value.
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
partFamAttr | partfamattr |
value | value |