Plane3d(Point3d, Vector3d) Constructor

Creates a new plane passing thru a given origo and having a specified normal.
public Plane3d( 
   Point3d _origo
   Vector3d _normal 
)

Parameters

_origo
Point3d

A point the plane should pass trough.

_normal
Vector3d

The planes normal vector.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition