Group of annotation entities. More...

Data Structures

struct  A3DMkpAnnotationSetData
 Annotation Set structure. More...
 

Functions

A3DStatus A3DMkpAnnotationSetCreate (const A3DMkpAnnotationSetData *pData, A3DMkpAnnotationSet **ppAnnotation)
 Creates an A3DMkpAnnotationSet from an A3DMkpAnnotationSetData structure. More...
 
A3DStatus A3DMkpAnnotationSetGet (const A3DMkpAnnotationSet *pAnnotation, A3DMkpAnnotationSetData *pData)
 Populates the A3DMkpAnnotationSetData structure. More...
 

Detailed Description

Group of annotation entities.

Entity type is kA3DTypeMkpAnnotationSet.

An annotation set is a group of annotation items or subsets. For example, a tolerance defined by a datum and a feature control frame are described by an annotation set with two annotation items, where the items point respectively to a markup of type "datum" and a markup of type "feature control frame".

Function Documentation

◆ A3DMkpAnnotationSetGet()

◆ A3DMkpAnnotationSetCreate()