M_Rhino_Geometry_BoundingBox_PointAt - mcneel/rhinocommon-api-docs GitHub Wiki
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
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
- 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.
Type: Point3d
The point at the {tx, ty, tz} parameters.
Supported in: 6.0.16224.21491, 5D58w