Share

ModelingSettings Object


Description

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

Properties

Name Description
AdaptivelyUsedInAssembly Gets and sets the indicator that part is user adaptive in an assembly.
AdvancedFeatureValidation Gets and sets the advanced feature validation setting.
AllowSectioningThruPart Gets and sets whether sectioning through part is allowed.
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.
AutoFindErrorsAfterManualRepair Gets and sets whether to find errors automatically after manual repair.
CompactModelHistory Gets and sets whether the rollback history should be purged when a document is saved.
InitialDrawingViewHeight Gets and sets the initial view height (in centimeters) to use when creating a drawing view from this model.
InitialDrawingViewWidth Gets and sets the initial view width (in centimeters) to use when creating a drawing view from this model.
InteractiveContactAnalysis Gets and sets the type of components to use for interactive contact analysis.
InteractiveContactSurfaces Gets and sets the type of surfaces to use for interactive contact analysis.
MaintainEnhancedGraphicsDetail Gets and sets whether to save enhanced graphics mesh data with the document.
Parent Property that returns the parent Document object.
ShowConstraintStateInBrowser Gets and sets whether to show the constraint state in browser.
Snap3DAngle Gets and sets the snap angle used in 3D.
Snap3DDistance Gets and sets the snap distance value in 3D.
SolidBodyNamePrefix Gets and sets the naming prefix for solid bodies.
SurfaceBodyNamePrefix Gets and sets the naming prefix for surface bodies.
TappedHoleDiameter Gets and sets the tapped hole diameter.
Type Returns an ObjectTypeEnum indicating this object's type.
UpdateLegacyHoles Gets and sets the update legacy holes setting.
UserCoordinateSystemSettings Property that returns the UserCoordinateSystemSettings object. The UserCoordinateSystemSettings object provides access to various UCS related document level settings.

Accessed From

AssemblyDocument.ModelingSettings, PartDocument.ModelingSettings

Version

Introduced in version 8

Was this information helpful?