CADability dotNET

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

See Also