Description:

Reads hatch pattern definitions from a file.

Syntax:
public static HatchPattern[] ReadFromFile(
string filename,
bool quiet
)
Parameters:
  • filename
  • Type: string
  • Name of an existing file. If filename is None or empty, default hatch pattern filename is used.
  • quiet
  • Type: bool
  • Ignored.
Returns:
An array of hatch patterns. This can be null, but not empty.
Available since:
5.0

ReadFromFile method

Class:  Rhino.DocObjects.HatchPattern

Nothing found