CADability dotNET
The only way to construct a hatch object. If a Constructor is registered, this constructor will be used, if not a Hatch object is created.

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

Syntax

C#
public static Hatch Construct()
Visual Basic
Public Shared Function Construct As Hatch
Visual C++
public:
static Hatch^ Construct()

Return Value

See Also