Click or drag to resize

PreserveIsoCurveMethod Enumeration

The way the surface iso-lines align with the target

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum PreserveIsoCurveMethod
Members
  Member nameValueDescription
Automatic0 If the trim is on an iso direction use MatchTarget, else use Perpendicular
MatchTarget1 The surface tangent will be parallel to the surface derivative in U- or V-direction
Perpendicular2 The surface tangent will be perpendicular to the target edge
Preserve3 The surface tangent will not change
See Also