Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearDim Class / LinearDim Constructor / LinearDim Constructor(Plane,Point3D,Point3D,Point3D,Double)
The dimension plane
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
    LinearDim Constructor(Plane,Point3D,Point3D,Point3D,Double)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dimPlane As Plane, _
       ByVal extLine1 As Point3D, _
       ByVal extLine2 As Point3D, _
       ByVal dimLinePos As Point3D, _
       ByVal textHeight As Double _
    )
    public LinearDim( 
       Plane dimPlane,
       Point3D extLine1,
       Point3D extLine2,
       Point3D dimLinePos,
       double textHeight
    )

    Parameters

    dimPlane
    The dimension plane
    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