IvOrdinateDimensionSet creates an ordinate dimension set in an Inventor drawing.
IvOrdinateDimensionSetModifier
IvInspectionDimensionMixin
IvCommonDimensionSetMixin
IvCommonDimensionMixin
BaseInventorMixin
BasePart
Name | Type | Description |
---|---|---|
AlignMembers? | Boolean | Flag to align the text and the jog points of all the members.
Default: True. |
AllowBrokenLeaders | Boolean | Flag to allow the jog points (movable vertices) on the dimensions.
Default: True. |
AllowEmpty? | Boolean | If False (old behavior), with creation errors, the exception is thrown.
If True, the creation errors are ignored and the %%updateSelf Rule is set to NoValue (though the dimension child is still in the intent tree, it is not created in Inventor drawings). Default: False. |
Arrowhead1Inside? Arrowhead2Inside? | Boolean | Indicates that the arrowhead is inside. |
Arrowhead1Type Arrowhead2Type | Name | Indicates the type of the arrowhead.
Possible values: :ByStyle, :Blank, :Circle, :Closed, :Datum45Blank, :Datum45Filled, :Datum60Blank, :Datum60Filled, :Filled, :Flared, :Half1Filled, :Half1Flared, :Half2Filled, :Half2Flared, :LargeDot, :None, :Oblique, :Open, :Origin, :SmallDot, :ThickLine. Default is :ByStyle |
ContinuousRunning? | Boolean | Flag to display continuity line between the set members.
Default: False. |
DimStyle | String | Inventor dimensioning style is used. |
DimType | Name | Dimension alignment, possible keywords: :vertical, :horizontal, :aligned Default: :Aligned |
DirectionReversed? | Boolean | Flag to reverse the direction of positive numbers.
Default: False. |
ExtensionLine1Visible? ExtensionLine2Visible? | Boolean | Indicates that the extension line is visible. |
GeometryIntents | List | List of Lists in the form of:
{ {part1,entity1[,intent1[,closestPoint1]]}, _ {part2,entity2[,intent2[,closestPoint2]]}, _ … {partN,entityN[,intentN[,closestPointN]]}} This parameter is the way the attachment point is specified for other dimensions. |
Layer | String | Name of the layer for the dimension. |
LineSpacing | Number | Line spacing. |
LineSpacingType | Name | Type of line spacing, possible keywords are: :Multiple, :Exact. |
OriginArrowheadType | Name | Specifies the arrowhead type for the origin member.
Valid values: :ByStyle, :Blank, :Circle, :Closed, :Datum45Blank, :Datum45Filled, :Datum60Blank, :Datum60Filled, :Filled, :Flared, :Half1Filled, :Half1Flared, :Half2Filled, :Half2Flared, :LargeDot, :None, :Oblique, :Open, :Origin, :SmallDot, :ThickLine. Default: :ByStyle |
OriginMember | Integer | Specifies which sublist in the GeometryIntents Rule should describe the origin dimension.
Default: 1. |
PositiveBothDirections? | Boolean | Flags to indicate that dimension values should be positive in both directions of the origin.
Default: True. |
Precision | Integer | Number of decimal places displayed for this dimension.
Valid values 0…8 or NoValue Default: NoValue |
ShowDirection? | Boolean | Flag to place an arrow on the origin dimension pointing in the positive direction. |
TextOrigin | Point | Placement position of the dimension text. |
ToleranceHole | String | The string specifying the hole tolerance.
Default: NoValue. |
ToleranceLower | Number | The lower variation from the nominal value.
Default: NoValue. |
ToleranceMethod | Name | Specifies the tolerance type.
Valid values: :Basic, :Default, :Deviation, :LimitLinear, :LimitsFitsLinear, :LimitsFitsShowSize, :LimitsFitsShow, :LimitsFitsStacked, :LimitsStacked, :Max, :Min, :Override, :Reference, :Symmetric or NoValue Default: NoValue. |
TolerancePrecision | Integer | Number of decimal places displayed for the tolerance. Valid values 0…1 or NoValue.
Default: NoValue. |
ToleranceShaft | String | The string specifying the shaft tolerance. |
ToleranceUpper | Number | The upper variation from the nominal value.
Default: NoValue. |
View | Part | Represents the Drawing View's model containing the entities to be dimensioned. |