Table of Contents

Class IdeaResult

Namespace
IdeaStatiCa.BimApiLink.Results.BimApi
Assembly
IdeaStatiCa.BimApiLink.dll
public class IdeaResult : IIdeaResult

Inheritance

Implements

IIdeaResult

Inherited Members

Constructors

public IdeaResult(ResultLocalSystemType coordinateSystemType)

Parameters

coordinateSystemType ResultLocalSystemType

Properties

Type of the coordinate system the results are defined in.

public ResultLocalSystemType CoordinateSystemType { get; }

Property Value

ResultLocalSystemType

Sections with results.

public IEnumerable<IIdeaSection> Sections { get; }

Property Value

IEnumerable<IIdeaSection>

Methods

public void Add(IIdeaSection section)

Parameters

section IIdeaSection