Methods_T_Rhino_Geometry_Cylinder - mcneel/rhinocommon-api-docs GitHub Wiki

Cylinder Methods

The Cylinder type exposes the following members.

Methods

 

Name Description
Public method CircleAt Compute the circle at the given elevation parameter.
Public method EpsilonEquals Check that all values in other are within epsilon of the values in this
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method LineAt Compute the line at the given angle parameter. This line will be degenerate if the cylinder is infite.
Public methodCode example ToBrep Constructs a Brep representation of this Cylinder. This is synonymous with calling NurbsSurface.CreateFromCylinder().
Public method ToNurbsSurface Constructs a Nurbs surface representation of this cylinder. This is synonymous with calling NurbsSurface.CreateFromCylinder().
Public method ToRevSurface Constructs a RevSurface representation of this Cylinder. This is synonymous with calling RevSurface.CreateFromCylinder().
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

See Also

Reference

Cylinder Structure
Rhino.Geometry Namespace

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