OOF2: The Manual
Name
OOF.LoadData.Skeleton.EdgeBoundary — Create an edge boundary.
Synopsis
OOF.LoadData.Skeleton.EdgeBoundary(skeleton, name, edges, exterior)
Details
- Parent Menu: OOF.LoadData.Skeleton
-
Callback: function
_loadEdgeBoundaryin moduleooflib.engine.IO.skeletonIO -
Parameters:
skeleton- Type: The path to an existing
Skeletonobject. name- Name of Edge Boundary. Type: A character string.
edges- List of Edges — tuple of two nodes. Type: A list of tuples of integers.
exterior- 1 (true) for the exterior boundary and 0 (false) for otherwise. Type: Integer.
Description
Create a edge
boundary in a Skeleton that is being loaded from a data file.
This command must come after OOF.LoadData.Skeleton.Elements in the
file. It is only used in data files and is not directly accessible
in the OOF2 user interface.



