ClipperBaseAddPath Method |
Adds a single path with the specified role.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void AddPath(
Path64 path,
PathType polytype,
bool isOpen = false
)
Parameters
- path Path64
- The path to add.
- polytype PathType
- The path role in the clipping operation.
- isOpen Boolean (Optional)
- Set to when the path is open.
See Also