M_Rhino_Geometry_Rectangle3d__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new rectangle from a base plane and two corner points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Rectangle3d(
Plane plane,
Point3d cornerA,
Point3d cornerB
)
VB
Public Sub New (
plane As Plane,
cornerA As Point3d,
cornerB As Point3d
)
- plane
- Type: Rhino.Geometry.Plane
Base plane for Rectangle. - cornerA
- Type: Rhino.Geometry.Point3d
First corner of Rectangle (will be projected onto plane). - cornerB
- Type: Rhino.Geometry.Point3d
Second corner of Rectangle (will be projected onto plane).
Supported in: 6.0.16224.21491, 5D58w
Rectangle3d Structure
Rectangle3d Overload
Rhino.Geometry Namespace