Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point4D Class / Euclid Property

In This Topic
    Euclid Property
    In This Topic
    Gets or sets the Euclidean representation for this homogeneous point.
    Syntax
    'Declaration
     
    Public Property Euclid As Point3D
    public Point3D Euclid {get; set;}
    See Also