Table of Contents

Class IdeaLoadOnSurface

Namespace
IdeaStatiCa.BimApiLink.BimApi
Assembly
IdeaStatiCa.BimApiLink.dll
public class IdeaLoadOnSurface : AbstractIdeaObject<IIdeaLoadOnSurface>, IEquatable<AbstractIdeaObject<IIdeaLoadOnSurface>>, IIdeaLoadOnSurface, IIdeaObject

Inheritance

Implements

IIdeaLoadOnSurface
IIdeaObject

Inherited Members

Constructors

public IdeaLoadOnSurface(Identifier<IIdeaLoadOnSurface> identifer)

Parameters

identifer Identifier<IIdeaLoadOnSurface>
public IdeaLoadOnSurface(int id)

Parameters

id int
public IdeaLoadOnSurface(string id)

Parameters

id string

Properties

Load direction LCS or GCS

public LoadDirection Direction { get; set; }

Property Value

LoadDirection

Force in X direction

public double Fx { get; set; }

Property Value

double

Force in Y direction

public double Fy { get; set; }

Property Value

double

Force in Z direction

public double Fz { get; set; }

Property Value

double

Gets, sets geometry of this LoadOnSurface

public Region3D Geometry { get; set; }

Property Value

Region3D

Item where load is applied

public IIdeaRegion3D ReferencedGeometry { get; set; }

Property Value

IIdeaRegion3D