Click or drag to resize

DrawPFLinesConduit Constructor

Initializes a new instance of the DrawPFLinesConduit class

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public DrawPFLinesConduit(
	IList<Line> edges,
	IList<Color> colors
)

Parameters

edges
Type: System.Collections.GenericIListLine

[Missing <param name="edges"/> documentation for "M:PolyFramework.DrawPFLinesConduit.#ctor(System.Collections.Generic.IList{Rhino.Geometry.Line},System.Collections.Generic.IList{System.Drawing.Color})"]

colors
Type: System.Collections.GenericIListColor

[Missing <param name="colors"/> documentation for "M:PolyFramework.DrawPFLinesConduit.#ctor(System.Collections.Generic.IList{Rhino.Geometry.Line},System.Collections.Generic.IList{System.Drawing.Color})"]

See Also