Skip to main content

FemNodeSetInfo

Other

Information about a node set in the FEM model.

Import

import ScriptingApi as api

# Access the class
# FemNodeSetInfo is available via api.FemNodeSetInfo

Properties

name

Node set name.

Type: str


node_count

Number of nodes in the set.

Type: int


source

Source of the set. Use api.FemSetSource()

Type: FemSetSource


description

Description.

Type: str


See Also