Interface IIdeaCrossSectionByParameters
- Namespace
- IdeaStatiCa.BimApi
- Assembly
- IdeaStatiCa.BimApi.dll
A cross-section defined by parameters.
public interface IIdeaCrossSectionByParameters : IIdeaCrossSection, IIdeaObjectImplements
Properties
Material
Material of the cross-section.
IIdeaMaterial Material { get; }Property Value
Parameters
Parameters of the cross-section. Parameters depend of the type of the cross-section. See CrossSectionFactory for more information about parameters.
HashSet<Parameter> Parameters { get; }Property Value
- HashSet<Parameter>
Type
Type of the cross-section.
CrossSectionType Type { get; }Property Value
- CrossSectionType