Solid Edge FrameworkSupport Type Library
Simplify Method
A positive number that specifies the tolerance for the operation.
Description
This method simplifies the curve using the specified tolerance. This method usually results in a shape change and might also result in fewer control vertices and/or fewer edit points. It retains any endpoint constraints/dimensions and any connected Blue Dots, and deletes all other constraints/dimensions attached to the curve.
Syntax
Visual Basic
Public Sub Simplify( _
   ByVal Tolerance As Double _
) 
Parameters
Tolerance
A positive number that specifies the tolerance for the operation.
See Also

BSplineCurve2d Object  | BSplineCurve2d Members

Send comments on this topic.