Click or drag to resize

MeshPipeCapStyle Enumeration

Enumerates methods to end a mesh pipe.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum MeshPipeCapStyle
Members
  Member nameValueDescription
None0Capping is skipped. The resulting object will be simpler.
Flat1A flat surface will cap the pipe.
Box2A simple construction will cap the pipe.
Dome3A meridians-and-parallels hemisphere construction will cap the pipe.
See Also