M

PointLoad.Create

Description:
Creates a new hosted point load within the project.
Overloads (2):
Create(Document,ElementId,AnalyticalElementSelector,XYZ,XYZ,PointLoadType)
public static PointLoad Create(
	Document document,
	ElementId hostElemId,
	AnalyticalElementSelector selector,
	XYZ forceVector,
	XYZ momentVector,
	PointLoadType symbol
)
  • document
    Document to which new point load will be added.
  • hostElemId
    The AnalyticalMember host element for the point Load.
  • selector
    The start or end point of the Analytical Member element.
  • forceVector
    The applied 3d force vector.
  • momentVector
    The applied 3d moment vector.
  • symbol
    The symbol of the PointLoad. Set null to use default type.
Return Value PointLoad If successful, returns the newly created PointLoad, otherwise.