HatchLine Constructor (HatchLine) |
Construts a new hatch line.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public HatchLine(
HatchLine hatchLine
)
Public Sub New (
hatchLine As HatchLine
)
Parameters
- hatchLine
- Type: Rhino.DocObjectsHatchLine
The hatch line to copy.
See Also