RhinoCommon API
HiddenLineDrawingObjectCurveCurve Method (Double, Int32) |
Returns the HiddenLineDrawingCurve object containing parameter 't'.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public HiddenLineDrawingSegment Curve( double t, int side )
Public Function Curve ( t As Double, side As Integer ) As HiddenLineDrawingSegment
Parameters
- t
- Type: SystemDouble
The parameter. - side
- Type: SystemInt32
Determines which side to return at breakpoints, where: 0 - default, <0 - curve that contains an interval [t-, t], for some t- < t, >0 - curve that contains an interval [t, t+], for some t+ > t.
Return Value
Type: HiddenLineDrawingSegmentThe HiddenLineDrawingCurve object if successful.

Rhino for Windows
Supported in: 6.14