Table of Contents

Class IdeaSpan

Namespace
IdeaStatiCa.BimApiLink.BimApi
Assembly
IdeaStatiCa.BimApiLink.dll
public class IdeaSpan : AbstractIdeaObject<IIdeaSpan>, IEquatable<AbstractIdeaObject<IIdeaSpan>>, IIdeaSpan, IIdeaObject

Inheritance

Implements

IIdeaSpan
IIdeaObject

Inherited Members

Constructors

public IdeaSpan(Identifier<IIdeaSpan> identifer)

Parameters

identifer Identifier<IIdeaSpan>
public IdeaSpan(int id)

Parameters

id int
public IdeaSpan(string id)

Parameters

id string

Properties

Cross-section at the end position of the span.

public virtual IIdeaCrossSection EndCrossSection { get; set; }

Property Value

IIdeaCrossSection

Relative position on the member where the span ends.

public virtual double EndPosition { get; set; }

Property Value

double

Cross-section at the start position of the span. Must not be null.

public virtual IIdeaCrossSection StartCrossSection { get; set; }

Property Value

IIdeaCrossSection

Relative position on the member where the span starts.

public virtual double StartPosition { get; set; }

Property Value

double