Simplifies the toposolid by reducing the number of inner vertices to the given percentage.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void Simplify(
double percentage
)
Public Sub Simplify (
percentage As Double
)
public:
void Simplify(
double percentage
)
member Simplify :
percentage : float -> unit
Parameters
- percentage Double
-
The ratio of the number of inner vertices after simplify to the original number.
Exceptions
Remarks
At low percentages, the inner vertices may not be reduced to the exact percentage to keep a rough semblance of the original shape.
Call this method again if you want to keep removing inner vertices.
See Also