Class ConcreteBlockData
- Namespace
 - IdeaRS.OpenModel.Connection
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Provides data of the single concrete block
public class ConcreteBlockDataInheritance
Inherited Members
Properties
AxisX
LCS - Axis X
public Vector3D AxisX { get; set; }Property Value
AxisY
LCS - Axis Y
public Vector3D AxisY { get; set; }Property Value
AxisZ
LCS - Axis Z
public Vector3D AxisZ { get; set; }Property Value
Center
Center of the concrete block LCS
public Point3D Center { get; set; }Property Value
Depth
Depth of the concrete block
public double Depth { get; set; }Property Value
Id
Plate unique ID
public int Id { get; set; }Property Value
Material
Name of the material
public string Material { get; set; }Property Value
Name
Name of the concrete block
public string Name { get; set; }Property Value
Origin
Origin of the concrete block LCS
public Point3D Origin { get; set; }Property Value
OriginalModelId
Get or set the identification in the original model In the case of the imported connection from another application
public string OriginalModelId { get; set; }Property Value
OutlinePoints
Outline points
public List<Point2D> OutlinePoints { get; set; }Property Value
Region
Geometry of the concrete block in svg format
public string Region { get; set; }