Interface IIdeaSpan
- Namespace
- IdeaStatiCa.BimApi
- Assembly
- IdeaStatiCa.BimApi.dll
Span allows specifying haunched member.
Both cross-sect
public interface IIdeaSpan : IIdeaObjectImplements
Properties
EndCrossSection
Cross-section at the end position of the span.
IIdeaCrossSection EndCrossSection { get; }Property Value
EndPosition
Relative position on the member where the span ends.
double EndPosition { get; }Property Value
StartCrossSection
Cross-section at the start position of the span. Must not be null.
IIdeaCrossSection StartCrossSection { get; }Property Value
StartPosition
Relative position on the member where the span starts.
double StartPosition { get; }