AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
ShapeIO类 参考

静态 Public 成员函数

static TopoShape Open (String fileName, ParameterDict settings)
 
static TopoShape Open (String fileName)
 
static boolean Save (TopoShape shape, String fileName)
 
static boolean Save (TopoShapeList group, String fileName)
 
static TopoShape Open (Path fileName, ParameterDict settings)
 
static TopoShape Open (Path fileName)
 
static boolean Save (TopoShape shape, Path fileName)
 
static boolean Initialize ()
 

详细描述

<> ShapeIO
加载模型,如STEP、IGES、BREP格式

成员函数说明

◆ Open() [1/4]

static TopoShape ShapeIO.Open ( Path fileName)
static

加载模型文件

参数
fileName文件名称

返回
模型

◆ Open() [2/4]

static TopoShape ShapeIO.Open ( Path fileName,
ParameterDict settings )
static

加载模型文件

参数
fileName文件名称

返回
模型

◆ Open() [3/4]

static TopoShape ShapeIO.Open ( String fileName)
static

加载模型文件

参数
fileName文件名称

返回
模型

◆ Open() [4/4]

static TopoShape ShapeIO.Open ( String fileName,
ParameterDict settings )
static

加载模型文件

参数
fileName文件名称
settings设置
返回
模型

◆ Save() [1/3]

static boolean ShapeIO.Save ( TopoShape shape,
Path fileName )
static

将TopoShape保存为模型文件

参数
shape需要导出的TopoShape对象
fileName保存文件路径,通过后缀名指定模型文件格式
目前支持的格式有:".stp", ".step", ".igs", ".iges", ".stl", ".stb"
未提供后缀或后缀不支持时导出BRep格式:https://dev.opencascade.org/doc/occt-6.7.0/overview/html/occt_brep_format.html
返回
是否保存成功

◆ Save() [2/3]

static boolean ShapeIO.Save ( TopoShape shape,
String fileName )
static

将TopoShape保存为模型文件

参数
shape需要导出的TopoShape对象
fileName保存文件路径,通过后缀名指定模型文件格式
目前支持的格式有:".stp", ".step", ".igs", ".iges", ".stl", ".stb"
未提供后缀或后缀不支持时导出BRep格式:https://dev.opencascade.org/doc/occt-6.7.0/overview/html/occt_brep_format.html
返回
是否保存成功

◆ Save() [3/3]

static boolean ShapeIO.Save ( TopoShapeList group,
String fileName )
static

整体保存

参数
groupTopoShape列表
fileName文件名
返回
是否成功