Overview

Programming Guide

API Reference

Reference on Topology

Creates and accesses entities that reference topology entities and that specify globally-defined attributes. More...

Data Structures

struct  A3DMiscReferenceOnTopologyData
 Structure that identifies the referenced topology entity and that specifies globally-defined attributes. More...
 

Functions

A3DStatus A3DMiscReferenceOnTopologyGet (const A3DMiscReferenceOnTopology *pReferenceOnTopoItem, A3DMiscReferenceOnTopologyData *pData)
 Populates the A3DMiscReferenceOnTopologyData structure. More...
 
A3DStatus A3DMiscReferenceOnTopologyCreate (const A3DMiscReferenceOnTopologyData *pData, A3DMiscReferenceOnTopology **ppReferenceOnTopoItem)
 Creates an A3DMiscReferenceOnTopology from an A3DMiscReferenceOnTopologyData structure. More...
 

Detailed Description

Creates and accesses entities that reference topology entities and that specify globally-defined attributes.

Version
2.0

Entity type is kA3DTypeMiscReferenceOnTopology.

Reference topology entity are retrieved by indexes on father elements.

For a A3DTopoConnex, it needs:

For a A3DTopoShell, it needs:

For a A3DTopoFace, it needs:

For a A3DTopoEdge or A3DTopoCoEdge, it needs:

For a A3DTopoVertex, it needs:

Function Documentation