Rectangle3dPointAt Method (Double) |
Gets a point along the rectangle boundary.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Point3d PointAt(
double t
)
Public Function PointAt (
t As Double
) As Point3d
Parameters
- t
- Type: SystemDouble
Parameter along rectangle boundary. Valid values range from 0.0 to 4.0,
where each integer domain represents a single boundary edge.
Return Value
Type:
Point3dThe point at the given boundary parameter.
See Also