Triangle2dConvert3d Method (Vector3d, Double) |
Converts the current instance into a Triangle3d according to the plane defined by its Normal and its Elevation.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Triangle3d Convert3d(
Vector3d normal,
double elevation
)
Public Function Convert3d (
normal As Vector3d,
elevation As Double
) As Triangle3d
public:
Triangle3d Convert3d(
Vector3d normal,
double elevation
)
member Convert3d :
normal : Vector3d *
elevation : float -> Triangle3d
Parameters
- normal
- Type: Vector3d
Normal of the plane. - elevation
- Type: SystemDouble
Elevation of the plane.
Return Value
Type:
Triangle3dThe new instance of Triangle3d.
See Also