Click or drag to resize

Triangle3dConvert2d Method

Converts the current instance into a Triangle2d.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public Triangle2d Convert2d()

Return Value

Type: Triangle2d
The new instance of Triangle2d.
See Also