Table of Contents

Class CubeTree.InfNodeInfo

Namespace
Hi.Cbtr
Assembly
HiCbtr.dll

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

Box3d

InfEdgeIndices

Edge indices (0-11) of inf edge_cuts in this node.

public List<int> InfEdgeIndices { get; }

Property Value

List<int>