FemSurfaceInfo
Information about a surface in the FEM model.
Import
import ScriptingApi as api
# Access the class
# FemSurfaceInfo is available via api.FemSurfaceInfo
Properties
name
Surface name.
Type: str
face_count
Number of faces in the surface.
Type: int
type
Surface type. Use api.FemSurfaceType()
Type: FemSurfaceType
source
Source of the surface. Use api.FemSetSource()
Type: FemSetSource
description
Description.
Type: str