RFShell.AddFaces (Available After RapidForm2004 PlusPack1)



Your Ad Here

Description

Adds new faces which consists of three ordered vertices to the shell, and retrieves RFEntityID values indicating entity ID of the new faces.

Syntax

Function RFShell.AddFaces(numFace As Long, pVertexID1s As RFEntityID, pVertexID2s As RFEntityID, pVertexID3s As RFEntityID, bCheckManifold As Boolean, pFaceIDs As RFEntityID) As RFErrorCode

The AddFaces syntax has these parts:

Part Description
numFace [INLong Required. The number of faces to be added.
pVertexID1s [INRFEntityID Required. EntityIDs of the first vertices.
pVertexID2s [INRFEntityID Required. EntityIDs of the second vertices.
pVertexID3s [INRFEntityID Required. EntityIDs of the third vertices.
bCheckManifold [INBoolean Required. It should be set TRUE to prevent a non-manifold edge from being generated.
pFaceIDs [OUTRFEntityID Required. EntityIDs of the new faces.

Remarks

 

Return to Rapidform Index


Your Ad Here