Triangle3dHorizontal Property |
Gets the unit vector of the horizontal of the plane the triangle lies on.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Vector3d Horizontal { get; }
Public ReadOnly Property Horizontal As Vector3d
Get
public:
property Vector3d Horizontal {
Vector3d get ();
}
member Horizontal : Vector3d with get
Property Value
Type:
Vector3d
See Also