Class IdeaSpan
- Namespace
- IdeaStatiCa.BimApiLink.BimApi
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class IdeaSpan : AbstractIdeaObject<IIdeaSpan>, IEquatable<AbstractIdeaObject<IIdeaSpan>>, IIdeaSpan, IIdeaObjectInheritance
Implements
-
IIdeaSpanIIdeaObject
Inherited Members
Constructors
IdeaSpan(Identifier<IIdeaSpan>)
public IdeaSpan(Identifier<IIdeaSpan> identifer)Parameters
identiferIdentifier<IIdeaSpan>
IdeaSpan(int)
public IdeaSpan(int id)Parameters
idint
IdeaSpan(string)
public IdeaSpan(string id)Parameters
idstring
Properties
EndCrossSection
Cross-section at the end position of the span.
public virtual IIdeaCrossSection EndCrossSection { get; set; }Property Value
- IIdeaCrossSection
EndPosition
Relative position on the member where the span ends.
public virtual double EndPosition { get; set; }Property Value
StartCrossSection
Cross-section at the start position of the span. Must not be null.
public virtual IIdeaCrossSection StartCrossSection { get; set; }Property Value
- IIdeaCrossSection
StartPosition
Relative position on the member where the span starts.
public virtual double StartPosition { get; set; }