Table of Contents

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

double

GeneralShape

Geometry region of element3D

public PolyLine2D GeneralShape { get; set; }

Property Value

PolyLine2D

Height

Height of solid block

public double Height { get; set; }

Property Value

double

InsertPoint

Insert point 0 - 9

public int InsertPoint { get; set; }

Property Value

int

MasterComponent

Master component

public ReferenceElement MasterComponent { get; set; }

Property Value

ReferenceElement

MasterPoint

Master point 0 - 9

public int MasterPoint { get; set; }

Property Value

int

Material

Material

public ReferenceElement Material { get; set; }

Property Value

ReferenceElement

Name

Name of 3D element

public string Name { get; set; }

Property Value

string

OffsetX1

x-offset of top left corner

public double OffsetX1 { get; set; }

Property Value

double

OffsetX2

x-offset of top right corner

public double OffsetX2 { get; set; }

Property Value

double

OffsetY1

y-offset of top right corner

public double OffsetY1 { get; set; }

Property Value

double

OffsetY2

y-offset of top left corner

public double OffsetY2 { get; set; }

Property Value

double

Position

Offset between MasterPoint and InsertPoint If MasterPoint is null, position is from origin of coordinate system

public Vector3D Position { get; set; }

Property Value

Vector3D

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

Vector3D

ShapeCode

Gets or sets the code of the solid block: 1 - general 2 - rectangle

public SolidShapeCode ShapeCode { get; set; }

Property Value

SolidShapeCode

Width

Width of solid block

public double Width { get; set; }

Property Value

double