Triangle3dGetPlane Method |
Gets the unbounded plane defined by the current triangle.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxPublic Function GetPlane As Plane
public:
Plane^ GetPlane()
member GetPlane : unit -> Plane
Return Value
Type:
PlaneThe plane.
See Also