Create
Version comparisonPer-version detail
Click a version below to see what changed in that release vs your current frame (2027).
Not present in: 2020, 2021, 2022
2027
current
PointLoad.Create(Document, ElementId, AnalyticalElementSelector, XYZ, XYZ, PointLoadType, Document)
| document | Document | Document to which new point load will be added. |
| hostElemId | ElementId | The AnalyticalMember host element for the point Load. |
| selector | AnalyticalElementSelector | The start or end point of the Analytical Member element. |
| forceVector | XYZ | The applied 3d force vector. |
| momentVector | XYZ | The applied 3d moment vector. |
| symbol | PointLoadType | The symbol of the PointLoad. Set <span class="keyword"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LSTD946881F_1"></span></span> to use default type. |
| aDoc | Document | Document to which new point load will be added. |
| → returns | nullNothingnullptr→PointLoad | If successful, returns the newly created PointLoad, otherwise. |
PointLoad.Create(Document, ElementId, AnalyticalElementSelector, XYZ, XYZ, PointLoadType)
| document | Document | Document to which new point load will be added. |
| hostElemId | ElementId | The AnalyticalMember host element for the point Load. |
| selector | AnalyticalElementSelector | The start or end point of the Analytical Member element. |
| forceVector | XYZ | The applied 3d force vector. |
| momentVector | XYZ | The applied 3d moment vector. |
| symbol | PointLoadType | The symbol of the PointLoad. Set <span class="keyword"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LSTD946881F_1"></span></span> to use default type. |
| → returns | nullNothingnullptr→PointLoad | If successful, returns the newly created PointLoad, otherwise. |