raygeo.ops.assembly.result
AssemblyResult
Universal return type for every assembly-level generator.
Returned by generate_helix, adaptive_entry, and all other assemblers. Contains the generated
Ops sequence, the set of polygons that this operation clears, and the tool pose at the start and
end of the path.
cleared_polygons
cleared_polygons: list[list[tuple[float, float]]]
end
end: search.ToolPose
ops
ops: ops.Ops
start
start: search.ToolPose