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

In This Topic
    AxisZ Property (Plane)
    In This Topic
    Gets the plane Z axis.
    Syntax
    'Declaration
     
    Public Property AxisZ As Vector3D
    public Vector3D AxisZ {get; set;}
    See Also