📄 ucs.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
{
UINT8 flags;
char name[ 0x20 ];
DOUBLE x;
DOUBLE y;
DOUBLE z;
DOUBLE x_X_axis;
DOUBLE y_X_axis;
DOUBLE z_X_axis;
DOUBLE x_Y_axis;
DOUBLE y_Y_axis;
DOUBLE z_Y_axis;
} AcadUcs;
void AcadUcs__read( AcadUcs *me );
void AcadUcs__write( AcadUcs *me );
void AcadUcs__dxfout( AcadUcs *me );
void AcadUcs__dump_to_debug_file( AcadUcs *me );
AcadUcs *AcadUcs__create( void );
void AcadUcs__delete( AcadUcs *me );
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -