Class IdeaConcreteBlock
- Namespace
- IdeaStatiCa.BimApiLink.BimApi
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class IdeaConcreteBlock : AbstractIdeaObject<IIdeaConcreteBlock>, IEquatable<AbstractIdeaObject<IIdeaConcreteBlock>>, IIdeaConcreteBlock, IIdeaObjectInheritance
Implements
-
IIdeaConcreteBlockIIdeaObject
Inherited Members
Constructors
IdeaConcreteBlock(Identifier<IIdeaConcreteBlock>)
public IdeaConcreteBlock(Identifier<IIdeaConcreteBlock> identifier)Parameters
identifierIdentifier<IIdeaConcreteBlock>
IdeaConcreteBlock(string)
public IdeaConcreteBlock(string id)Parameters
idstring
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; }