geometry_import
Import geometry from CAD files into COMSOL models. Supports formats like STEP, IGES, STL, and NASTRAN.
Instructions
Import geometry from a CAD file.
Supported formats: STEP, IGES, STL, NASTRAN, etc.
Args: file_path: Path to the CAD file geometry_name: Geometry sequence name import_type: Import type (CAD, mesh, etc.) model_name: Model name (default: current model)
Returns: Import operation info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| geometry_name | No | ||
| import_type | No | CAD | |
| model_name | No |