Class CubeTree.InfNodeInfo
Info for a single node with inf edge_cuts, containing box and edge indices.
public class CubeTree.InfNodeInfo
- Inheritance
-
CubeTree.InfNodeInfo
- Inherited Members
- Extension Methods
Properties
Box
Bounding box of the node.
public Box3d Box { get; set; }
Property Value
InfEdgeIndices
Edge indices (0-11) of inf edge_cuts in this node.
public List<int> InfEdgeIndices { get; }