OOF2: The Manual

Name

OOF.Skeleton.PinNodes.Pin_Selected_Elements — Pin nodes of selected elements.

Synopsis

OOF.Skeleton.PinNodes.Pin_Selected_Elements(skeleton,internal,boundary)

Details

  • Parent Menu: OOF.Skeleton.PinNodes
  • Callback: function pinnodesmod in module ooflib.engine.pinnodesmodifier
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.
    internal
    Select internal nodes. Type: Boolean, 0 (false) or 1 (true).
    boundary
    Select boundary nodes. Type: Boolean, 0 (false) or 1 (true).

Description

Pin the Nodes of the currently selected Elements in the given Skeleton.

The two parameters, internal and boundary determine exactly which Nodes will be pinned. If internal is true, then Nodes that are completely surrounded by selected Elements will be pinned. If boundary is true, then Nodes that are only partially surrounded by selected Elements will be pinned. If both are true, then all Nodes of the selected Elements will be pinned. Figure 6.53 illustrates the different scenarios.

Figure 6.53. Pinning Nodes of Selected Elements

Pinning Nodes of Selected Elements

Nodes pinned with internal=1 and boundary=0.

Pinning Nodes of Selected Elements

Nodes pinned with internal=0 and boundary=1.

Pinning Nodes of Selected Elements

Nodes pinned with internal=1 and boundary=1.