Click or drag to resize

HiddenLineDrawingSegmentSideFill Enumeration

When a silhouette is projected on the image plane (determined by the camera location or direction), and projects to a curve (not a point), the image area to the left or right of a projected silhouette curve is filled with either the surface or a void.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum SideFill
Members
  Member nameValueDescription
SideUnset0 Unset
SideSurface1 Surface
SideVoid2 Void
OtherSurface3 Other Surface
See Also