LineLoad.Create
Description:
Creates a new custom line load within the project.
Creates a new custom line load within the project.
Remarks:
The curve must be bounded. The curve can be:
The curve must be bounded. The curve can be:
- Line
- Arc
- Ellipse
Overloads (3):
Create(Document,ElementId,Curve,XYZ,XYZ,LineLoadType)
-
documentDocument to which new line load will be added.
-
hostElemIdThe analytical host element for the line Load.
-
curveCurve of the line load.
-
forceVector1The applied 3d force vector.
-
momentVector1The applied 3d moment vector.
-
symbolThe symbol of the LineLoad. Set nulla null reference (Nothing in Visual Basic) to use default type.
Return Value
nullNothingnullptr
If successful, returns the newly created LineLoad, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.
-
The element hostElemId does not exist in the document -or- hostElemId is not permitted for this type of load. -or- The provided curve is not supported. -or- The input curve is not bound.
-
A non-optional argument was null
-
Thrown when all force and moment vectors are equal zero.
-
Thrown if type could not be set for newly created line load.