RFMeshTools.DecimateLargeShell



Your Ad Here

Description

Decimates a specified shell by a regular voxel sampling algorithm and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFMeshTools.DecimateLargeShell(shellID As RFEntityID, gridsize As Long, bEvalFaceCount As Boolean, pEvalFaceCount As Long) As RFErrorCode

The DecimateLargeShell syntax has these parts:

Part Description
shellID [INRFEntityID Required. Shell's RFEntityID to decimate.
gridsize [INLong Required. Voxel resolution.
bEvalFaceCount [INBoolean Required. It determines whether decimation is actually performed or simple decimated face count estimation is performed.
pEvalFaceCount [OUTLong Required. Estimated number of faces after the decimation.

Remarks

 

Return to Rapidform Index


Your Ad Here