Click or drag to resize

MatchSrfSettingsEnableRefinement Method

Enable refinement of the surface being edited

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void EnableRefinement(
	bool enabled,
	double positionalTolerance = 0.001,
	double angleToleranceRadians = 0.0174532925199433,
	double curvatureTolerance = 0.05
)

Parameters

enabled
Type: SystemBoolean
Switch refinement on or off
positionalTolerance (Optional)
Type: SystemDouble
absolute distance
angleToleranceRadians (Optional)
Type: SystemDouble
angle between surface normals
curvatureTolerance (Optional)
Type: SystemDouble
percentage difference in radius of curvature
See Also