Share

ModelDimensions Object


Description

The ModelDimensions collection object provides access to all of the model dimensions in a part or assembly.

Methods

Name Description
PromoteFrom Method that promotes a dimension constraint to ModelDimension.

Properties

Name Description
AngularModelDimensions Read-only property that returns a collection providing access to the existing angular dimensions and provides functionality to create new angular dimensions.
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.
Count Property that returns the number of items in this collection.
DiameterModelDimensions Read-only property that returns a collection providing access to the existing diameter dimensions and provides functionality to create new diameter dimensions.
Item Property that returns an item from the collection. You can provide either the index of the item in the collection, where the first item is index 1, or you can provide the name of the object.
LinearModelDimensions Read-only property that returns a collection providing access to the existing linear dimensions and provides functionality to create new linear dimensions.
RadiusModelDimensions Read-only property that returns a collection providing access to the existing radial dimensions and provides functionality to create new radial dimensions.
Type Read-only property returning kModelDimensionsObject indicating this objects type.

Accessed From

ModelAnnotations.ModelDimensions

Version

Introduced in version 2018

Was this information helpful?