[Bf-docboard-svn] bf-manual: [7993] branches/blender-2.93-release/blender_docs/manual: Geometry Nodes: Bounding Box Node

Aaron Carlisle noreply at blender.org
Wed Apr 28 06:44:37 CEST 2021


Revision: 7993
          https://developer.blender.org/rBM7993
Author:   Blendify
Date:     2021-04-28 06:44:37 +0200 (Wed, 28 Apr 2021)
Log Message:
-----------
Geometry Nodes: Bounding Box Node

rBe0a1a2f49dab57d3e58372a38441b7d49c6e0fe1

Modified Paths:
--------------
    branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/geometry/index.rst

Added Paths:
-----------
    branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_example.png
    branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_node.png
    branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/geometry/bounding_box.rst

Added: branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_example.png
===================================================================
(Binary files differ)

Index: branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_example.png
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_example.png	2021-04-27 04:46:26 UTC (rev 7992)
+++ branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_example.png	2021-04-28 04:44:37 UTC (rev 7993)

Property changes on: branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_example.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_node.png
===================================================================
(Binary files differ)

Index: branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_node.png
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_node.png	2021-04-27 04:46:26 UTC (rev 7992)
+++ branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_node.png	2021-04-28 04:44:37 UTC (rev 7993)

Property changes on: branches/blender-2.93-release/blender_docs/manual/images/modeling_geometry-nodes_geometry_bounding-box_node.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/geometry/bounding_box.rst
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/geometry/bounding_box.rst	                        (rev 0)
+++ branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/geometry/bounding_box.rst	2021-04-28 04:44:37 UTC (rev 7993)
@@ -0,0 +1,50 @@
+.. index:: Geometry Nodes; Bounding Box
+.. _bpy.types.GeometryNodeBoundBox:
+
+************
+Bounding Box
+************
+
+.. figure:: /images/modeling_geometry-nodes_geometry_bounding-box_node.png
+   :align: right
+
+   The Bounding Box node.
+
+The *Bounding Box* node creates a cube with the minium volume that encapsulates the geometry of the input.
+The node also can output the vector positons of the bounding dimensions.
+
+
+Inputs
+======
+
+Geometry
+   Standard geometry input.
+
+
+Properties
+==========
+
+This node has no properties.
+
+
+Outputs
+=======
+
+Geometry
+   The resulting box or cube to encapsulate the input geometry.
+
+Min
+   The coordinates corresponding to the cubes :math:`{-X, -Y, -Z}` poition values,
+   i.e. how far the box extends in each of the negative axes directions.
+
+Max
+   The coordinates corresponding to the cubes :math:`{+X, +Y, +Z}` poition values.
+   i.e. how far the box extends in each of the postive axes directions.
+
+
+Example
+=======
+
+.. figure:: /images/modeling_geometry-nodes_geometry_bounding-box_example.png
+
+   Bounding Box node used to create a cube that encapsulates the geometry a monkey mesh.


Property changes on: branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/geometry/bounding_box.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/geometry/index.rst
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/geometry/index.rst	2021-04-27 04:46:26 UTC (rev 7992)
+++ branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/geometry/index.rst	2021-04-28 04:44:37 UTC (rev 7993)
@@ -6,5 +6,6 @@
 .. toctree::
    :maxdepth: 1
 
+   bounding_box.rst
    join_geometry.rst
    transform.rst



More information about the Bf-docboard-svn mailing list