Click or drag to resize

Triangle3d Constructor (Point3d)

Creates a new instance of Triangle3d.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public Triangle3d(
	Point3d[] points
)

Parameters

points
Type: Point3d
Array of three Point3d.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgumentException is thrown if points is null.
ArgumentOutOfRangeExceptionArgumentOutOfRangeException is thrown if points length is different from 3.
See Also