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



