FemNodeSetParams
Parameters for creating an FEM node set.
Import
import ScriptingApi as api
# Create parameter instance
params = api.FemNodeSetParams()
Properties
name
Node set name. Must be unique within the model.
Type: str
node_ids
List of node 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 node set.
Type: str