OOF2: The Manual

Name

Add nodes (AddNodes) — Add a set of nodes to an existing point boundary.

Synopsis

AddNodes(group)

Details

  • Base class: BoundaryModifier
  • Parameters:

    group
    The nodes to add to the boundary. Type: The name of a node group, or the placeholder selection, referring to the currently selected nodes.

Description

AddNodes is a BoundaryModifier, used as the modifier argument of the OOF.Skeleton.Boundary.Modify command when editing Skeleton boundaries. It adds the given set of Nodes to the point boundary specified in the boundary argument of the Modify command. The Nodes are specified by the group parameter, which must be either the name of a Node group or the special placeholder object, selection.

If any of the Nodes to be added are already part of the boundary, AddNodes will silently ignore them.