Difference between revisions of "FEA Mesh Generation Commands"
Jump to navigation
Jump to search
(Created page with "The best way to generate an FEA mesh is to use Keypoint, Path, and Area commands, with an optional BMP, Region, and Hole commands to assign material properties...") |
|||
Line 1: | Line 1: | ||
The best way to generate an FEA mesh is to use [[Keypoint]], [[Path]], and [[Area]] commands, with an optional [[BMP, Region, and Hole]] commands to assign material properties from a digitized image of the object and from shape commands. | The best way to generate an FEA mesh is to use [[Keypoint]], [[Path]], and [[Area]] commands, with an optional [[BMP, Region, and Hole]] commands to assign material properties from a digitized image of the object and from shape commands. | ||
== Scripted Input Files == | |||
In scripted input files, you build the mesh by using multiple [[Mesh Generation Commands]]. These commands are usually grouped together, but may be at various locations in the input file. | |||
== XML Input Files == | |||
In <tt>XML</tt> input files, all [[Mesh Generation Commands]] must be within a single Mesh block: | |||
<Mesh> | |||
(mesh generation commands) | |||
</Mesh> | |||
== Mesh Generation Commands == |
Revision as of 15:55, 28 August 2013
The best way to generate an FEA mesh is to use Keypoint, Path, and Area commands, with an optional BMP, Region, and Hole commands to assign material properties from a digitized image of the object and from shape commands.
Scripted Input Files
In scripted input files, you build the mesh by using multiple Mesh Generation Commands. These commands are usually grouped together, but may be at various locations in the input file.
XML Input Files
In XML input files, all Mesh Generation Commands must be within a single Mesh block:
<Mesh> (mesh generation commands) </Mesh>