CADability dotNET
This method is used by a Hatch object to calculate its contents. It generates a set of parallel lines according to LineDistance and [!:LineAngle] and clips them with the given shape. The lines are projected into the 3D world by the given plane.

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

Syntax

C#
public override GeoObjectList GenerateContent(
	CompoundShape shape,
	Plane plane
)
Visual Basic
Public Overrides Function GenerateContent ( _
	shape As CompoundShape, _
	plane As Plane _
) As GeoObjectList
Visual C++
public:
virtual GeoObjectList^ GenerateContent(
	CompoundShape^ shape, 
	Plane plane
) override

Parameters

shape
Type: CADability.Shapes..::..CompoundShape
shape of the hatch object
plane
Type: CADability..::..Plane
local plane of the hatch object

Return Value

See Also