RhinoCommon API
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
public Point3d PointAt( double x, double y, double z )
Public Function PointAt ( x As Double, y As Double, z As Double ) As Point3d
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: Point3dThe point at (x,y,z).