ModelFile Module

Types

A3DPDFSnapshotOptionsData
A3DPDFEModelFileNodeType

Fields

kA3DPDFNodeProductOccurrence
kA3DPDFNodeRepresentationItem
kA3DPDFNodePMI
kA3DPDFNodeRiSet
kA3DPDFNodeCamera
kA3DPDFNodeLight

Functions

A3DStatus A3DPDFMakeSnapshotFromModelFile()

Detailed Description

group a3d_publish_modelfile_module

Module to get and compute information on modelfile.

This module describes the functions and structures that allow you to to get and compute information on a modelfile.

Type Documentation

enum A3DPDFEModelFileNodeType

ModelFileNode type: type of node in a modelfile.

Version
10.0

Values:

enumerator kA3DPDFNodeProductOccurrence

node for a Product occurence.

enumerator kA3DPDFNodeRepresentationItem

node for a mesh (node object that contains geometry).

enumerator kA3DPDFNodePMI

node for a PMI. Stored in the PDF model tree under a ‘3D PMI’ node.

enumerator kA3DPDFNodeRiSet

node for a mesh set. Does not contain any geometry but has children who do.

enumerator kA3DPDFNodeCamera

node for a camera.

enumerator kA3DPDFNodeLight

node for a light.

Function Documentation