Click or drag to resize

Triangle3dConvert2d Method

Converts the current instance into a Triangle2d.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Triangle2d Convert2d()

Return Value

Type: Triangle2d
The new instance of Triangle2d.
See Also