Click or drag to resize

SweepMiter Enumeration

Miter types for creating swept surfaces

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public enum SweepMiter
Members
  Member nameValueDescription
None0 No mitering
Trimmed1 If the sweep creates a polysurface with kinks, the component surfaces will be trimmed.
Untrimmed2 If the sweep creates a polysurface with kinks, the component surfaces will be untrimmed.
See Also