CADability dotNET
A GeoObject that represents a flat (2d) shape filled by a HatchStyle. It also acts as a Block presenting e.g. the hatch lines as its containing child objects. To fully define a Hatch object you have to set these three properties: Plane, CompoundShape and HatchStyle. If you omit one of these properties you wont see the Hatch object as it is not fully defined. No defaults are assumed.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
[SerializableAttribute]
public class Hatch : Block, ISerializable, 
	IHatchStyle
Visual Basic
<SerializableAttribute> _
Public Class Hatch _
	Inherits Block _
	Implements ISerializable, IHatchStyle
Visual C++
[SerializableAttribute]
public ref class Hatch : public Block, 
	ISerializable, IHatchStyle

Inheritance Hierarchy

See Also