Class PointSupportMotion
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
pointPoint3ddispVector3dloadCaseLoadCasecommentstringtypeSupportMotionType
Properties
Direction
public Vector3d Direction { get; set; }
Property Value
Displacement
public LoadLocationValue Displacement { get; set; }
Property Value
Methods
Motion(Point3d, Vector3d, LoadCase, string)
public static PointSupportMotion Motion(Point3d point, Vector3d disp, LoadCase loadCase, string comment = "")
Parameters
Returns
Rotation(Point3d, Vector3d, LoadCase, string)
public static PointSupportMotion Rotation(Point3d point, Vector3d disp, LoadCase loadCase, string comment = "")
Parameters
Returns
ToString()
public override string ToString()