Default constructor. Initializes the dimension line definition point and extension line 1 and 2 start points all to (0,0,0), and the obliquing angle to 0.0. In addition, all the initializations of the default constructor for Dimension, Entity, and others, are performed.
Public Sub New() Public Sub New( line1Point As Point3d, line2Point As Point3d, dimensionLinePoint As Point3d, dimensionText As string, dimensionStyle As ObjectId )
public AlignedDimension(); public AlignedDimension( Point3d line1Point, Point3d line2Point, Point3d dimensionLinePoint, string dimensionText, ObjectId dimensionStyle );
Comments? |