NX Open C++ Reference Guide
|
This class is responsible for storing part family member data Use the method Part::NewPartFamilyMemberData to create new instance of this class. More...
Public Member Functions | |
void | SetMemberData (const std::vector< NXOpen::PartFamilyMemberValues * > &memberData) |
Set the part family member data | |
virtual | ~PartFamilyMemberData () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
This class is responsible for storing part family member data Use the method Part::NewPartFamilyMemberData to create new instance of this class.
Created in NX6.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 NX6.0.0.
License requirements : None
void NXOpen::PartFamilyMemberData::SetMemberData | ( | const std::vector< NXOpen::PartFamilyMemberValues * > & | memberData | ) |
Set the part family member data
Use PartFamily::TemplateManager::AddInstanceDefinition and PartFamily::InstanceDefinition::SetValueOfAttribute instead
Created in NX6.0.0.
License requirements : None
memberData | array of attribute values corresponding to each member |