Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / DiametricDim Class / DiametricDim Constructor / DiametricDim Constructor(Circle,Point2D,Double)
The Circle or Arc entity to be dimensioned
Dimension line position
Text height

In This Topic
    DiametricDim Constructor(Circle,Point2D,Double)
    In This Topic
    Sketch plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal circle As Circle, _
       ByVal dimLinePos As Point2D, _
       ByVal textHeight As Double _
    )
    public DiametricDim( 
       Circle circle,
       Point2D dimLinePos,
       double textHeight
    )

    Parameters

    circle
    The Circle or Arc entity to be dimensioned
    dimLinePos
    Dimension line position
    textHeight
    Text height
    See Also