Rectangle3d.PointAt Method (Double, Double)

Rectangle3dPointAt Method (Double, Double)

Gets a point in Rectangle space.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point3d PointAt(
	double x,
	double y
)
Public Function PointAt ( 
	x As Double,
	y As Double
) As Point3d

Parameters

x
Type: SystemDouble
Normalized parameter along Rectangle width.
y
Type: SystemDouble
Normalized parameter along Rectangle height.

Return Value

Type: Point3d
The point at the given x,y parameter.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also