Class SolidBlock3D
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
Representation of Solid Block in IDEA StatiCa Detail
public class SolidBlock3D : OpenElementId
Inheritance
Inherited Members
Constructors
SolidBlock3D()
public SolidBlock3D()
Properties
Depth
Depth of solid block
public double Depth { get; set; }
Property Value
GeneralShape
Geometry region of element3D
public PolyLine2D GeneralShape { get; set; }
Property Value
Height
Height of solid block
public double Height { get; set; }
Property Value
InsertPoint
Insert point 0 - 9
public int InsertPoint { get; set; }
Property Value
MasterComponent
Master component
public ReferenceElement MasterComponent { get; set; }
Property Value
MasterPoint
Master point 0 - 9
public int MasterPoint { get; set; }
Property Value
Material
Material
public ReferenceElement Material { get; set; }
Property Value
Name
Name of 3D element
public string Name { get; set; }
Property Value
OffsetX1
x-offset of top left corner
public double OffsetX1 { get; set; }
Property Value
OffsetX2
x-offset of top right corner
public double OffsetX2 { get; set; }
Property Value
OffsetY1
y-offset of top right corner
public double OffsetY1 { get; set; }
Property Value
OffsetY2
y-offset of top left corner
public double OffsetY2 { get; set; }
Property Value
Position
Offset between MasterPoint and InsertPoint If MasterPoint is null, position is from origin of coordinate system
public Vector3D Position { get; set; }
Property Value
Rotation
Rotation between MasterComponent axes and solid axes If MasterComponent is null, rotation is from global coordinate system
public Vector3D Rotation { get; set; }
Property Value
ShapeCode
Gets or sets the code of the solid block: 1 - general 2 - rectangle
public SolidShapeCode ShapeCode { get; set; }
Property Value
Width
Width of solid block
public double Width { get; set; }