Click or drag to resize

Triangle2dConvert3d Method (Plane)

Converts the current instance into a Triangle3d according to the specified plane.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public Triangle3d Convert3d(
	Plane plane
)

Parameters

plane
Type: Plane
Plane of the Triangle3d.

Return Value

Type: Triangle3d
The new instance of Triangle3d.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgumentException is thrown if plane is null.
See Also