Click or drag to resize

DTSweepContext Properties

The DTSweepContext type exposes the following members.

Properties
 NameDescription
Public propertyAlgorithm Gets the triangulation algorithm implemented by this context.
(Overrides TriangulationContextAlgorithm)
Public propertyDebugContext Gets the debug context associated with this triangulation context.
(Inherited from TriangulationContext)
Public propertyDTDebugContext Gets the sweep-specific debug context.
(Inherited from TriangulationContext)
Public propertyHead Gets or sets the artificial head point used to seed the front.
Public propertyIsDebugEnabled Gets a value indicating whether debugging is enabled.
(Overrides TriangulationContextIsDebugEnabled)
Public propertyStepCount Gets the number of completed processing steps.
(Inherited from TriangulationContext)
Public propertyTail Gets or sets the artificial tail point used to seed the front.
Public propertyTriangulatable Gets the triangulatable object currently associated with this context.
(Inherited from TriangulationContext)
Public propertyTriangulationMode Gets the current triangulation mode.
(Inherited from TriangulationContext)
Top
See Also