Overview

Programming Guide

API Reference

Reads and writes a physical file containing a PRC model file; and creates and accesses model file entities. More...

Data Structures

struct  A3DAsmModelFileData
 ModelFile structure.
 

Enumerations

enum  A3DEModellerType
 Modeller type. More...
 

Functions

A3DStatus A3DAsmModelFileGet (const A3DAsmModelFile *pModelFile, A3DAsmModelFileData *pData)
 Populates the A3DAsmModelFileData structure. More...
 
A3DStatus A3DAsmModelFileCreate (const A3DAsmModelFileData *pData, A3DAsmModelFile **ppModelFile)
 Creates an A3DAsmModelFile from A3DAsmModelFileData structure. More...
 
A3DStatus A3DAsmModelFileDelete (A3DAsmModelFile *pModelFile)
 Deletes the entire A3DAsmModelFile entity from memory. More...
 

Detailed Description

Reads and writes a physical file containing a PRC model file; and creates and accesses model file entities.

The A3DAsmModelFile is the root entity of the PRC data. It is the starting point for parsing a PRC file. It is also one of the arguments used to create a 3D annotation within a PDF document.

Entity type is kA3DTypeAsmModelFile.

See also
Technical Overview

Enumeration Type Documentation

Modeller type.

Version
2.1