Share

DraftAnalysis Object


Description

The DraftAnalysis object represents an existing draft analysis feature in a part document.

Methods

Name Description
Activate Method that activates the draft analysis.
Copy Method that creates a copy of the draft analysis.
Delete Method that deletes the draft analysis.
GetReferenceKey Method that generates and returns the reference key for this entity.

Properties

Name Description
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.
DisplayQuality Gets/Sets the resolution or surface quality for the color gradient or color bands that represent the draft analysis results.
EndAngle Gets/Sets the end angle for the draft analysis.
Faces Gets/Sets the faces for the draft analysis.
GradientDisplay Gets/Sets whether the draft analysis results should be displayed as a color gradient.
Name Gets and sets the name of the draft analysis.
Parent Property that returns the parent AnalysisManager object.
PullDirection Gets/Sets the object that specifies the direction in which the draft is applied.
PullDirectionReversed Gets/Sets whether the pull direction of the draft should be reversed.
StartAngle Gets/Sets the start angle for the draft analysis.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

DraftAnalyses.Add, DraftAnalyses.Item, DraftAnalysis.Copy

Samples

Name Description
Create a Draft Analysis This sample demonstrates the creation of a draft analysis in a part.

Version

Introduced in version 2009

Was this information helpful?