M_Rhino_Geometry_Box_PointAt - mcneel/rhinocommon-api-docs GitHub Wiki

Box.PointAt 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) Version: Rhino 6.0

Syntax

C#

public Point3d PointAt(
	double x,
	double y,
	double z
)

VB

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

Parameters

 

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

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Box Structure
Rhino.Geometry Namespace

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