Class IdeaSection
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class IdeaSection : IIdeaSection
Inheritance
Implements
-
IIdeaSection
Inherited Members
Constructors
IdeaSection(double)
public IdeaSection(double position)
Parameters
position
double
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
sectionResult
IIdeaSectionResult