Back to Aurora Vision Library Lite website
You are here: Start » Path » Path Combinators » ConcatenatePaths_OfLoop
ConcatenatePaths_OfLoop
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Joins open paths appearing in consecutive iterations.
Syntax
void avl::ConcatenatePaths_OfLoop ( ConcatenatePaths_OfLoopState& ioState, const avl::Path& inPath, bool inClose, avl::Path& outPath )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | ConcatenatePaths_OfLoopState& | Object used to maintain state of the function. | |
![]() |
inPath | const Path& | Input path | |
![]() |
inClose | bool | If set to true adding in result a segment between its first point and the last one, therefore producing a closed path | |
![]() |
outPath | Path& | Output path |
Description
Loop version of ConcatenatePaths.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Closed path on input in ConcatenatePaths_OfLoop. |
See Also
- ConcatenatePaths – Joins up to four open paths.



