Share

UnfoldFeatureProxy Object

Derived from: UnfoldFeature Object

Description

This is an assembly-context proxy object derived from its native definition-context object.

Methods

Name Description
Delete Method that deletes the feature. The arguments allow control over which dependent objects are also deleted.
Edit Method that edits an existing unfold feature. The stop node should be positioned immediately before this feature before calling this method so that all of the input is available and in a valid state.
GetReferenceKey Method that generates and returns the reference key for this entity.
GetSuppressionCondition Method that gets the suppression condition for the feature. The method returns False if no condition has been applied.
RemoveParticipant Method that removes the specified participant from the assembly feature. This method fails for features in a part.
SetAffectedBodies Method that sets a collection of SurfaceBody objects affected by this feature.
SetEndOfPart Method that repositions the end-of-part marker relative to the object this method is called from.
SetSuppressionCondition Method that sets the suppression condition for the feature.

Properties

Name Description
Adaptive Gets and sets whether this feature is adaptive or not.
Appearance Gets and sets the current appearance of the feature.
AppearanceSourceType Gets and sets the source of the appearance for the feature.
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
AttributeSets Property that returns the AttributeSets collection object associated with this object.
Bends Property that returns the collection of Bend objects unfolded by this feature.
ConsumeInputs Gets and sets whether the inputs to this feature should be nested under this feature in the browser.
ExtendedName Read-only property that returns the full feature name including any extended information.
Faces Property that returns a collection that provides access to all of the faces of the feature. The Faces collection object will return the faces that still currently exist in the part. For example, if a face has been consumed by additional modeling operations it will not be returned.
FeatureDimensions Property that returns the FeatureDimensions collection object.
HealthStatus Property that returns an enum indicating the current state of the object.
InputSketches Property that returns the sketches that were specifies as \input when creating this feature.
IsOwnedByFeature Property that returns whether this object is owned by a feature. If True, the OwnedBy property returns the owning feature.
Name Gets/Sets the name of this Part Feature within the scope of this Document.
OwnedBy Property that returns the owning PartFeature object. This property returns Nothing if the IsOwnedByFeature property returns False.
Parameters Property that returns all the parameters associated with the feature.
Parent Property that returns the parent of the feature.
Participants Property that returns the list of participants for an assembly feature. This list is empty for features in a part.
RangeBox Property that returns a Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object.
ResultSketches Property that returns the sketches that were created as a \result of this feature. The ReferencedEntity property of the sketches returned will return the input sketch this result is based on.
Shared Gets and sets whether the part feature is shared or not, applies only to surface features.
StationaryFace Property that returns the Face object that was specified as the stationary face during creation. This property can return Nothing in the case where the face has been consumed by another operation and no longer exists in the model. Rolling back the state of the model to a point where the face exists will allow you to access it.
Suppressed Gets and sets whether this feature is suppressed or not.
SurfaceBodies Property that returns the bodies that this feature has created or modified.
Type Returns an ObjectTypeEnum indicating this object's type.

Version

Introduced in version 2010

Was this information helpful?