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

NOTE: This member is now obsolete. Use the constructor that accepts the Plane without the origin parameter instead (The origin will be the Plane origin).

Three 3D points constructor.
Public Sub New( _ 
ByVal dimPlane As Plane, _ 
ByVal origin As Point3D, _ 
ByVal extLine1 As Point3D, _ 
ByVal extLine2 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
Point3D origin
Point3D extLine1
Point3D extLine2
Point3D dimLinePos
double textHeight 
)
This language is not supported or no code example is available.

Parameters

dimPlane
Plane

The dimension plane

origin
Point3D

Origin point

extLine1
Point3D

First extension line point

extLine2
Point3D

Second extension line point

dimLinePos
Point3D

Dimension line position. Affects text position when the text cannot fit between extension lines.

textHeight
double

Text height

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition