cad 图形导入ANSYS中的步骤
(2013-05-19 12:46:07)cad 图形导入ANSYS中的步骤
1、一般步骤
1)绘制好CAD图形,输出.SAT格式文件。
2)打开ANSYS文件,输入.SAT格式文件。
2、若CAD图形仅为线段组成,则如何输出.SAT格式文件。
FINISH
/CLEAR,NOSTART
~SATIN,zhuangtype1,sat,'..\cad
picture\',SOLIDS,0
AOVLAP,ALL
4、导入失败案例解决方法
附件:
~SATIN, Name
, Extension
, Path
, Entity
, FMT
, NOCL
, NOAN
Transfers a
Name
-
The name of a valid
.SAT file, created with a supported version of ACIS. The first character of the file name must be an alphanumeric. Special characters such as & - and * and spaces are not permitted in the part name. See File Names in the Command Reference for more information about ANSYS file naming conventions. Extension
-
The extension for the file. The default extension is
.sat. Path
-
The path name of the directory in which the file resides enclosed in single quotes. The default path name is the current working directory.
Entity
-
Entity to be imported.
SOLIDS
— Solids only, imported as ANSYS volumes (Not implemented, imports
All). SURFACES
— Surfaces only, imported as ANSYS areas (Not implemented, imports
All). WIREFRAME
— Wireframe only, imported as ANSYS lines (Not implemented, imports
All). ALL
— All entities. Use this option when the file contains different types of entities.
FMT
-
The format in which ANSYS will store the model.
0
— Neutral format (default). Defeaturing after import is restricted.
1
— Solid format; this allows defeaturing after import.