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 Created in NX6.0.0. | |
virtual | ~PartFamilyMemberData () |
Free resources associated with the instance. |
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 NXOpen::PartFamilyMemberData::~PartFamilyMemberData | ( | ) | [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
Created in NX6.0.0.
License requirements : None
memberData | array of attribute values corresponding to each member |