Skip to content

P_Rhino_Geometry_HiddenLineDrawingSegment_CurveSideFills

Will Pearson edited this page Aug 12, 2016 · 1 revision

HiddenLineDrawingSegment.CurveSideFills Property

The SideFill fields are only valid for visible curves. With respect to the HiddenLineDrawing, the region to the left (or right respecively) of this curve is described by CurveSideFills[0] or CurveSideFills[1], respectively. If exactly one of these regions is empty this is a scene silhouette. If this region conains a surface it is either a surface which in 3-D is adjacent to this edge or it an surface that is further away from the camera, we call this a shadow surface. unknown is used for unset values and for projecting curves

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public HiddenLineDrawingSegment.SideFill[] CurveSideFills { get; }

VB

Public ReadOnly Property CurveSideFills As HiddenLineDrawingSegment.SideFill()
	Get

Property Value

Type: HiddenLineDrawingSegment.SideFill[]

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

HiddenLineDrawingSegment Class
Rhino.Geometry Namespace

Clone this wiki locally