Click or drag to resize

SweepRebuild Enumeration

Rebuild types for creating swept surfaces

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.16
Syntax
public enum SweepRebuild
Members
  Member nameValueDescription
None0 Do not simplify cross section curves.
Rebuild1 Rebuild cross section curves through points.
Refit2 Refit cross section curves to tolerance.
See Also