Description
Decimates currently selected faces.
Syntax
Function RFMeshTools.DecimateRegion2( ratio As Double, errorBound As Double, flagPreserveVertices As Bool, flagPreserveBoundary As Bool, flagPreserveQuality As Bool, flagPreserveMark As Bool ) As RFErrorCode
The DecimateRegion2 syntax has these parts:
| Part | Description |
|---|---|
| ratio | [IN] Double Required. 0 ~ 100%. |
| errorBound | [IN] Double Required. Demanding error bound. |
| flagPreserveVertices | [IN] Bool Required. It determines whether all the original vertex coordinates are not moved. |
| flagPreserveBoundary | [IN] Bool Required. It determines whether all the boundary vertices coordinates are not moved. |
| flagPreserveQuality | [IN] Bool Required. It determines whether mesh quality is preserved as much as possible. |
| flagPreserveMark | [IN] Bool Required. It determines whether all the marked edges and vertices coordinates are not moved. |
Remarks