< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Structures | Functions

Data Structures

struct  A3DTopoEdgeData
 Edge structure. More...
 

Functions

A3DStatus A3DTopoEdgeGet (const A3DTopoEdge *pEdge, A3DTopoEdgeData *pData)
 Populates the A3DTopoEdgeData structure. More...
 
A3DStatus A3DTopoEdgeCreate (const A3DTopoEdgeData *pData, A3DTopoEdge **ppEdge)
 Creates an A3DTopoEdge from an A3DTopoEdgeData structure. More...
 

Detailed Description

Entity type is kA3DTypeTopoEdge

See also
A3DTopoEdge, A3DTopoEdgeData, A3DTopoEdgeGet, A3DTopoEdgeCreate

Function Documentation

A3DStatus A3DTopoEdgeGet ( const A3DTopoEdge pEdge,
A3DTopoEdgeData pData 
)
A3DStatus A3DTopoEdgeCreate ( const A3DTopoEdgeData pData,
A3DTopoEdge **  ppEdge 
)