OOF2: The Manual

Name

Remove nodes (RemoveNodes) — Remove a set of nodes from an existing point boundary.

Synopsis

RemoveNodes(group)

Details

  • Base class: BoundaryModifier
  • Parameters:

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

Description

RemoveNodes is a BoundaryModifier, used as the modifier argument of the OOF.Skeleton.Boundary.Modify command when editing Skeleton boundaries. It removes the given set of Nodes from 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 removed are not part of the boundary, AddNodes will silently ignore them.