⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shape.h

📁 AutoCAD DWG-file viewer
💻 H
字号:
/****************************************************************/
/*			COPYRIGHT NOTICE			*/
/*			----------------			*/
/*  All software in this listing remain the strict copyright	*/
/*  of Ilija Kovacevic and cannot be copied or used in any way	*/
/*  except by written permission of Ilija Kovacevic.		*/
/*								*/
/*	Copyright (c) 1992 Ilija Kovacevic			*/
/*	www.kov.com   email ilija@kov.com			*/
/****************************************************************/

typedef struct
	{
	AcadEntity common;
	DOUBLE x,y,height,angle;
	DOUBLE obliquing_angle;
	DOUBLE relative_x_scale;
	DOUBLE relative_y_scale;
	UINT8 name,index;
	} AcadShape;

AcadShape *AcadShape__create( void );
int AcadShape__length( AcadShape *me );
void AcadShape__delete( AcadShape *me );
void AcadShape__read( AcadShape *me );
void AcadShape__write( AcadShape *me );
void AcadShape__dump_to_debug_file( AcadShape *me );
void AcadShape__dxfout( AcadShape *me );

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -