Description:

Writes a hatch pattern defintion to a file.

Syntax:
public static bool WriteToFile(
string filename,
HatchPattern hatchPattern
)
Parameters:
  • filename
  • Type: string
  • Name of file to create. If file exists, it will be overwritten.
Returns:
Type: bool
True if successful, False otherwise.
Remarks:
Output file is in AutoCAD .PAT format.
Available since:
8.15

Description:

Writes one or more hatch pattern defintions to a file.

Syntax:
public static bool WriteToFile(
string filename,
IEnumerable<HatchPattern> hatchPatterns
)
Parameters:
  • filename
  • Type: string
  • Name of file to create. If file exists, it will be overwritten.
  • hatchPatterns
  • Type: IEnumerable<HatchPattern>
  • The enumeration of hatch patterns to write.
Returns:
Type: bool
True if successful, False otherwise.
Remarks:
Output file is in AutoCAD .PAT format.
Available since:
8.15

WriteToFile method

Class:  Rhino.DocObjects.HatchPattern

Nothing found