RFMeshTools.GetCylindricalCrossSectionOfShell (Available After RapidForm2004 PlusPack1)



Your Ad Here

Description

Get the cross section between specified shell and cylinder.

Syntax

Function RFMeshTools.GetCylindricalCrossSectionOfShell(shellID As RFEntityID, pCylinder As RFCylinder, maxSectionLineCount As Long, pSectionLineCount As Long, pSectionLines As RFLine, maxLoopCount As Long, pLoopCount As Long, pLineCountInLoops As Long) As RFErrorCode

The GetCrossSectionOfShell syntax has these parts:

Part Description
shellID [INRFEntityID Required. Shell's RFEntityID to be sectioned.
pCylinder [INRFCylinder Required. RFCylinder used to be section a shell.
maxSectionLineCount [INLong Required. The size of pSectionLines array. (Maximum number of section lines expected.)
pSectionLineCount [OUTLong Required. The number of section lines.
pSectionLines [OUTRFLine Required. Section lines between shell and cylinder.
maxLoopCount [INLong Required. The size of pLineCountInLoops array. (Maximum number of loops expected.)
pLoopCount [OUTLong Required. The number of loops.
pLineCountInLoops [OUTLong Required. The number of section lines in each loop.

Remarks

 

Return to Rapidform Index


Your Ad Here