Load Module

Loads the model file with information from the input CAD file.

Parameters

pcBufferStream: Buffer containing the PRC stream.

uBufferLength: Length of pcBufferStream.

ppPrcReadHelper: Reserved for future use.

ppModelFile: References a pointer into which the location should be stored. of the model file. Set this pointer to null before calling the function.

Returns

A3D_SUCCESS in case of success or an error code

Index

Variables

  • param

Structures

Enumerations

Functions

Variables

A3DStatus A3DAsmModelFileLoadFromPrcFile param

Loads an A3DAsmModelFile from a PRC Buffer.

Writes a model file to a physical file in VRML format.

Free PRC write helper.

Loads an A3DAsmModelFile from a PRC physical file.

Free PRC read helper.

This function loads an A3DAsmModelFile from a PRC Buffer.

Parameters

pcBufferStream: Buffer containing the PRC stream.

uBufferLength: Length of pcBufferStream.

ppPrcReadHelper: Reserved for future use.

ppModelFile: References a pointer into which the location should be stored. of the model file. Set this pointer to null before calling the function.

Returns

A3D_SUCCESS in case of success or an error code