2027 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
)
  • startPoint
    The start point.
  • endPoint
    The end point.
Return Value Boolean Returns true if successful, false otherwise.