Click or drag to resize

Triangle2d.Convert3d Method (Vector3d, Double)

Converts the current instance into a Triangle3d according to the plane defined by its Normal and its Elevation.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public Triangle3d Convert3d(
	Vector3d normal,
	double elevation
)

Parameters

normal
Type: Vector3d
Normal of the plane.
elevation
Type: System.Double
Elevation of the plane.

Return Value

Type: Triangle3d
The new instance of Triangle3d.
See Also