FromMesh
Create geometry (deformed configuration) from a (deformed) mesh.
Syntax
model.component(<ctag>).geom(<tag>).feature(<ftag>).set(property,<value>);
model.component(<ctag>).geom(<tag>).feature(<ftag>).getType(property);
model.component(<ctag>).geom(<tag>).feature(<ftag>).importData();
Description
To create a geometry sequence from a deformed mesh, use the createDeformedConfig method on a solution dataset, see Solution. Such a geometry sequence contains a FromMesh feature. This feature has the following properties
Table 3-56: Valid Properties
model.component(<ctag>).geom(<tag>).feature(<ftag>).importData() updates the geometry based on the current value of the solution in the feature’s corresponding solver sequence.