Class IdeaConcreteBlock
- Namespace
- IdeaStatiCa.BimApiLink.BimApi
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class IdeaConcreteBlock : AbstractIdeaObject<IIdeaConcreteBlock>, IEquatable<AbstractIdeaObject<IIdeaConcreteBlock>>, IIdeaConcreteBlock, IIdeaObject
Inheritance
Implements
-
IIdeaConcreteBlockIIdeaObject
Inherited Members
Constructors
IdeaConcreteBlock(Identifier<IIdeaConcreteBlock>)
public IdeaConcreteBlock(Identifier<IIdeaConcreteBlock> identifier)
Parameters
identifier
Identifier<IIdeaConcreteBlock>
IdeaConcreteBlock(string)
public IdeaConcreteBlock(string id)
Parameters
id
string
Properties
Height
Height
public double Height { get; set; }
Property Value
Lenght
Lenght
public double Lenght { get; set; }
Property Value
Material
Material of the concrete block.
public virtual IIdeaMaterial Material { get; set; }
Property Value
- IIdeaMaterial
Width
Width
public double Width { get; set; }