SimpleArrayHatchLinePointer Constructor (IEnumerableHatchLine) |
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public SimpleArrayHatchLinePointer(
IEnumerable<HatchLine> hatchLines
)
Public Sub New (
hatchLines As IEnumerable(Of HatchLine)
)
Parameters
- hatchLines
- Type: System.Collections.GenericIEnumerableHatchLine
A list, an array or any collection of curves that implements the enumerable interface.
See Also