M_Rhino_Geometry_Rectangle3d_PointAt_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Rectangle3d.PointAt Method (Double, Double)

Gets a point in Rectangle space.

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

Syntax

C#

public Point3d PointAt(
	double x,
	double y
)

VB

Public Function PointAt ( 
	x As Double,
	y As Double
) As Point3d

Parameters

 

x
Type: System.Double
Normalized parameter along Rectangle width.
y
Type: System.Double
Normalized parameter along Rectangle height.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rectangle3d Structure
PointAt Overload
Rhino.Geometry Namespace

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