Export SCS Module

(HOOPS Publish Advanced) Structure and function to write a ModelFile as a SCS stream cache file.

SCS is the Stream Cache Single file format used in HOOPS Communicator to hold the representation of a CAD model. A SCS file is later expected to be referred by a HTML file. This format stores the tessellated geometry, the assembly tree and all non-tessellation related data: PMI, views, user attributes, etc. Also, exact measurement data can be optionally added to the SCS file to store geometrical information useful for measurement tool, such as cylinder and radius data on faces or edges. This measurement information can take time to be computed and should only be added on purpose to handle measurement scenarios.

Parameters

pA3DAsmModelFile: References The A3DAsmModelFile to be exported

pParamsExportData: References the parameters for export.

pcScsFileName: References the path of the file into which the function stores the model file.

Returns

A3D_SUCCESS in case of success or an error code

Structures

Functions