AngularDim(Plane, Line, Line, Point3D, Point3D, Double) Constructor

Two lines constructor.
Public Sub New( _ 
ByVal dimPlane As Plane, _ 
ByVal line1 As Line, _ 
ByVal line2 As Line, _ 
ByVal quadrantPoint As Point3D, _ 
ByVal dimLinePos As Point3D, _ 
ByVal textHeight As Double
)
This language is not supported or no code example is available.
public AngularDim( 
Plane dimPlane
Line line1
Line line2
Point3D quadrantPoint
Point3D dimLinePos
double textHeight 
)
This language is not supported or no code example is available.

Parameters

dimPlane
Plane

The dimension plane

line1
Line

First line

line2
Line

Second line

quadrantPoint
Point3D

The two lines subdivide the round angle in four quadrants, this point help to select the desired one.

dimLinePos
Point3D

Dimension line position. Affects text position when the text cannot fit between extension lines and affects the Arc drawing position

textHeight
double

Text height

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition