Skip to content

M_Rhino_Geometry_Rectangle3d__ctor_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Rectangle3d Constructor (Plane, Point3d, Point3d)

Initializes a new rectangle from a base plane and two corner points.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Rectangle3d(
	Plane plane,
	Point3d cornerA,
	Point3d cornerB
)

VB

Public Sub New ( 
	plane As Plane,
	cornerA As Point3d,
	cornerB As Point3d
)

Parameters

 

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).

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rectangle3d Structure
Rectangle3d Overload
Rhino.Geometry Namespace

Clone this wiki locally