Class LoadOnSurface
- Namespace
- IdeaRS.OpenModel.Loading
- Assembly
- IdeaRS.OpenModel.dll
Load on surface
[OpenModelClass("CI.StructModel.Loading.LoadOnSurface,CI.Loading", "CI.StructModel.Loading.ILoadOnSurface,CI.BasicTypes")]
public class LoadOnSurface : OpenElementId
Inheritance
Inherited Members
Constructors
LoadOnSurface()
Constructor
public LoadOnSurface()
Properties
Direction
Load direction LCS or GCS
public LoadDirection Direction { get; set; }
Property Value
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; }