ConvertToCOMSOL
Convert CAD objects to COMSOL objects.
Syntax
model.component(<ctag>).geom(<tag>).feature().create(<ftag>,"ConvertToCOMSOL");
model.component(<ctag>).geom(<tag>).feature(<ftag>).selection(property);
model.component(<ctag>).geom(<tag>).feature(<ftag>).setAttribute(attribute,<value>);
model.component(<ctag>).geom(<tag>).feature(<ftag>).getAttribute(attribute);
Description
model.component(<ctag>).geom(<tag>).feature().create(<ftag>,"ConvertToCOMSOL")
creates a ConvertToCOMSOL feature.
on | off
all | obj | dom | bnd | edg | pnt | off
Show selections of resulting objects in physics, materials, and so on, or in part instances. obj is not available in a component’s geometry. dom, bnd, and edg are not available in all features.
The following attributes are available:
Table 3-5: Valid attributes
on | off | inherit
Designate the resulting objects as construction geometry. Use inherit to set the construction geometry attribute only if all input objects are construction geometry.
See Also
Import 3D CAD