Skip to content

Commit

Permalink
add new helper function renameCruve to the API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Jun 20, 2024
1 parent 8582410 commit 15bdb77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/interactive-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,11 @@ and checked by
```
getCurveName(crv::Dict{String,Any})
```
Alternatively, the name of a curve on an outer or inner boundary
can be changed directly in the mesh project with the function
```
renameCurve!(proj::Project, oldName::String, newName::String)
```

Otherwise there are special functions to change the parameters of curves
```
Expand Down

0 comments on commit 15bdb77

Please sign in to comment.