INodeBox3D IFactory3D.CreateNodeBox(IEnumerable<INode> nodes, Double size)

Create a box collection surrounding mesh nodes.

Parameters

  • nodes
    Type: IEnumerable<INode>
    The surrounded mesh nodes.
  • size
    Type: Double
    The boxes size.

Return Value

Returns the node boxes.