Table of Contents

Class IdeaConcreteBlock

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

Inheritance

Implements

IIdeaConcreteBlock
IIdeaObject

Inherited Members

Constructors

public IdeaConcreteBlock(Identifier<IIdeaConcreteBlock> identifier)

Parameters

identifier Identifier<IIdeaConcreteBlock>
public IdeaConcreteBlock(string id)

Parameters

id string

Properties

Height

public double Height { get; set; }

Property Value

double

Lenght

public double Lenght { get; set; }

Property Value

double

Material of the concrete block.

public virtual IIdeaMaterial Material { get; set; }

Property Value

IIdeaMaterial

Width

public double Width { get; set; }

Property Value

double