Overload_Rhino_Geometry_Plane__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Plane Constructor

Overload List

 

Name Description
Public method Plane(Plane) Copy constructor. This is nothing special and performs the same as assigning to another variable.
Public methodCode example Plane(Point3d, Vector3d) Constructs a plane from a point and a normal vector.
Public methodCode example Plane(Point3d, Point3d, Point3d) Initializes a plane from three non-colinear points.
Public method Plane(Point3d, Vector3d, Vector3d) Constructs a plane from a point and two vectors in the plane.
Public method Plane(Double, Double, Double, Double) Constructs a plane from an equation ax+by+cz=d.
  Back to Top

See Also

Reference

Plane Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️