Triangle3d Constructor (Point3d, Point3d, Point3d) |
Creates a new instance of Triangle3d.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Triangle3d(
Point3d a,
Point3d b,
Point3d c
)
Public Sub New (
a As Point3d,
b As Point3d,
c As Point3d
)
public:
Triangle3d(
Point3d a,
Point3d b,
Point3d c
)
new :
a : Point3d *
b : Point3d *
c : Point3d -> Triangle3d
Parameters
- a
- Type: Point3d
First point. - b
- Type: Point3d
Second point. - c
- Type: Point3d
Third point.
See Also