FemElementSetParams
Parameters for creating an FEM element set.
Import
import ScriptingApi as api
# Create parameter instance
params = api.FemElementSetParams()
Properties
name
Element set name. Must be unique within the model.
Type: str
element_ids
List of element IDs to include in the set.
Type: list
source
Source of the set. Use api.FEMSetSource()
Type: FemSetSource
roi_name
Name of the ROI used to create this set (if source is ROI).
Type: str
description
Description of the element set.
Type: str