Manages the general dimensions (linear, angular, diameter, and radius) on a drawing sheet.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Public Interface IManagedGeneralDimensions Inherits IManagedCollectionWrapper(Of GeneralDimensions, IManagedGeneralDimension, GeneralDimension)
C#
public interface IManagedGeneralDimensions : IManagedCollectionWrapper<GeneralDimensions, IManagedGeneralDimension, GeneralDimension>
The IManagedGeneralDimensions type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | NativeEntity |
Returns the native Inventor API collection that is wrapped.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) |
Methods
Name | Description | |
---|---|---|
![]() | AddAngular |
Adds or edits an angular dimension.
Valid intent combinations are three points, two non-parallel linear curves, or one arc curve.
|
![]() | AddAngularForeshortened |
Adds or edits a foreshortened angular dimension.
|
![]() | AddArcLengthForeshortened |
Adds or edits a foreshortened arc length dimension.
(To create a full arc length dimension, use AddLinear.)
|
![]() | AddDiameter |
Adds or edits a diameter dimension.
|
![]() | AddLinear |
Adds or edits a linear dimension.
Valid intent combinations are: Two points, Two curves, Point and a curve, One linear curve, One arc curve (with DimensionType set to kAlignedDimensionType for chord length and kArcLengthDimensionType for arc length).
|
![]() | AddLinearForeshortened |
Adds or edits a linear foreshortened dimension.
|
![]() | AddRadius |
Adds or edits a radius dimension.
|
![]() | ItemByName |
Gets the item with the given name. Throws an exception if none is found.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) |
![]() | ManagedItem |
Returns the corresponding managed item for given native (Inventor API) item.
Returns Nothing if it is not a managed or named item.
(Inherited from IManagedCollectionWrapper(T, TManagedItem, TUnmanagedItem).) |