List<ILineEdge> Flatten(
double lineLength,
double errorLevel
)Function Flatten (
lineLength As Double,
errorLevel As Double
) As List(Of ILineEdge)List<ILineEdge^>^ Flatten(
double lineLength,
double errorLevel
)abstract Flatten :
lineLength : float *
errorLevel : float -> List<ILineEdge>