Transformation.AutocadOCS Method

Public Shared Sub AutocadOCS( _ 
ByVal normal As Vector3D, _ 
ByRef xAxis As Vector3D, _ 
ByRef yAxis As Vector3D
)
This language is not supported or no code example is available.
public static void AutocadOCS( 
Vector3D normal
out Vector3D xAxis
out Vector3D yAxis 
)
This language is not supported or no code example is available.

Parameters

normal
Vector3D

xAxis
Vector3D

yAxis
Vector3D

.NET Framework

Supported in: 4.8

In this article

Definition