Sets arc's angle domain (in radians) as a subdomain of the circle.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Trim(
Interval domain
)
Public Function Trim (
domain As Interval
) As Boolean
Parameters
- domain
- Type: Rhino.GeometryInterval
0 < domain[1] - domain[0] <= 2.0 * RhinoMath.Pi.
Return Value
Type:
Booleantrue on success, false on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also