Description
Convert untrimmed surfaces to a quadratic mesh model and save in OBJ file format for animation and graphics applications.
Syntax
Function RFSurfaceTools.ExportQuadMesh( surfaceCount As Long, pSurfaceIDs As RFEntityID ) As RFErrorCode
The ExportQuadMesh syntax has these parts:
| Part | Description |
|---|---|
| surfaceCount | [IN] Long Required. Number of surfaces to export. |
| pSurfaceIDs | [IN] RFEntityID Required. Surface's RFEntityID array. |