NX Open C++ Reference Guide
|
Represents an instance of a part family member
Use Part::GetFamilyInstance to get the instance of this class.
More...
Public Member Functions | |
NXOpen::PartFamily::Template * | Family () |
Returns the PartFamily::Template of instance. | |
bool | IsOutOfDate () |
Returns whether this instance/member is out of date relative to the definition on the template. | |
int | Version () |
Returns the version of instance. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents an instance of a part family member
Use Part::GetFamilyInstance to get the instance of this class.
Created in NX9.0.0.
NXOpen::PartFamily::Template* NXOpen::PartFamily::Instance::Family | ( | ) |
Returns the PartFamily::Template of instance.
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
bool NXOpen::PartFamily::Instance::IsOutOfDate | ( | ) |
Returns whether this instance/member is out of date relative to the definition on the template.
int NXOpen::PartFamily::Instance::Version | ( | ) |
Returns the version of instance.
Created in NX9.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")