stdafx.cpp
来自「能在MDT5/6环境下对已经存在地曲面进行全部和局部区域展开」· C++ 代码 · 共 9 行
CPP
9 行
// StdAfx.cpp : source file that includes just the standard includes
// StdAfx.pch will be the pre-compiled header
// StdAfx.obj will contain the pre-compiled type information
#pragma comment(lib, "acbr15.lib") // Brep library
#pragma comment(lib, "acgex15.lib") // GeX library
#include "StdAfx.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?