Represents dimensions in a CAD image.

The following tables list the members exposed by the CADDimension type.

Name Description
Public property Angle Gets or sets an angle between a referenced block and CAD drawing. (inherited from CADInsert).
Public property ArcDefPoint Gets or sets the point defining dimension arc for angular dimensions (in object coordinates system).
Public property ArrowSize Gets or sets dimensioning arrow size.
Public property ArrowType1 Gets or sets first arrow block name.
Public property ArrowType2 Gets or sets second arrow block name
Public property Attribs Gets a collection of an attribs. (inherited from CADInsert).
Public property Block Gets or sets a block referenced by this CADInsert object. (inherited from CADInsert).
Public property Box Gets a three-dimensional box that encloses the CADInsert object. (inherited from CADInsert).
Public property Count Gets a number of attribs belonging to the given CADInsert. (inherited from CADInsert).
Public property DIMCLRD Gets or sets dimension line color. Range is 0 = BYBLOCK; 256 = BYLAYER.
Public property DIMCLRE Gets or sets dimension extension line color. Range is 0 = BYBLOCK; 256 = BYLAYER.
Public property DIMCLRT Gets or sets dimension text color. Range is 0 = BYBLOCK; 256 = BYLAYER.
Public property DIMDEC Gets or sets a number of decimal places for the tolerance values of a primary units dimension.
Public property DIMLFAC Gets or sets a linear measurements scale factor.
Public property DIMLWD Gets or sets the dimension line lineweight.
Public property DIMLWE Gets or sets the extension line lineweight.
Public property DIMSD1 Gets or sets a suppression of the first dimensional line.
Public property DIMSD2 Gets or sets a suppression of the second dimensional line.
Public property DIMSE1 Gets or sets a supression of the first extension line.
Public property DIMSE2 Gets or sets a supression of the second extension line.
Public property DIMTIH Gets or sets the text inside horizontal if nonzero.
Public property DIMTIX Gets or sets the force text inside extensions if nonzero.
Public property DIMTOH Gets or sets the text outside horizontal if nonzero.
Public property DefPoint Gets or sets a location of the dimension in a CAD image.
Public property EntName Gets a name of the CADInsert object. (inherited from CADInsert).
Public property EntType Gets the type of this CADDimension entity.
Public property Entities Gets a collection of attribs associated with the given CADInsert object. (inherited from CADInsert).
Public property ExtLineExt Gets or sets a distance to extend the extension lines above the dimension line.
Public property ExtLineOffset Gets or sets a distance to offset the extension lines from the points on the drawing that define the dimension.
Public property Extrusion Gets or sets a direction of axis Z belonging to the coordinate system of this CADInsert object. (inherited from CADInsert).
Public property Flags Gets or sets a byte containing flags for the CADDimension object.
Public property ForceText Outdated.
Public property LinDefPoint1 Gets or sets an origin of the first extension line of the CADDimension object.
Public property LinDefPoint2 Gets or sets an origin of the second extension line of the CADDimension object.
Public property LineType Gets or sets line type for this CADPenLine object. (inherited from CADInsert).
Public property LineWeight Gets or sets a thickness of lines for this CADInsert. (inherited from CADInsert).
Public property Matrix Gets a matrix of the CADInsert object. (inherited from CADInsert).
Public property MeasurementsScale Outdated.
Public property MiddlePoint Gets or sets a middle point of the dimension text.
Public property Precision Outdated.
Public property RadDefPoint Gets or sets the definition point for diameter, radius, and angular dimensions (in world coordinates system)
Public property Scale Gets or sets a scale for drawning of the referenced block in a CAD image. (inherited from CADInsert).
Public property Selected Get or sets CADInsert selected. (inherited from CADInsert).
Public property Style Gets or sets a style for the CADDimension object.
Public property TextAlign Gets the integer value specifing text alignment or sets text alignment by this integer value.
Public property TextHeight Gets or sets dimensioning text height.
Public property TextOffset Gets or sets a gap between the dimension text and the dimension line.
Public property TextOverride For internal uses
Public property TextPosVert Gets or sets text above dimension line if nonzero.
Public property TextRotation Gets or sets the rotation angle of the dimension text.
Public property TextStyle Gets or sets a style of the dimension text.
Top
Name Description
Public method AddEntity Adds the specified entity to this CADInsert object. (inherited from CADInsert).
Public method AssignEntity Copies an entity
Public method Attrib Returns an attribute contained in the given CADInsert object. (inherited from CADInsert).
Public method Dispose
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Loaded Loads this CADDimension object to the specified CADConverter.
Public method Static ReferenceEquals (inherited from Object).
Public method SetLType Sets a linetype for the CADInsert entity. (inherited from CADInsert).
Public method ToString (inherited from Object).
Top