Interface IFeaModel
- Namespace
- IdeaStatiCa.BimApiLink.Plugin
- Assembly
- IdeaStatiCa.BimApiLink.dll
public interface IFeaModel : IModel
Implements
Methods
GetAllCombinations()
Gets all load combinations in current model in Fea application
IEnumerable<Identifier<IIdeaCombiInput>> GetAllCombinations()
Returns
- IEnumerable<Identifier<IIdeaCombiInput>>
-
Identifiers of load combinations
GetUserSelection()
FeaUserSelection GetUserSelection()
Returns
SelectUserSelection(IEnumerable<Identifier<IIdeaNode>>, IEnumerable<Identifier<IIdeaMember1D>>)
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