RFMeshTools.DivideAndMirrorShell



Your Ad Here

Description

Divides a specified shell into two shells by a plane and optionally mirrors the divided each shell, and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFMeshTools.DivideAndMirrorShell(shellID As RFEntityID, pPlane As RFPlane, bMirrorUpper As Boolean, bMirrorLower As Boolean, pUpperShellID As RFEntityID, pLowerShellID As RFEntityID) As RFErrorCode

The DivideAndMirrorShell syntax has these parts:

Part Description
shellID [INRFEntityID Required. Shell's RFEntityID to divide.
pPlane [INRFPlane Required. Dividing plane geometry.
bMirrorUpper [INBoolean Required. It determines whether the upper part of the divided shell is mirrored or not.
bMirrorLower [INBoolean Required. It determines whether the lower part of the divided shell is mirrored or not.
pUpperShellID [OUTRFEntityID Required. Divided upper shell's RFEntityID.
pLowerShellID [OUTRFEntityID Required. Divided lower shell's RFEntityID.

Remarks

Return to Rapidform Index


Your Ad Here