AnnotationPlane |
Read-write property that gets and sets the annotation plane for the dimension. Will return nothing in the case where the ModelDimensionDefinition object is transient and not associated with a dimension. |
AnnotationPlaneDefinition |
Read-write property that gets and sets the annotation plane definition for the dimension. |
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. |
ArrowheadType |
Read-write property that gets and sets the type of the first arrowhead. This is a style override. |
Intent |
Read-write property that gets and sets the first geometry associated with the dimension. |
IsArrowheadsInside |
Read-write property that gets and sets whether the arrowheads are inside or outside. |
IsInspectionDimension |
Read-write property that gets and sets whether this is an inspection dimension. Inspection dimensions are used during the quality control process. They are formatted specifically to indicate which dimensions must be checked before accepting a part. The dimens. |
IsLeaderFromCenter |
Read-write property that gets and sets whether the leader starts from the center of the arc or the circle. |
IsModelValueOverridden |
Read-write property that gets and sets whether the model value is overridden for the dimension. Setting the OverrideModelValue property automatically toggles this property to True. |
IsValueHidden |
Read-write property that gets and sets whether to display the dimension value. |
LandingPosition |
Read-write property that gets and sets the landing position of the dimension. The point is projected onto the orientation plane. |
OverrideModelValue |
Read-write property that gets and sets the display value for the dimension. |
Parent |
Read-only property that returns the parent model annotation that the definition is associated with. This property will return Nothing in the case where the definition is not associated with any annotation. This is the case when it’s been created using one of the create definition methods and when it’s been copied from another definition object. |
Precision |
Read-write property that gets and sets the number of decimal places displayed for this dimension. Values are truncated and rounded to the specified precision. Valid range of values is 0 to 8. |
Text |
Read-only property that gets the text of the dimension. Properties on the returned ModelAnnotationText object can be edited to change the displayed text. |
TextPosition |
Read-write property that controls the position of the dimension text. When being set, the input point will be projected onto the orientation plane. |
Tolerance |
Read-only property that returns the Tolerance object associated with this dimension. Methods and properties on the returned Tolerance object can be used to add/edit tolerance information for the dimension. |
TolerancePrecision |
Read-write property that gets and sets the number of decimal places displayed for this dimension tolerance. Values are truncated and rounded to the specified precision. Valid range of values is 0 to 8. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |