Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / AngularDim Class / AngularDim Constructor / AngularDim Constructor(Plane,Point2D,Point2D,Point2D,Point2D,Double)
The sketch plane
Origin point
First extension line point
Second extension line point
Dimension line position. Affects text position when the text cannot fit between extension lines.
Text height

In This Topic
    AngularDim Constructor(Plane,Point2D,Point2D,Point2D,Point2D,Double)
    In This Topic
    Sketch plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sketchPlane As Plane, _
       ByVal origin As Point2D, _
       ByVal extLine1 As Point2D, _
       ByVal extLine2 As Point2D, _
       ByVal dimLinePos As Point2D, _
       ByVal textHeight As Double _
    )
    public AngularDim( 
       Plane sketchPlane,
       Point2D origin,
       Point2D extLine1,
       Point2D extLine2,
       Point2D dimLinePos,
       double textHeight
    )

    Parameters

    sketchPlane
    The sketch plane
    origin
    Origin point
    extLine1
    First extension line point
    extLine2
    Second extension line point
    dimLinePos
    Dimension line position. Affects text position when the text cannot fit between extension lines.
    textHeight
    Text height
    See Also