Click or drag to resize

PreserveEnd Enumeration

Preserves, or maintains, the shape of the opposite the one being edited.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.6
Syntax
public enum PreserveEnd
Members
  Member nameValueDescription
None0 No constraint.
Position1 Location only.
Tangency2 Position and curve direction.
Curvature3 Position, direction, and radius of curvature.
See Also