< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Structures | Enumerations | Functions
A3DSDKRootEntities.h File Reference

Root entities section. More...

Data Structures

struct  A3DRootBaseData
 A structure representing a hierarchy of descriptive names and modeler data that applies to any PRC entity. More...
 
struct  A3DRootBaseWithGraphicsData
 A structure specifying root graphics data. More...
 
struct  A3DMiscSingleAttributeData
 A structure that specifies modeler data attribute. More...
 
struct  A3DMiscAttributeData
 A structure that specifies descriptive names and modeller data. More...
 

Enumerations

enum  A3DEModellerAttributeType {
  kA3DModellerAttributeTypeNull = 0, kA3DModellerAttributeTypeInt = 1, kA3DModellerAttributeTypeReal = 2, kA3DModellerAttributeTypeTime = 3,
  kA3DModellerAttributeTypeString = 4
}
 An enumeration that identifies the type of modeller data represented in an A3DMiscSingleAttributeData structure. More...
 

Functions

A3DStatus A3DRootBaseGet (const A3DRootBase *pRootBase, A3DRootBaseData *pData)
 Populates an A3DRootBaseData structure with the data from a PRC entity. More...
 
A3DStatus A3DRootBaseSet (A3DRootBase *pRootBase, const A3DRootBaseData *pData)
 Adds an A3DRootBaseData structure to an existing PRC entity. More...
 
A3DStatus A3DRootBaseWithGraphicsGet (const A3DRootBaseWithGraphics *pRoot, A3DRootBaseWithGraphicsData *pData)
 Populates the A3DRootBaseWithGraphicsData structure. More...
 
A3DStatus A3DRootBaseWithGraphicsSet (A3DRootBaseWithGraphics *pRoot, const A3DRootBaseWithGraphicsData *pData)
 Adds an A3DRootBaseWithGraphicsData structure to an existing A3DRootBaseWithGraphics entity. More...
 
A3DStatus A3DMiscAttributeGet (const A3DMiscAttribute *pAttribute, A3DMiscAttributeData *pData)
 Populates the A3DMiscAttributeData structure. More...
 
A3DStatus A3DMiscAttributeCreate (const A3DMiscAttributeData *pData, A3DMiscAttribute **ppAttribute)
 Creates an A3DMiscAttribute from A3DMiscAttributeData structure. More...
 

Detailed Description

Root entities section.

Author
Tech Soft 3D
Version
8.0
Date
October 2014
Copyright (c) 2014 by Tech Soft 3D, LLC. All rights reserved.