|
|
PointLoad Constructor |
| Name | Description | |
|---|---|---|
| PointLoad |
Initializes a new instance of the PointLoad class.
create a new point-load.
| |
| PointLoad(PointLoad) |
Initializes a new instance of the PointLoad class.
copy constructor for point-load.
| |
| PointLoad(SerializationInfo, StreamingContext) |
Initializes a new instance of the PointLoad class.
Deserialize PointLoad.
| |
| PointLoad(Int32, Vector3, Vector3, Boolean) |
Initializes a new instance of the PointLoad class.
create point-load for default load-case.
| |
| PointLoad(Int32, Vector3, Vector3, String, Boolean) |
Initializes a new instance of the PointLoad class.
create point-load for given load-case.
| |
| PointLoad(Point3, Vector3, Vector3, String, Boolean) |
Initializes a new instance of the PointLoad class.
create point-load for given load-case.
| |
| PointLoad(Int32, Point3, Vector3, Vector3, String, Boolean) |
Initializes a new instance of the PointLoad class.
create point-load for given load-case.
|