This document is archived and information here might be outdated. Recommended version. |
Apply constrained Delaunay from now on.
[Visual Basic .NET]
Public Sub SetToConstrainedDelaunay ( _
)
[C#]
public void SetToConstrainedDelaunay (
);
[C++]
HRESULT SetToConstrainedDelaunay(
void
);
Once this has been set breaklines will no longer be densified with steiner points in order to ensure the triangulation conforms to Delaunay criteria.
Once a TIN has been placed in this mode it cannot be changed back by any means other than not saving the edit session used to call this method.