Class ConcreteBlock
- Namespace
 - IdeaRS.OpenModel.Connection
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Data of concrete block
public class ConcreteBlockInheritance
Inherited Members
Properties
Height
Height of ConcreteBlock
public double Height { get; set; }Property Value
Lenght
Lenght of ConcreteBlock
public double Lenght { get; set; }Property Value
Material
Material of ConcreteBlock
public string Material { get; set; }Property Value
Width
Width of ConcreteBlock
public double Width { get; set; }