DrawPFLinesConduit Constructor |
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic DrawPFLinesConduit(
IList<Line> edges,
IList<Color> colors
)
Public Sub New (
edges As IList(Of Line),
colors As IList(Of Color)
)
public:
DrawPFLinesConduit(
IList<Line>^ edges,
IList<Color>^ colors
)
new :
edges : IList<Line> *
colors : IList<Color> -> DrawPFLinesConduitParameters
- 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