Description:

Set all of the hatch lines at once. Existing hatch lines are deleted.

Syntax:
public int SetHatchLines(
IEnumerable<HatchLine> hatchLines
)
Parameters:
  • hatchLines
  • Type: IEnumerable<HatchLine>
  • An enumeration of hatch lines.
Returns:
Type: int
The number of hatch lines added.
Available since:
8.0

SetHatchLines method

Class:  Rhino.DocObjects.HatchPattern

Nothing found