Instance Class

class NXOpen.PartFamily.Instance

Bases: NXOpen.TaggedObject

Represents 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.Template of instance.

-------------------------------------

Getter Method

Signature Family()

Returns:
Return type:NXOpen.PartFamily.Template

New in version NX9.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

Version

Instance.Version

Returns the version of instance.

-------------------------------------

Getter Method

Signature Version()

Returns:
Return type:int

New in version NX9.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

Method Detail

IsOutOfDate

Instance.IsOutOfDate

Returns whether this instance/member is out of date relative to the definition on the template.

Signature IsOutOfDate()

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)