RFMeshTools.DecimateRegion2 (Available After RapidForm2004 ServicePack1)



Your Ad Here

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 [INDouble Required. 0 ~ 100%.
errorBound [INDouble Required. Demanding error bound.
flagPreserveVertices [INBool Required. It determines whether all the original vertex coordinates are not moved.
flagPreserveBoundary [INBool Required. It determines whether all the boundary vertices coordinates are not moved.
flagPreserveQuality [INBool Required. It determines whether mesh quality is preserved as much as possible.
flagPreserveMark [INBool Required. It determines whether all the marked edges and vertices coordinates are not moved.

Remarks

Return to Rapidform Index


Your Ad Here