< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Typedefs
Drawing Type Declarations

Typedefs

typedef void A3DDrawingModel
 
typedef void A3DDrawingSheet
 
typedef void A3DDrawingSheetFormat
 
typedef void A3DDrawingClipFrame
 
typedef void A3DDrawingView
 
typedef void A3DDrawingBlock
 
typedef void A3DDrawingBlockBasic
 
typedef void A3DDrawingBlockOperator
 
typedef void A3DDrawingEntity
 
typedef void A3DDrawingCurve
 
typedef void A3DDrawingFilledArea
 
typedef void A3DDrawingPicture
 
typedef void A3DDrawingVertices
 

Detailed Description

Version
5.0

Typedef Documentation

typedef void A3DDrawingModel

Definition of a drawing model. Refer to Drawing Model for more details.

typedef void A3DDrawingSheet

Definition of a drawing sheet. Refer to Drawing Sheet for more details.

typedef void A3DDrawingSheetFormat

Definition of a drawing sheet format. Refer to Drawing Sheet Format for more details.

typedef void A3DDrawingClipFrame

Definition of a drawing clipping frame. Refer to Drawing Clip Frame for more details.

typedef void A3DDrawingView

Definition of a drawing view. Refer to Drawing View for more details.

typedef void A3DDrawingBlock

Abstract type drawing block. Refer to Drawing Block for more details.

typedef void A3DDrawingBlockBasic

Definition of a drawing basic block. Refer to Drawing Block Basic for more details.

Definition of a drawing operator block. Refer to Drawing Operator for more details.

typedef void A3DDrawingEntity

Abstract class for drawing entities. Refer to Drawing Entity for more details.

typedef void A3DDrawingCurve

Definition of a drawing curve. Refer to Drawing Curve for more details.

typedef void A3DDrawingFilledArea

Definition of a drawing filled area block. Refer to Drawing Filled Area for more details.

typedef void A3DDrawingPicture

Definition of a drawing picture . Refer to Drawing Picture for more details.

typedef void A3DDrawingVertices

Definition of a drawing vertices. Refer to Drawing Vertices for more details.