Share

MeshFeatureSet Object


Description

MeshFeatureSet Object.

Methods

Name Description
Delete Method that deletes the object.
GetReferenceKey Generate the sequence of bytes, called this object's reference key, which can be held onto beyond document edits and which will allow the caller to be bound back to the live object.
SetEndOfPart Method that repositions the end of part marker relative to the object.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
AttributeSets Gets the Attribute Sets collection on this object.
Count Gets the number of items in this collection.
HealthStatus Read-only property that returns an enum indicating the current state of the object.
Item Allows VARIANT-indexed access to items in the collection. You can use names as indexes as well.
Name Read-write property that gets and sets the name of the object.
Parent Gets the parent object from whom this object can logically be reached.
RangeBox Read-only property that returns the Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object.
Suppressed Read-write property that gets and sets the whether all of the mesh features within this set are suppressed or not.
Type Gets the constant that indicates the type of this object.
Visible Read-write property that gets and sets whether all of the mesh features within this set are visible.

Accessed From

MeshFeature.Parent, MeshFeatureProxy.Parent, MeshFeatureSetProxy.NativeObject, MeshFeatureSets.Add, MeshFeatureSets.Item

Derived Classes

MeshFeatureSetProxy

Version

Introduced in version 2017

Was this information helpful?