M_Rhino_Geometry_Arc_Trim - mcneel/rhinocommon-api-docs GitHub Wiki

Arc.Trim Method

Sets arc's angle domain (in radians) as a subdomain of the circle.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Trim(
	Interval domain
)

VB

Public Function Trim ( 
	domain As Interval
) As Boolean

Parameters

 

domain
Type: Rhino.Geometry.Interval
0 < domain[1] - domain[0] <= 2.0 * RhinoMath.Pi.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Arc Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️