Click or drag to resize

BoxPointAt Method

Evaluates the box volume at the given unitized parameters.

The box has idealized side length of 1x1x1.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d PointAt(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
Unitized parameter (between 0 and 1 is inside the box) along box X direction.
y
Type: SystemDouble
Unitized parameter (between 0 and 1 is inside the box) along box Y direction.
z
Type: SystemDouble
Unitized parameter (between 0 and 1 is inside the box) along box Z direction.

Return Value

Type: Point3d
The point at (x,y,z).
See Also