Miscellaneous Attribute Entity

Fields

kA3DModellerAttributeTypeNull
kA3DModellerAttributeTypeInt
kA3DModellerAttributeTypeReal
kA3DModellerAttributeTypeTime
kA3DModellerAttributeTypeString

Functions

A3DStatus A3DMiscAttributeGet()
A3DStatus A3DMiscAttributeCreate()
A3DStatus A3DGlobalGetUnit()
A3DStatus A3DGlobalGetUnitData()

Detailed Description

group a3d_attribute

Creates and accesses descriptive names and modeller data associated with PRC entities.

Entity type is kA3DTypeMiscAttribute.

Version
11.1

This structure defines the miscellaneous attributes owned by an A3DRootBase entity.

Type Documentation

enum A3DEModellerAttributeType

A3DSDKRootEntities.

An enumeration that identifies the type of modeller data represented in an A3DMiscSingleAttributeData structure

Values:

enumerator kA3DModellerAttributeTypeNull

Null type; invalid.

enumerator kA3DModellerAttributeTypeInt

32-bit unsigned Integer (A3DUns32).

enumerator kA3DModellerAttributeTypeReal

64-bit double precision floating point value (A3DDouble).

enumerator kA3DModellerAttributeTypeTime

32-bit unsigned Integer, interpreted as time_t.

enumerator kA3DModellerAttributeTypeString

UTF-8 character c-string (A3DUTF8Char).

Function Documentation