Overview

Programming Guide

API Reference

Drawing Operator

Enumerations for drawing operator type for use in the A3DDrawingBlockOperatorData structure. More...

Data Structures

struct  A3DDrawingBlockOperatorData
 DrawingBlockOperator structure.
 

Enumerations

enum  A3DEDrawingOperatorType { kA3DDrawingOperatorTypeUnknwon = 0, kA3DDrawingOperatorTypeDetail = 1, kA3DDrawingOperatorTypeSection = 2 }
 
enum  A3DEDrawingOperatorType { kA3DDrawingOperatorTypeUnknwon = 0, kA3DDrawingOperatorTypeDetail = 1, kA3DDrawingOperatorTypeSection = 2 }
 

Functions

A3DStatus A3DDrawingBlockOperatorGet (const A3DDrawingBlockOperator *pDrawingOperator, A3DDrawingBlockOperatorData *pData)
 Populates the A3DDrawingBlockOperatorData structure. More...
 
A3DStatus A3DDrawingBlockOperatorCreate (const A3DDrawingBlockOperatorData *pData, A3DDrawingBlockOperator **ppDrawingOperator)
 Creates an A3DDrawingBlockOperator from A3DDrawingBlockOperatorData structure. More...
 

Detailed Description

Enumerations for drawing operator type for use in the A3DDrawingBlockOperatorData structure.

Version
5.0

Entity type is kA3DTypeDrawingBlockOperator.

Block Operator is same as Block Basic, but it provide also a link between graphic entities and a view. It is useful to define a relationship between a curve section and a view.

Refer to Drawing Block Basic for other details.

Warning
Circular dependencies between A3DDrawingBlockOperator and A3DDrawingView are not allowed.

Enumeration Type Documentation

Version
5.0

Drawing operator type identifiers

Enumerator
kA3DDrawingOperatorTypeUnknwon 

Unknown value.

kA3DDrawingOperatorTypeDetail 

View of detail.

kA3DDrawingOperatorTypeSection 

View of section.