DimensionStyleOverrideType Enumeration
|
Dimension style override types.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public enum DimensionStyleOverrideType
Public Enumeration DimensionStyleOverrideType
public enum class DimensionStyleOverrideType
type DimensionStyleOverrideType
enum DimensionStyleOverrideType
Members
| Member name | Value | Description |
---|
| DimLineColor | 0 |
Assigns colors to dimension lines, arrowheads, and dimension leader lines.
|
| DimLineLinetype | 1 |
Linetype of the dimension line.
|
| DimLineLineweight | 2 |
Lineweight to dimension lines.
|
| DimLineOff | 3 |
Suppresses display of the dimension line.
|
| DimLineExtend | 4 |
Distance the dimension line extends beyond the extension line when oblique, architectural tick, integral, or no marks are drawn for arrowheads.
|
| ExtLineColor | 5 |
Colors to extension lines, center marks, and centerlines.
|
| ExtLine1Linetype | 6 |
Linetype of the first extension line.
|
| ExtLine2Linetype | 7 |
Linetype of the second extension line.
|
| ExtLineLineweight | 8 |
Lineweight to extension lines.
|
| ExtLine1Off | 9 |
Suppresses display of the first extension line.
|
| ExtLine2Off | 10 |
Suppresses display of the second extension line.
|
| ExtLineOffset | 11 |
Specifies how far extension lines are offset from origin points.
|
| ExtLineExtend | 12 |
Specifies how far to extend the extension line beyond the dimension line.
|
| ArrowSize | 13 |
Size of dimension line and leader line arrowheads. Also controls the size of hook lines.
|
| CenterMarkSize | 14 |
Drawing of circle or arc center marks and centerlines.
|
| LeaderArrow | 15 |
Arrowhead block for leaders.
|
| DimArrow1 | 16 |
Arrowhead block for the first end of the dimension line.
|
| DimArrow2 | 17 |
Arrowhead block for the second end of the dimension line.
|
| TextStyle | 18 |
Text style of the dimension.
|
| TextColor | 19 |
Color of dimension text.
|
| TextHeight | 20 |
Height of dimension text, unless the current text style has a fixed height.
|
| TextOffset | 21 |
Distance around the dimension text when the dimension line breaks to accommodate dimension text.
|
| DimScaleOverall | 22 |
Overall scale factor applied to dimensioning variables that specify sizes, distances, or offsets.
|
| AngularPrecision | 23 |
Number of precision places displayed in angular dimensions.
|
| LengthPrecision | 24 |
Number of decimal places displayed for the primary units of a dimension.
|
| DimPrefix | 25 |
Specifies the text prefix for the dimension.
|
| DimSuffix | 26 |
Specifies the text suffix for the dimension.
|
| DecimalSeparator | 27 |
Single-character decimal separator to use when creating dimensions whose unit format is decimal.
|
| DimScaleLinear | 28 |
Scale factor for linear dimension measurements
|
| DimLengthUnits | 29 |
Units for all dimension types except angular.
|
| DimAngularUnits | 30 |
Units format for angular dimensions.
|
| FractionalType | 31 |
Fraction format when DIMLUNIT is set to Architectural or Fractional.
|
| SuppressLinearLeadingZeros | 32 |
Suppresses leading zeros in linear decimal dimensions (for example, 0.5000 becomes .5000).
|
| SuppressLinearTrailingZeros | 33 |
Suppresses trailing zeros in linear decimal dimensions (for example, 12.5000 becomes 12.5).
|
| SuppressAngularLeadingZeros | 34 |
Suppresses leading zeros in angular decimal dimensions (for example, 0.5000 becomes .5000).
|
| SuppressAngularTrailingZeros | 35 |
Suppresses trailing zeros in angular decimal dimensions (for example, 12.5000 becomes 12.5).
|
| SuppressZeroFeet | 36 |
Suppresses zero feet in architectural dimensions.
|
| SuppressZeroInches | 37 |
Suppresses zero inches in architectural dimensions.
|
| DimRoundoff | 38 |
Value to round all dimensioning distances.
|
Remarks
There is one dimension style override type for each property of the
DimensionStyle class.
The dimension style properties DIMBLK and DIMSAH are not available.
The overrides always make use of the DIMBLK1 and DIMBLK2 setting the DIMSAH to true even when both arrow ends are the same.
See Also