Diameter Dimension <IvDiameterDimension>

Synopsis

IvDiameterDimension creates a Diameter Dimension in an Inventor drawing.

Mixins

IvDiameterDimensionModifier

IvCommonDimensionMixin

BaseInventorMixin

BasePart

Canonicals

Name Type Description
view part View containing the parts to be dimensioned.
part1 part Part to be dimensioned.
entity1 string Part element (surface, edge, vertex) the Diameter Dimension is referring to.

Parameters

Name Type Description
arrowheadsInside? boolean Should arrowheads be inside the leader lines?
color string Specifies the color to be used for the dimension. By default, controls both the dimension lines and the text.
ColorDimLines string Color of dimension lines. By default, the value of the 'color' parameter is used.
ColorText string Color of dimension value. By default, the value of the 'color' parameter is used.
dimStyle string Inventor dimensioning style to be used.
formattedText string Text to be appended to the dimension value. The text should be formatted ? refers to format().
HorizontalJustification name Horizontal alignment of text, possible keywords are: :left, :center, :right.
Intent1 any Type of dimension point, possible keywords: :startPoint, :endPoint, :midPoint, :centerPoint, :circularLeftPoint, :circularRightPoint, :circularTopPoint, :circularBottomPoint.
ClosestPoint1 point Point used to select the correct drawing curve on the view. In case of several curves representing the entity, the one closest to the point is selected. Measure of closeness is a distance from the point to the center of the curve's bounding box.
layer string Name of layer for the dimension.
lineSpacing number Line spacing
lineSpacingType name Type of line spacing, possible keywords are: :Multiple, :Exact.
textOrigin point Text origin of dimension value.
VerticalJustification name Vertical alignment of the text, possible keywords are: :upper, :middle, :lower.
LeaderFromCenter? boolean Indicates whether the leader starts from the center of the arc or the circle.
SingleDimensionLine? boolean Specifies whether to use a single dimension line.