Click or drag to resize

DTSweepDebugContext Constructor

Initializes a new instance of the DTSweepDebugContext class.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DTSweepDebugContext(
	DTSweepContext tcx
)

Parameters

tcx  DTSweepContext
The owning sweep context.
See Also