RFMeshTools.CalcShellShellDeviation (Available After RapidForm2002 PlusPack1 ServicePack1)



Your Ad Here

Description

Calculates the deviation between two shells.

Syntax

Function RFMeshTools.CalcShellShellDeviation(fromShID As RFEntityID, toShID As RFEntityID, dCalcTolerance As Double, iType As RFDeviationType, bEntireShell As Boolean, bIgnoreBoundary As Boolean, dAcceptTolerance As Double, pdMaxDistance As Double, pdMinDistance As Double, pdAveDistance As Double, pdStdDev As Double, piNumInTolerance As Long, piNumOutTolerancePlus As Long, piNumOutToleranceMinus As Long) As RFErrorCode

The CalcShellShellDeviation syntax has these parts:

Part Description
fromShID [INRFEntityID Required. The RFEntityID of the shell for calculating deviation.
toShID [INRFEntityID Required. The base shell's RFEntityID.
dCalcTolerance [INDouble Required. The maximum value which is regarded as reasonable deviation.
iType [INRFDeviationType Required. Deviation type.
bEntireShell [INBoolean Required. Whether calculate the entire shell or not.
bIgnoreBoundary [INBoolean Required. Whether ignore the boundary of shell or not.
dAcceptTolerance [INDouble Required. The acceptable tolerance of deviation.
pdMaxDistance [OUTDouble Required. The maximum deviation.
pdMinDistance [OUTDouble Required. The minimum deviation.
pdAveDistance [OUTDouble Required. The average deviation.
pdStdDev [OUTDouble Required. The standard deviation.
piNumInTolerance [OUTLong Required. The number of entities which are in tolerance.
piNumOutTolerancePlus [OUTLong Required. The number of entities which are plus and out of tolerance.
piNumOutToleranceMinus [OUTLong Required. The number of entities which are minus and out of tolerance.

 

Return to Rapidform Index


Your Ad Here