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