M

LineLoad

Version comparison

Members across versions

19 members across 9 versions · 6 added later · 3 removed · 4 changed

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M Create(Document, AnalyticalModelSurface, Int32, XYZ, XYZ, LineLoadType)
same same same missing missing missing missing missing missing
M Create(Document, XYZ, XYZ, XYZ, XYZ, LineLoadType, SketchPlane)
same same same same missing missing missing missing missing
M Create(Document, AnalyticalModelStick, XYZ, XYZ, LineLoadType)
same same same missing missing missing missing missing missing
M Create(Document, ElementId, XYZ, XYZ, LineLoadType)
not yet introduced not yet introduced not yet introduced added changed changed same same same
M Create(Document, ElementId, Int32, XYZ, XYZ, LineLoadType)
not yet introduced not yet introduced not yet introduced added changed changed same same same
M Create(Document, ElementId, Curve, XYZ, XYZ, LineLoadType)
not yet introduced not yet introduced not yet introduced not yet introduced added changed same same same
same same same same same same same same same
M IsCurveInsideHostBoundaries(Document, ElementId, Curve)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
M IsValidHostId(Document, ElementId)
not yet introduced not yet introduced not yet introduced added same same same same changed
M SetCurve(Curve)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
M SetPoints(XYZ, XYZ)
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2024).
Not present in: 2025, 2025.3, 2026, 2027
2024 current

Changes in 2023 vs 2024 1 added 3 missing 2 changed

Flip API Versions →

Added in 2023 (new since 2024)

Missing in 2023 (only available in 2024)

Changed members

LineLoad.Create(Document, ElementId, XYZ, XYZ, LineLoadType, Document)
document Document Document to which new line load will be added.
hostElemId ElementId The analytical host element for the line Load.
forceVector1 XYZ The applied 3d force vector.
momentVector1 XYZ The applied 3d moment vector.
symbol LineLoadType The symbol of the LineLoad. Set <span class="keyword">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span> to use default type.
aDoc Document Document to which new line load will be added.
→ returns nullNothingnullptr If successful, returns the newly created LineLoad, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.
LineLoad.Create(Document, ElementId, Int32, XYZ, XYZ, LineLoadType, Document)
document Document Document to which new line load will be added.
hostElemId ElementId The analytical host element for the line Load.
curveIndex Int32 The index of a curve in analytical surface element starting from 0. Use <span class="nolink">[!:Autodesk::Revit::DB::Structure::AnalyticalSurfaceBase::GetOuterContour]</span> method to obtain appropriate curve index. Curve index has a unique value in analytical element. The index should be obtain by iteration through all curves in all loops.
forceVector1 XYZ The applied 3d force vector.
momentVector1 XYZ The applied 3d moment vector.
symbol LineLoadType The symbol of the LineLoad. Set <span class="keyword">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span> to use default type.
aDoc Document Document to which new line load will be added.
→ returns nullNothingnullptr If successful, returns the newly created LineLoad, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.