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