Table of Contents

Interface ICadModel

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

Implements

Methods

Get selection represent bulk selection of all entities in model

IEnumerable<CadUserSelection> GetSelectionOfWholeModel()

Returns

IEnumerable<CadUserSelection>

Get selection represent single connection

CadUserSelection GetUserSelection()

Returns

CadUserSelection

Get bulk selection represent multiple connections

IEnumerable<CadUserSelection> GetUserSelections()

Returns

IEnumerable<CadUserSelection>