AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AnyCAD::API::TopoDataExchangeStep类 参考

STEP file writer and reader. 更多...

#include <APITopoDataExchangeStep.h>

Public 成员函数

bool Write (const TopoShapeGroup &pShapes, const Path &szFileName)
 
bool Write (const TopoShape &pShape, const Path &szFileName)
 
TopoShape Read (const Path &szFileName)
 

详细描述

STEP file writer and reader.

TODO:

成员函数说明

TopoShape AnyCAD::API::TopoDataExchangeStep::Read ( const Path szFileName)

Read from STEP file

参数
szFileNamethe file name.
返回
pShapes the TopoShape.
bool AnyCAD::API::TopoDataExchangeStep::Write ( const TopoShapeGroup pShapes,
const Path szFileName 
)

Write to STEP file

参数
pShapesthe TopoShape.
szFileNamethe file name.
返回
true if successes.
bool AnyCAD::API::TopoDataExchangeStep::Write ( const TopoShape pShape,
const Path szFileName 
)

Write to STEP file

参数
pShapethe TopoShape.
szFileNamethe file name.
返回
true if successes.

该类的文档由以下文件生成: