Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / Origin Property

In This Topic
    Origin Property (Plane)
    In This Topic
    Gets or sets the plane origin.
    Syntax
    'Declaration
     
    Public Property Origin As Point3D
    public Point3D Origin {get; set;}
    See Also