M_Rhino_Geometry_Box_PointAt - mcneel/rhinocommon-api-docs GitHub Wiki
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
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
- 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.
Type: Point3d
The point at (x,y,z).
Supported in: 6.0.16224.21491, 5D58w