Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / OrdinateDim Class
Members

In This Topic
    OrdinateDim Class
    In This Topic
    Ordinate dimension entity.

    The ordinate dimension consists of an X or Y value with a leader line.

    It measures the perpendicular distance from an origin point (called the datum) to a defining point (such as a hole in a part).

    X-datum ordinate dimensions measure the distance of the defining point from the datum along the X axis.

    Y-datum ordinate dimensions measure the distance of the defining point from the datum along the Y axis.

    If the dimension is vertical it measures the X value. Otherwise, it measures the Y value.

    Syntax
    'Declaration
     
    Public Class OrdinateDim 
       Inherits Dimension
       Implements IEntityITextdevDept.Eyeshot.ISelectableItem 
    public class OrdinateDim : Dimension, IEntityITextdevDept.Eyeshot.ISelectableItem  
    Remarks
    Text font can be changed using the Text.StyleName property and calling the ViewportLayout.Entities.Regen() method.
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.Entities.Entity
          devDept.Eyeshot.Entities.PlanarEntity
             devDept.Eyeshot.Entities.Text
                devDept.Eyeshot.Entities.Dimension
                   devDept.Eyeshot.Entities.OrdinateDim

    See Also