setWorkingPrecisionModel method

void setWorkingPrecisionModel(
  1. PrecisionModel pm
)

Sets the precision model to use during the curve computation and noding, if it is different to the precision model of the Geometry. If the precision model is less than the precision of the Geometry precision model, the Geometry must have previously been rounded to that precision.

@param pm the precision model to use

Implementation

void setWorkingPrecisionModel(PrecisionModel pm) {
  workingPrecisionModel = pm;
}