Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / AngularDim Class / AngularDim Constructor / AngularDim Constructor(Plane,Line,Line,Point3D,Point3D,Double)
The dimension plane
First line
Second line
The two lines subdivide the round angle in four quadrants, this point help to select the desired one.
Dimension line position. Affects text position when the text cannot fit between extension lines and affects the Arc drawing position
Text height

In This Topic
    AngularDim Constructor(Plane,Line,Line,Point3D,Point3D,Double)
    In This Topic
    Two lines constructor.
    Syntax
    'Declaration
     
    Public Function 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 _
    )
    public AngularDim( 
       Plane dimPlane,
       Line line1,
       Line line2,
       Point3D quadrantPoint,
       Point3D dimLinePos,
       double textHeight
    )

    Parameters

    dimPlane
    The dimension plane
    line1
    First line
    line2
    Second line
    quadrantPoint
    The two lines subdivide the round angle in four quadrants, this point help to select the desired one.
    dimLinePos
    Dimension line position. Affects text position when the text cannot fit between extension lines and affects the Arc drawing position
    textHeight
    Text height
    See Also