Share

SketchSettings Object


Description

The SketchSettings object provides access to properties that provide read and write access to the various sketch related document specific settings. This is somewhat equivalent to the Sketch tab of the Document Settings dialog.

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.
DisplayLineWeights Gets and sets the display of unique line weights.
LineWeightType Gets and sets the type of line weight to apply when displaying lines.
MinorLinesPerMajorGridLine Gets and sets the number of minor lines to appear between major lines.
Parent Property that returns the parent Document object.
SnapsPerMinorGrid Gets and sets the distance between minor grid lines relative to the specified snap distance.
Type Returns an ObjectTypeEnum indicating this object's type.
UpperLimitForFirstRangeOfLineWeights Gets and sets the upper limit for the first range of line weights.
UpperLimitForSecondRangeOfLineWeights Gets and sets the upper limit for the second range of line weights.
UpperLimitForThirdRangeOfLineWeights Gets and sets the upper limit for the third range of line weights.
XSnapSpacing Gets and sets the spacing between snap points for the X axis.
YSnapSpacing Gets and sets the spacing between snap points for the Y axis.

Accessed From

AssemblyDocument.SketchSettings, DrawingDocument.SketchSettings, PartDocument.SketchSettings

Version

Introduced in version 8

Was this information helpful?