Click or drag to resize

File3dmObjectTableAddHatch Method (Hatch)

Adds a hatch to the document.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Guid AddHatch(
	Hatch hatch
)

Parameters

hatch
Type: Rhino.GeometryHatch
A hatch.

Return Value

Type: Guid
A unique identifier for the hatch, or Empty on failure.
See Also