M

LineLoad.Create

Description:
Creates a new custom line load within the project.
Remarks:
The curve must be bounded. The curve can be:
  • Line
  • Arc
  • Ellipse
Overloads (3):
Create(Document,ElementId,Curve,XYZ,XYZ,LineLoadType)
public static LineLoad Create(
	Document document,
	ElementId hostElemId,
	Curve curve,
	XYZ forceVector1,
	XYZ momentVector1,
	LineLoadType symbol
)
  • document
    Document to which new line load will be added.
  • hostElemId
    The analytical host element for the line Load.
  • curve
    Curve of the line load.
  • forceVector1
    The applied 3d force vector.
  • momentVector1
    The applied 3d moment vector.
  • symbol
    The symbol of the LineLoad. Set null to use default type.
Return Value LineLoad If successful, returns the newly created LineLoad, otherwise.