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