Eyeshot 10 WPF API Reference
Plane Constructor(Vector3D)

WPF Assembly > devDept.Geometry Namespace > Plane Class > Plane Constructor : Plane Constructor(Vector3D)
Non-zero normal to the plane
Normal vector constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal N As Vector3D _
)
public Plane( 
   Vector3D N
)

Parameters

N
Non-zero normal to the plane
See Also

Reference

Plane Class
Plane Members
Overload List