Class IdeaLoadOnSurface
- Namespace
- IdeaStatiCa.BimApiLink.BimApi
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class IdeaLoadOnSurface : AbstractIdeaObject<IIdeaLoadOnSurface>, IEquatable<AbstractIdeaObject<IIdeaLoadOnSurface>>, IIdeaLoadOnSurface, IIdeaObject
Inheritance
Implements
-
IIdeaLoadOnSurfaceIIdeaObject
Inherited Members
Constructors
IdeaLoadOnSurface(Identifier<IIdeaLoadOnSurface>)
public IdeaLoadOnSurface(Identifier<IIdeaLoadOnSurface> identifer)
Parameters
identifer
Identifier<IIdeaLoadOnSurface>
IdeaLoadOnSurface(int)
public IdeaLoadOnSurface(int id)
Parameters
id
int
IdeaLoadOnSurface(string)
public IdeaLoadOnSurface(string id)
Parameters
id
string
Properties
Direction
Load direction LCS or GCS
public LoadDirection Direction { get; set; }
Property Value
- LoadDirection
Fx
Force in X direction
public double Fx { get; set; }
Property Value
Fy
Force in Y direction
public double Fy { get; set; }
Property Value
Fz
Force in Z direction
public double Fz { get; set; }
Property Value
Geometry
Gets, sets geometry of this LoadOnSurface
public Region3D Geometry { get; set; }
Property Value
- Region3D
ReferencedGeometry
Item where load is applied
public IIdeaRegion3D ReferencedGeometry { get; set; }
Property Value
- IIdeaRegion3D