stdarx.h

来自「ARX2000/CAD二次开发」· C头文件 代码 · 共 32 行

H
32
字号
//
// StdArx.h : include file for ObjectARX/DBX include files
// this file is only included once by your stdafx.h

#if !defined(AFX_STDARX_H__51192FD8_3C65_11D3_A86E_000000000000__INCLUDED_)
#define AFX_STDARX_H__51192FD8_3C65_11D3_A86E_000000000000__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


//{{AFX_ARX_INC_SELECTED
#include "dbents.h"           // circle
#include "gearc2d.h"          // AcGeCircArc2d
#include "geline2d.h"         // AcGeLine2d
//}}AFX_ARX_INC_SELECTED

//{{AFX_ARX_INC_OTHERS
//}}AFX_ARX_INC_OTHERS


//{{AFX_ARX_FUNC
//}}AFX_ARX_FUNC

void cir();
void lin();
void ark();

// TODO: Here you can add your own includes / declarations
#endif 

⌨️ 快捷键说明

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