RhinoCommon API
Rectangle3dPointAt Method (Double, Double) |
Gets a point in Rectangle space.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

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: Point3dThe point at the given x,y parameter.
