Triangle3dGreatestSlope Property |
Gets the unit vector of the greatest slope 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 GreatestSlope { get; }
Public ReadOnly Property GreatestSlope As Vector3d
Get
public:
property Vector3d GreatestSlope {
Vector3d get ();
}
member GreatestSlope : Vector3d with get
Property Value
Type:
Vector3d
See Also