Interface IIdeaCrossSectionByComponents
- Namespace
- IdeaStatiCa.BimApi
- Assembly
- IdeaStatiCa.BimApi.dll
A generic cross-sectÃons defined by its components.
public interface IIdeaCrossSectionByComponents : IIdeaCrossSection, IIdeaObjectImplements
Properties
Components
Set of components.
HashSet<IIdeaCrossSectionComponent> Components { get; }