C

PointLoad

Version comparison

Members across versions

10 members across 9 versions · 4 added later · 3 removed · 3 changed

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

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M Create(Document, AnalyticalModel, XYZ, XYZ, PointLoadType)
same same same missing missing missing missing missing missing
M Create(Document, XYZ, XYZ, XYZ, PointLoadType, SketchPlane)
same same same same missing missing missing missing missing
M Create(Document, AnalyticalModelStick, AnalyticalElementSelector, XYZ, XYZ, PointLoadType)
same same same missing missing missing missing missing missing
M Create(Document, ElementId, AnalyticalElementSelector, XYZ, XYZ, PointLoadType)
not yet introduced not yet introduced not yet introduced added changed changed same same same
M Create(Document, ElementId, XYZ, XYZ, XYZ, PointLoadType)
not yet introduced not yet introduced not yet introduced not yet introduced added changed same same same
M IsPointInsideHostBoundaries(Document, ElementId, XYZ)
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
same same same same same same same same same
same same same same same same same same same
P Point
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 (2023).
2023 current

Changes in 2024 vs 2023 2 added 1 missing 1 changed

Flip API Versions →

Added in 2024 (new since 2023)

Missing in 2024 (only available in 2023)

Changed members

PointLoad.Create(Document, ElementId, AnalyticalElementSelector, XYZ, XYZ, PointLoadType, Document)
aDoc Document Document to which new point load will be added.
hostElemId ElementId The AnalyticalMember (Analytical Beam, Analytical Brace, Analytical Column) host element for the point Load.
selector AnalyticalElementSelector The start or end point of the Analytical stick 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">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span> to use default type.
document Document Document to which new point load will be added.
→ returns nullNothingnullptr If successful, returns the newly created PointLoad, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.

Changes in 2025 vs 2023 2 added 1 missing 1 changed

Flip API Versions →

Added in 2025 (new since 2023)

Missing in 2025 (only available in 2023)

Changed members

PointLoad.Create(Document, ElementId, AnalyticalElementSelector, XYZ, XYZ, PointLoadType, Document)
aDoc Document Document to which new point load will be added.
hostElemId ElementId The AnalyticalMember (Analytical Beam, Analytical Brace, Analytical Column) host element for the point Load.
selector AnalyticalElementSelector The start or end point of the Analytical stick 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">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span> to use default type.
document Document Document to which new point load will be added.
→ returns PointLoadnullNothingnullptr If successful, returns the newly created PointLoad, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.

Changes in 2025.3 vs 2023 2 added 1 missing 1 changed

Flip API Versions →

Added in 2025.3 (new since 2023)

Missing in 2025.3 (only available in 2023)

Changed members

PointLoad.Create(Document, ElementId, AnalyticalElementSelector, XYZ, XYZ, PointLoadType, Document)
aDoc Document Document to which new point load will be added.
hostElemId ElementId The AnalyticalMember (Analytical Beam, Analytical Brace, Analytical Column) host element for the point Load.
selector AnalyticalElementSelector The start or end point of the Analytical stick 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">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span> to use default type.
document Document Document to which new point load will be added.
→ returns PointLoadnullNothingnullptr If successful, returns the newly created PointLoad, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.

Changes in 2026 vs 2023 2 added 1 missing 1 changed

Flip API Versions →

Added in 2026 (new since 2023)

Missing in 2026 (only available in 2023)

Changed members

PointLoad.Create(Document, ElementId, AnalyticalElementSelector, XYZ, XYZ, PointLoadType, Document)
aDoc Document Document to which new point load will be added.
hostElemId ElementId The AnalyticalMember (Analytical Beam, Analytical Brace, Analytical Column) host element for the point Load.
selector AnalyticalElementSelector The start or end point of the Analytical stick 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">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span> to use default type.
document Document Document to which new point load will be added.
→ returns PointLoadnullNothingnullptr If successful, returns the newly created PointLoad, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.

Changes in 2027 vs 2023 2 added 1 missing 2 changed

Flip API Versions →

Added in 2027 (new since 2023)

Missing in 2027 (only available in 2023)

Changed members

PointLoad.Create(Document, ElementId, AnalyticalElementSelector, XYZ, XYZ, PointLoadType, Document)
aDoc Document Document to which new point load will be added.
hostElemId ElementId The AnalyticalMember (Analytical Beam, Analytical Brace, Analytical Column) host element for the point Load.
selector AnalyticalElementSelector The start or end point of the Analytical stick 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">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span> to use default type.
document Document Document to which new point load will be added.
→ returns PointLoadnullNothingnullptr If successful, returns the newly created PointLoad, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.
PointLoad.IsValidHostId(Document, ElementId, Document)
pDoc Document
hostId ElementId
doc Document The document containing both the host and the load.
→ returns Boolean True if a point load can be placed on the input host id.