Skip to main content

FemSurfaceParams

Other

Parameters for creating an FEM surface.

Import

import ScriptingApi as api

# Create parameter instance
params = api.FemSurfaceParams()

Properties

name

Surface name. Must be unique within the model.

Type: str


type

Surface type. Use api.FEMSurfaceType()

Type: FemSurfaceType


source

Source of the surface. Use api.FEMSetSource()

Type: FemSetSource


roi_name

Name of the ROI used to create this surface (if source is ROI).

Type: str


description

Description of the surface.

Type: str


See Also