Instance Class¶
-
class
NXOpen.PartFamily.Instance¶ Bases:
NXOpen.TaggedObjectRepresents an instance of a part family member
Use
NXOpen.Part.GetFamilyInstance()to get the instance of this class.New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| Family | Returns the NXOpen.PartFamily.Template of instance. |
| Tag | Returns the Tag for this object. |
| Version | Returns the version of instance. |
Methods¶
| Method | Description |
|---|---|
| IsOutOfDate | Returns whether this instance/member is out of date relative to the definition on the template. |
Property Detail¶
Family¶
-
Instance.Family¶ Returns the
NXOpen.PartFamily.Templateof instance.-------------------------------------Getter Method
Signature
FamilyReturns: Return type: NXOpen.PartFamily.TemplateNew in version NX9.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)