DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="0.7.4" />

 OctreeLeaf

public class OctreeLeaf
public object LeafObject { get; }

public float X { get; set; }

public float Y { get; set; }

public float Z { get; set; }

public OctreeLeaf(float x, float y, float z, object obj)

public OctreeLeaf(float x, float y, float z, int obj)

public OctreeLeaf(float x, float y, float z, uint obj)

public OctreeLeaf(float x, float y, float z, short obj)

public OctreeLeaf(float x, float y, float z, long obj)

public OctreeLeaf(float x, float y, float z, float obj)

public OctreeLeaf(float x, float y, float z, double obj)

public OctreeLeaf(float x, float y, float z, bool obj)

public OctreeLeaf(double x, double y, double z, object obj)

public OctreeLeaf(double x, double y, double z, int obj)

public OctreeLeaf(double x, double y, double z, uint obj)

public OctreeLeaf(double x, double y, double z, short obj)

public OctreeLeaf(double x, double y, double z, long obj)

public OctreeLeaf(double x, double y, double z, float obj)

public OctreeLeaf(double x, double y, double z, double obj)

public OctreeLeaf(double x, double y, double z, bool obj)