File3dmObjectTable.AddHatch Method (Hatch)

File3dmObjectTableAddHatch Method (Hatch)

Adds a hatch to the document.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid AddHatch(
	Hatch hatch
)
Public Function AddHatch ( 
	hatch As Hatch
) As Guid

Parameters

hatch
Type: Rhino.GeometryHatch
A hatch.

Return Value

Type: Guid
A unique identifier for the hatch, or Empty on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also