Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / AutocadOCS Method

In This Topic
    AutocadOCS Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub AutocadOCS( _
       ByVal normal As Vector3D, _
       ByRef xAxis As Vector3D, _
       ByRef yAxis As Vector3D _
    ) 
    public static void AutocadOCS( 
       Vector3D normal,
       out Vector3D xAxis,
       out Vector3D yAxis
    )

    Parameters

    normal
    xAxis
    yAxis
    See Also