Click or drag to resize

RhinoVariationalDomain Enumeration

The type of trimming domain

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum RhinoVariationalDomain
Members
  Member nameValueDescription
Projected0 Project the input curves to a least-squares plane
Molded1 Project the input curves to a least-squares plane, then iteratively mold the surface to the constraints.
Untrimmed2 Do not use a trimming domain
MultiBlend3 Create a multi-blend
See Also