Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / OrdinateDim Class / OrdinateDim Constructor / OrdinateDim Constructor(Plane,Point3D,Point3D,Boolean,Double)
The dimension plane. Its origin is used to measure the distance from the defining point.
The defining point
Dimension line position.
The type of the ordinate dimension (horizontal or vertical). If true, the x-coordinate is measured, otherwise the y-coordinate is measured.
Text height

In This Topic
    OrdinateDim Constructor(Plane,Point3D,Point3D,Boolean,Double)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dimPlane As Plane, _
       ByVal definingPoint As Point3D, _
       ByVal dimLinePos As Point3D, _
       ByVal isVertical As Boolean, _
       ByVal textHeight As Double _
    )
    public OrdinateDim( 
       Plane dimPlane,
       Point3D definingPoint,
       Point3D dimLinePos,
       bool isVertical,
       double textHeight
    )

    Parameters

    dimPlane
    The dimension plane. Its origin is used to measure the distance from the defining point.
    definingPoint
    The defining point
    dimLinePos
    Dimension line position.
    isVertical
    The type of the ordinate dimension (horizontal or vertical). If true, the x-coordinate is measured, otherwise the y-coordinate is measured.
    textHeight
    Text height
    See Also