RFSurfaceTools.ExportTextureMap (Available After RapidForm2004 PlusPack1 ServicePack1)



Your Ad Here

Description

Exports the texture of shell as image file with surface data.

Syntax

Function RFSurfaceTools.ExportQuadMesh( surfaceCount As Long, pSurfaceIDs As RFEntityID, shellID As RFEntityID, bPreserveRatio As Boolean, uRes As Long, vRes As Long, filePath As String ) As RFErrorCode

The ExportQuadMesh syntax has these parts:

Part Description
surfaceCount [INLong Required. Number of surfaces to export texture of shell.
pSurfaceIDs [INRFEntityID Required. Surface's RFEntityID array.
shellID [INRFEntityID Required. Shell's RFEntityID.
bPreserveRatio [INBoolean Required. It determines whether it preserves the aspect ratio or not.
uRes [INLong Required. U-directional resolution of texture image.
vRes [INLong Required. V-directional resolution of texture image.
filePath [INString Required. File path where the image file saved.

 

Remarks


Return to Rapidform Index


Your Ad Here