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 (2027).
2027 current

Changes in 2023 vs 2027 2 added 5 missing 2 changed

Flip API Versions →

Added in 2023 (new since 2027)

Missing in 2023 (only available in 2027)

Changed members

AreaLoad.Create(Document, ElementId, XYZ, AreaLoadType, Document)
document 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"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LSTBC49F122_1"></span></span> to use default type.
aDoc Document Document to which new area load will be added.
→ returns nullNothingnullptrAreaLoad If successful, returns an object of the newly created AreaLoad. is returned if the operation fails.
AreaLoad.IsValidHostId(Document, ElementId, Document)
doc Document The document containing both the host and the load.
hostId ElementId The id of the analytical element that is about to host an area load.
pDoc Document
→ returns Boolean True if an area load can be placed on the input host id.

Changes in 2024 vs 2027 1 missing 4 changed

Flip API Versions →

Missing in 2024 (only available in 2027)

Changed members

AreaLoad.Create(Document, ElementId, XYZ, AreaLoadType)
document 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"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LSTBC49F122_1"></span></span> to use default type.
→ returns nullNothingnullptrAreaLoad If successful, returns an object of the newly created AreaLoad. is returned if the operation fails.
AreaLoad.Create(Document, ElementId, IList<CurveLoop>, IList<XYZ>, IList<Int32>, IList<Int32>, AreaLoadType)
document Document Document to which new area load will be added.
hostElemId ElementId The analytical surface host element id for the area Load.
loops IList<CurveLoop> The loops that define geometry of the area load. The curve loop collection should contains a closed loops consisting of lines.
forceVectors IList<XYZ> The array of force vectors applied to the maximum three reference point of the area load.
refPointCurveIndexes IList<Int32> The array of maximum three curve indexes on which reference points should be placed on.
refPointCurveEnds IList<Int32> The array of maximum three curve ends indicating where reference points should be placed on. The array can have only 0 or 1 values, which means 0 - curve start point, 1 - curve end point.
symbol AreaLoadType The symbol of the AreaLoad. Set <span class="keyword"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LST1B4C9E2A_17"></span></span> to use default type.
→ returns nullNothingnullptrAreaLoad If successful, returns an object of the newly created AreaLoad. is returned if the operation fails.
AreaLoad.Create(Document, ElementId, IList<CurveLoop>, XYZ, AreaLoadType)
document Document Document to which new area load will be added.
hostElemId ElementId The analytical surface host element id for the area Load.
loops IList<CurveLoop> The loops that define geometry of the area load. The curve loop collection should contains a closed loops consisting of lines.
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"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LSTC6B0D8AD_5"></span></span> to use default type.
→ returns nullNothingnullptrAreaLoad If successful, returns an object of the newly created AreaLoad. is returned if the operation fails.
AreaLoad.IsValidHostId(Document, ElementId, Document)
doc Document The document containing both the host and the load.
hostId ElementId The id of the analytical element that is about to host an area load.
pDoc Document
→ returns Boolean True if an area load can be placed on the input host id.

Changes in 2025 vs 2027 1 missing 1 changed

Flip API Versions →

Missing in 2025 (only available in 2027)

Changed members

AreaLoad.IsValidHostId(Document, ElementId, Document)
doc Document The document containing both the host and the load.
hostId ElementId The id of the analytical element that is about to host an area load.
pDoc Document
→ returns Boolean True if an area load can be placed on the input host id.

Changes in 2025.3 vs 2027 1 missing 1 changed

Flip API Versions →

Missing in 2025.3 (only available in 2027)

Changed members

AreaLoad.IsValidHostId(Document, ElementId, Document)
doc Document The document containing both the host and the load.
hostId ElementId The id of the analytical element that is about to host an area load.
pDoc Document
→ returns Boolean True if an area load can be placed on the input host id.

Changes in 2026 vs 2027 1 missing 1 changed

Flip API Versions →

Missing in 2026 (only available in 2027)

Changed members

AreaLoad.IsValidHostId(Document, ElementId, Document)
doc Document The document containing both the host and the load.
hostId ElementId The id of the analytical element that is about to host an area load.
pDoc Document
→ returns Boolean True if an area load can be placed on the input host id.