M_Rhino_Geometry_Rectangle3d_PointAt - mcneel/rhinocommon-api-docs GitHub Wiki
Gets a point along the rectangle boundary.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3d PointAt(
double t
)
VB
Public Function PointAt (
t As Double
) As Point3d
- t
- Type: System.Double
Parameter along rectangle boundary. Valid values range from 0.0 to 4.0, where each integer domain represents a single boundary edge.
Type: Point3d
The point at the given boundary parameter.
Supported in: 6.0.16224.21491, 5D58w
Rectangle3d Structure
PointAt Overload
Rhino.Geometry Namespace