C

AreaLoad

Version comparison

Members across versions

19 members across 9 versions · 7 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 AreCurveLoopsValid(IList<CurveLoop>)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
M Create(Document, IList<CurveLoop>, IList<XYZ>, IList<Int32>, IList<Int32>, AreaLoadType)
same same same same missing missing missing missing missing
M Create(Document, IList<CurveLoop>, XYZ, AreaLoadType)
same same same same missing missing missing missing missing
M Create(Document, AnalyticalModelSurface, XYZ, AreaLoadType)
same same same missing missing missing missing missing missing
M Create(Document, ElementId, XYZ, AreaLoadType)
not yet introduced not yet introduced not yet introduced added changed changed same same same
M Create(Document, ElementId, IList<CurveLoop>, IList<XYZ>, IList<Int32>, IList<Int32>, AreaLoadType)
not yet introduced not yet introduced not yet introduced not yet introduced added changed same same same
M Create(Document, ElementId, IList<CurveLoop>, XYZ, AreaLoadType)
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 GetRefPoint(Int32)
same same same same same same same same same
M IsCurveLoopsInsideHostBoundaries(Document, ElementId, IList<CurveLoop>)
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 SetLoops(Document, IList<CurveLoop>)
same same same same same same same same same
P Area
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
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added

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 4 added 2 missing 1 changed

Flip API Versions →

Added in 2024 (new since 2023)

Missing in 2024 (only available in 2023)

Changed members

AreaLoad.Create(Document, ElementId, XYZ, AreaLoadType, Document)
aDoc Document Document to which new area load will be added.
hostElemId ElementId The analytical surface host element id for the area Load.
forceVector XYZ The force vector applied to the 1st reference point of the area load.
symbol AreaLoadType The symbol of the AreaLoad. 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 area load will be added.
→ returns nullNothingnullptr If successful, returns an object of the newly created AreaLoad. null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned if the operation fails.

Changes in 2025 vs 2023 4 added 2 missing 1 changed

Flip API Versions →

Added in 2025 (new since 2023)

Missing in 2025 (only available in 2023)

Changed members

AreaLoad.Create(Document, ElementId, XYZ, AreaLoadType, Document)
aDoc Document Document to which new area load will be added.
hostElemId ElementId The analytical surface host element id for the area Load.
forceVector XYZ The force vector applied to the 1st reference point of the area load.
symbol AreaLoadType The symbol of the AreaLoad. 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 area load will be added.
→ returns AreaLoadnullNothingnullptr If successful, returns an object of the newly created AreaLoad. null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned if the operation fails.

Changes in 2025.3 vs 2023 4 added 2 missing 1 changed

Flip API Versions →

Added in 2025.3 (new since 2023)

Missing in 2025.3 (only available in 2023)

Changed members

AreaLoad.Create(Document, ElementId, XYZ, AreaLoadType, Document)
aDoc Document Document to which new area load will be added.
hostElemId ElementId The analytical surface host element id for the area Load.
forceVector XYZ The force vector applied to the 1st reference point of the area load.
symbol AreaLoadType The symbol of the AreaLoad. 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 area load will be added.
→ returns AreaLoadnullNothingnullptr If successful, returns an object of the newly created AreaLoad. null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned if the operation fails.

Changes in 2026 vs 2023 4 added 2 missing 1 changed

Flip API Versions →

Added in 2026 (new since 2023)

Missing in 2026 (only available in 2023)

Changed members

AreaLoad.Create(Document, ElementId, XYZ, AreaLoadType, Document)
aDoc Document Document to which new area load will be added.
hostElemId ElementId The analytical surface host element id for the area Load.
forceVector XYZ The force vector applied to the 1st reference point of the area load.
symbol AreaLoadType The symbol of the AreaLoad. 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 area load will be added.
→ returns AreaLoadnullNothingnullptr If successful, returns an object of the newly created AreaLoad. null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned if the operation fails.

Changes in 2027 vs 2023 5 added 2 missing 2 changed

Flip API Versions →

Added in 2027 (new since 2023)

Missing in 2027 (only available in 2023)

Changed members

AreaLoad.Create(Document, ElementId, XYZ, AreaLoadType, Document)
aDoc Document Document to which new area load will be added.
hostElemId ElementId The analytical surface host element id for the area Load.
forceVector XYZ The force vector applied to the 1st reference point of the area load.
symbol AreaLoadType The symbol of the AreaLoad. 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 area load will be added.
→ returns AreaLoadnullNothingnullptr If successful, returns an object of the newly created AreaLoad. null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned if the operation fails.
AreaLoad.IsValidHostId(Document, ElementId, Document)
pDoc Document
hostId ElementId
doc Document The document containing both the host and the load.
→ returns Boolean True if an area load can be placed on the input host id.