2024 Method
Changes 0
M

LineLoad.SetPoints

Description:
Sets start and end point of the line load.
Remarks:
This method works with hosted line load only. This method works for loads which are not constrained to their host. The curve of the resulted load will be a line.
public bool SetPoints(
	XYZ startPoint,
	XYZ endPoint
)
Return Value bool Returns true if successful, false otherwise.