RFMeshTools.DecimateShell2 (Available After RapidForm2004 ServicePack1)



Your Ad Here

Description

Decimates a specified shell.

Syntax

Function RFMeshTools.DecimateShell2( shellID As RFEntityID, ratio As Double, errorBound As Double, curvatureBalance As Long, flagPreserveVertices As Bool, flagPreserveBoundary As Bool, flagPreserveQuality As Bool, flagPreserveMark As Bool ) As RFErrorCode

The DecimateShell2 syntax has these parts:

Part Description
shellID [INRFEntityID Required. Shell's RFEntityID to decimate.
ratio [INDouble Required. 0 ~ 100%.
errorBound [INDouble Required. Demanding error bound.
curvatureBalance [INLong Required. Demanding curvature balance.
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