Interface IIdeaResult
- Namespace
- IdeaStatiCa.BimApi.Results
- Assembly
- IdeaStatiCa.BimApi.dll
Result on IIdeaMember1D or IIdeaElement1D.
public interface IIdeaResultProperties
CoordinateSystemType
Type of the coordinate system the results are defined in.
ResultLocalSystemType CoordinateSystemType { get; }Property Value
- ResultLocalSystemType
Sections
Sections with results.
IEnumerable<IIdeaSection> Sections { get; }