Table of Contents

Interface IFeaModel

Namespace
IdeaStatiCa.BimApiLink.Plugin
Assembly
IdeaStatiCa.BimApiLink.dll
public interface IFeaModel : IModel

Implements

Methods

Gets all load combinations in current model in Fea application

IEnumerable<Identifier<IIdeaCombiInput>> GetAllCombinations()

Returns

IEnumerable<Identifier<IIdeaCombiInput>>

Identifiers of load combinations

FeaUserSelection GetUserSelection()

Returns

FeaUserSelection

Get's the user selected nodes and members as input parameters and projects the selection in connected Fea application

void SelectUserSelection(IEnumerable<Identifier<IIdeaNode>> nodes, IEnumerable<Identifier<IIdeaMember1D>> members)

Parameters

nodes IEnumerable<Identifier<IIdeaNode>>

Nodes to be selected

members IEnumerable<Identifier<IIdeaMember1D>>

Members to be selected