'Declaration Public Overloads Sub Tessellate( _ ByVal flatteningTolerance As System.Single, _ ByVal tessellationSink As ITessellationSink _ )
public void Tessellate( System.float flatteningTolerance, ITessellationSink tessellationSink )
Parameters
- flatteningTolerance
- The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
- tessellationSink
- The ITessellationSink to which the tessellated is appended.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.