Methods_T_Rhino_Geometry_Arc - mcneel/rhinocommon-api-docs GitHub Wiki

Arc Methods

The Arc type exposes the following members.

Methods

 

Name Description
Public method BoundingBox Computes the 3D axis aligned bounding box for this arc.
Public method ClosestParameter Gets parameter on the arc closest to a test point.
Public method ClosestPoint Computes the point on an arc that is closest to a test point.
Public method EpsilonEquals Check that all values in other are within epsilon of the values in this
Public method Equals(Object) Determines whether another object is an arc and has the same value as this arc. (Overrides ValueType.Equals(Object).)
Public method Equals(Arc) Determines whether another arc has the same value as this arc.
Public method GetHashCode Computes a hash code for the present arc. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method PointAt Gets the point at the given arc parameter.
Public method Reverse Reverses the orientation of the arc. Changes the domain from [a,b] to [-b,-a].
Public method TangentAt Gets the tangent at the given parameter.
Public method ToNurbsCurve() Initializes a nurbs curve representation of this arc. This amounts to the same as calling NurbsCurve.CreateFromArc().
Public method ToNurbsCurve(Int32, Int32) Create a uniform non-ratonal cubic NURBS approximation of an arc.
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
Public method Transform Transforms the arc using a Transformation matrix.
Public method Trim Sets arc's angle domain (in radians) as a subdomain of the circle.
  Back to Top

See Also

Reference

Arc Structure
Rhino.Geometry Namespace

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