M_Rhino_Geometry_BoundingBox_PointAt - mcneel/rhinocommon-api-docs GitHub Wiki

BoundingBox.PointAt Method

Evaluates the boundingbox with normalized 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 tx,
	double ty,
	double tz
)

VB

Public Function PointAt ( 
	tx As Double,
	ty As Double,
	tz As Double
) As Point3d

Parameters

 

tx
Type: System.Double
Normalized (between 0 and 1 is inside the box) parameter along the X direction.
ty
Type: System.Double
Normalized (between 0 and 1 is inside the box) parameter along the Y direction.
tz
Type: System.Double
Normalized (between 0 and 1 is inside the box) parameter along the Z direction.

Return Value

Type: Point3d
The point at the {tx, ty, tz} parameters.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Rhino.Geometry Namespace

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