Click or drag to resize

DrawPFLineConduit Constructor

Initializes a new instance of the DrawPFLineConduit class

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

Parameters

edges
Type: System.Collections.GenericIListLine

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

color
Type: System.DrawingColor

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

See Also