Class VoxelTree
Describes a 3d object (curve or face) in a voxel representation at a dynamic resolution.
Inheritance
System.Object
VoxelTree
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class VoxelTree
Constructors
| Improve this Doc View SourceVoxelTree(IOctTreeInsertable, Double)
Creates the voxel representation of the provided obj (only GetExtent and HitTest are beeing used)
Declaration
public VoxelTree(IOctTreeInsertable obj, double precision)
Parameters
| Type | Name | Description |
|---|---|---|
| IOctTreeInsertable | obj | the object for which the voxel represenation is to be created |
| System.Double | precision | the precision, size of the smallest voxel |
Properties
| Improve this Doc View SourceDebug
Declaration
public GeoObjectList Debug { get; }
Property Value
| Type | Description |
|---|---|
| GeoObjectList |