py3dtiles.points.node module

class py3dtiles.points.node.Node(name, aabb, spacing)[source]

Bases: object

docstring for Node

aabb
aabb_center
aabb_size
children
dirty
dump_pending_points()[source]
flush_pending_points(catalog, scale)[source]
get_pending_points_count()[source]
get_point_count(node_catalog, max_depth, depth=0)[source]
static get_points(data, include_rgb)[source]
grid
insert(node_catalog, scale, xyz, rgb, make_empty_node=False)[source]
inv_aabb_size
load_from_bytes(byt)[source]
name
needs_balance()[source]
pending_rgb
pending_xyz
points
save_to_bytes()[source]
serialized_at
spacing
static to_tileset(executor, name, parent_aabb, parent_spacing, folder, scale)[source]
py3dtiles.points.node.node_to_tileset(args)[source]