line3d.h
来自「AutoCAD DWG-file viewer」· C头文件 代码 · 共 25 行
H
25 行
/****************************************************************/
/* 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 x1,x2,y1,z1,y2,z2;
} AcadLine3d;
AcadLine3d *AcadLine3d__create( void );
int AcadLine3d__length( AcadLine3d *me );
void AcadLine3d__delete( AcadLine3d *me );
void AcadLine3d__read( AcadLine3d *me );
void AcadLine3d__write( AcadLine3d *me );
void AcadLine3d__dump_to_debug_file( AcadLine3d *me );
void AcadLine3d__dxfout( AcadLine3d *me );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?