Point3AngularDimension.Point3AngularDimension() Constructor

Visual Basic
Public Sub New()
Public Sub New(
    centerPoint As Point3d, 
    line1Point As Point3d, 
    line2Point As Point3d, 
    arcPoint As Point3d, 
    dimensionText As string, 
    dimensionStyle As ObjectId
)
C#
public Point3AngularDimension();
public Point3AngularDimension(
    Point3d centerPoint, 
    Point3d line1Point, 
    Point3d line2Point, 
    Point3d arcPoint, 
    string dimensionText, 
    ObjectId dimensionStyle
);
Description

 

Default constructor. Initializes the arc point angle center point and extension lines 1 & 2 start points all to (0,0,0). In addition, all the initializations of the default constructor for Dimension, Entity, and others, are performed.

Links