EulerAnglesNormal Property |
Gets the normal vector of X"Y" plane.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Vector3d Normal { get; }
Public ReadOnly Property Normal As Vector3d
Get
public:
property Vector3d Normal {
Vector3d get ();
}
member Normal : Vector3d with get
Property Value
Type:
Vector3d
See Also