RFMeshTools.DecimateShell3 (Available After rapidform2006)



Your Ad Here

Description

Decimates a specified shell.

Syntax

Function RFMeshTools.DecimateShell3(shellID As RFEntityID, ratio As Double, errorBound As Double, curvatureBalance As Long, flagPreserveVertices As Boolean, flagPreserveBoundary As Boolean, flagPreserveQuality As Boolean, flagPreserveMark As Boolean, flagPreserveColor As Boolean, iColorBalance As Long) As RFErrorCode

The DecimateShell3 syntax has these parts:

Part Description
shellID [IN] RFEntityID Required. Shell's RFEntityID to decimate.
ratio [IN] Double Required. 0 ~ 100%.
errorBound [IN] Double Required. Demanding error bound.
curvatureBalance [IN] Long Required. Demanding curvature balance.
flagPreserveVertices [IN] Boolean Required. It determines whether all the original vertices are preserved during the process.
flagPreserveBoundary [IN] Boolean Required. It determines whether all the boundary vertices are preserved during the process.
flagPreserveQuality [IN] Boolean Required. It determines whether mesh quality is preserved as much as possible.
flagPreserveMark [IN] Boolean Required. It determines whether all marked vertices and edges are preserved during the process.
flagPreserveColor [IN] Boolean Required. It determines whether the vertex color is preserved.
iColorBalance [IN] Long Required. Demanding color balance.

Remarks

Return to Rapidform Index


Your Ad Here