Skip to content

Methods_T_Rhino_Geometry_Cone

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Cone Methods

The Cone type exposes the following members.

Methods

 

Name Description
Public method AngleInDegrees Computes the angle (in degrees) between the axis and the side of the cone. The angle and the height have the same sign.
Public method AngleInRadians Computes the angle (in radians) between the axis and the side of the cone. The angle and the height have the same sign.
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 ToBrep Gets a Brep representation of the cone with a single face for the cone, an edge along the cone seam, and vertices at the base and apex ends of this seam edge. The optional cap is a single face with one circular edge starting and ending at the base vertex.
Public method ToNurbsSurface Constructs a Nurbs surface representation of this Cone. This is synonymous with calling NurbsSurface.CreateFromCone().
Public method ToRevSurface Constructs a RevSurface representation of this Cone. This is synonymous with calling RevSurface.CreateFromCone().
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

See Also

Reference

Cone Structure
Rhino.Geometry Namespace

Clone this wiki locally