Table of Contents

Class PointSupportMotion

Namespace
FemDesign.Loads
Assembly
FemDesign.Core.dll

point_support_motion_load_type

public class PointSupportMotion : SupportMotionBase, ILoadElement, IFemDesignEntity
Inheritance
PointSupportMotion
Implements
Inherited Members
Extension Methods

Constructors

PointSupportMotion(Point3d, Vector3d, LoadCase, string, SupportMotionType)

public PointSupportMotion(Point3d point, Vector3d disp, LoadCase loadCase, string comment, SupportMotionType type)

Parameters

point Point3d
disp Vector3d
loadCase LoadCase
comment string
type SupportMotionType

Properties

Direction

public Vector3d Direction { get; set; }

Property Value

Vector3d

Displacement

public LoadLocationValue Displacement { get; set; }

Property Value

LoadLocationValue

Methods

Motion(Point3d, Vector3d, LoadCase, string)

public static PointSupportMotion Motion(Point3d point, Vector3d disp, LoadCase loadCase, string comment = "")

Parameters

point Point3d
disp Vector3d
loadCase LoadCase
comment string

Returns

PointSupportMotion

Rotation(Point3d, Vector3d, LoadCase, string)

public static PointSupportMotion Rotation(Point3d point, Vector3d disp, LoadCase loadCase, string comment = "")

Parameters

point Point3d
disp Vector3d
loadCase LoadCase
comment string

Returns

PointSupportMotion

ToString()

public override string ToString()

Returns

string