2023 Members Back to 2023
M

TopographySurface

Version comparison

Members across versions

24 members across 9 versions · 9 changed · 8 obsolete

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

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M AddPoints(IList<XYZ>)
same same same same changed same same same same
M ArePointsDistinct(IList<XYZ>)
same same same same same same same same same
same same same same same changed same same same
M ChangePointElevation(XYZ, Double)
same same same same changed same same same same
M ChangePointsElevation(IList<XYZ>, Double)
same same same same changed same same same same
M ContainsPoint(XYZ)
same same same same same same same same same
M Create(Document, IList<XYZ>, IList<PolymeshFacet>)
same same same same changed same same same same
M Create(Document, IList<XYZ>)
same same same same changed same same same same
M DeletePoints(IList<XYZ>)
same same same same changed same same same same
M FindPoints(Outline)
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
M IsValidFaceSet(IList<PolymeshFacet>, IList<XYZ>)
same same same same same same same same same
M IsValidRegion(IList<XYZ>)
same same same same same same same same same
M MovePoint(XYZ, XYZ)
same same same same changed same same same same
M MovePoints(IList<XYZ>, XYZ)
same same same same changed 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 (2023).
Identical to 2023: 2020, 2021, 2022
Not present in: 2025, 2025.3, 2026, 2027
2023 current

Changes in 2024 vs 2023 8 changed

Flip API Versions →

Changed members

TopographySurface.AddPoints(IList<XYZ>)
No longer obsolete in 2023 (was obsolete in 2024)
points IList<XYZ> A collection of points to be added.
TopographySurface.ChangePointElevation(XYZ, Double)
No longer obsolete in 2023 (was obsolete in 2024)
point XYZ The point to be modified.
elevationValue Double The new elevation value.
TopographySurface.ChangePointsElevation(IList<XYZ>, Double)
No longer obsolete in 2023 (was obsolete in 2024)
points IList<XYZ> The points to be modified.
elevationValue Double The new elevation value.
TopographySurface.Create(Document, IList<XYZ>, IList<PolymeshFacet>)
No longer obsolete in 2023 (was obsolete in 2024)
document Document The document to be modified.
points IList<XYZ> A collection of points. The points represent an enclosed area in the XY plane.
facets IList<PolymeshFacet> Triangle facets composing a polygon mesh. Every facet contains 3 integers representing vertex indices.
→ returns TopographySurface The new topography surface.
TopographySurface.Create(Document, IList<XYZ>)
No longer obsolete in 2023 (was obsolete in 2024)
document Document The document to be modified.
points IList<XYZ> A collection of points. The points represent an enclosed area in the XY plane. There can be only one point in the same XY location.
→ returns TopographySurface The new topography surface.
TopographySurface.DeletePoints(IList<XYZ>)
No longer obsolete in 2023 (was obsolete in 2024)
points IList<XYZ> A collection of points to be deleted.
TopographySurface.MovePoint(XYZ, XYZ)
No longer obsolete in 2023 (was obsolete in 2024)
movedPoint XYZ The point to be moved.
targetPoint XYZ The new designated location of this point will move to.
TopographySurface.MovePoints(IList<XYZ>, XYZ)
No longer obsolete in 2023 (was obsolete in 2024)
movedPoints IList<XYZ> The points to be moved.
moveVector XYZ The vector which describes the distance and direction for the move. Note that the Z value represents a change in elevation, pass Z=0 to move the point without changing the elevation.