Class IdeaSection
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class IdeaSection : IIdeaSectionInheritance
Implements
-
IIdeaSection
Inherited Members
Constructors
IdeaSection(double)
public IdeaSection(double position)Parameters
positiondouble
Properties
Position
Position on IIdeaMember1D/IIdeaElement1D. Value must be within 0 and 1 (including) where 0 is the start and 1 is the end.
public double Position { get; }Property Value
Results
Results on the section.
public IEnumerable<IIdeaSectionResult> Results { get; }Property Value
- IEnumerable<IIdeaSectionResult>
Methods
Add(IIdeaSectionResult)
public void Add(IIdeaSectionResult sectionResult)Parameters
sectionResultIIdeaSectionResult