Triangle3dGetBoundedPlane Method |
Gets the bounded 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 BoundedPlane GetBoundedPlane()
Public Function GetBoundedPlane As BoundedPlane
public:
BoundedPlane^ GetBoundedPlane()
member GetBoundedPlane : unit -> BoundedPlane
Return Value
Type:
BoundedPlaneThe bounded plane.
See Also