Table of Contents

Class CastInPlate3D

Namespace
IdeaRS.OpenModel.Detail
Assembly
IdeaRS.OpenModel.dll

Representation of Cast-in Plate3D 3D in IDEA StatiCa Detail

public class CastInPlate3D : OpenElementId, ISynchronization

Inheritance

Implements

Inherited Members

Constructors

CastInPlate3D()

public CastInPlate3D()

Properties

CrossSectionName

Gets, sets cross section located on this base plate

public string CrossSectionName { get; set; }

Property Value

string

Depth

Depth of base plate

public double Depth { get; set; }

Property Value

double

Fasteners

Fasteners

public List<ReferenceElement> Fasteners { get; set; }

Property Value

List<ReferenceElement>

GeneralShape

Geometry region of element3D

public PolyLine2D GeneralShape { get; set; }

Property Value

PolyLine2D

LoadPositionRelatedToType

Position load column related to edge or center point

public PositionRelatedToMasterType LoadPositionRelatedToType { get; set; }

Property Value

PositionRelatedToMasterType

LoadPositionX

Load position X

public double LoadPositionX { get; set; }

Property Value

double

LoadPositionY

Load position Y

public double LoadPositionY { get; set; }

Property Value

double

MasterComponent

Master component

public ReferenceElement MasterComponent { get; set; }

Property Value

ReferenceElement

MasterEdgeIndex

Master component edge index

public int MasterEdgeIndex { get; set; }

Property Value

int

MasterSurfaceIndex

Master component surface index

public int MasterSurfaceIndex { 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

PositionRelatedToMasterType

Position related to edge or center point

public PositionRelatedToMasterType PositionRelatedToMasterType { get; set; }

Property Value

PositionRelatedToMasterType

PositionX

Position X on master component

public double PositionX { get; set; }

Property Value

double

PositionY

Position Y on master component

public double PositionY { get; set; }

Property Value

double

Rotation

Rotation on master component

public double Rotation { get; set; }

Property Value

double

ShapeCode

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

public SolidShapeCode ShapeCode { get; set; }

Property Value

SolidShapeCode

SyncId

Synchronization ID for element tracking during OpenModel to Detail updates.

public int SyncId { get; set; }

Property Value

int

Thickness

Height of base plate

public double Thickness { get; set; }

Property Value

double

Type

Cast-in plate Type: 1 - column 2 - forces

public CastInPlateLoadType Type { get; set; }

Property Value

CastInPlateLoadType

Width

Width of base plate

public double Width { get; set; }

Property Value

double