Horizon
Loading...
Searching...
No Matches
src
core
tools
tool_helper_plane.hpp
1
#pragma once
2
#include "core/tool.hpp"
3
4
namespace
horizon {
5
class
ToolHelperPlane
:
public
virtual
ToolBase
{
6
protected
:
7
void
plane_init(
class
Polygon
&poly);
8
[[nodiscard]]
bool
plane_finish();
9
10
private
:
11
class
Plane
*plane =
nullptr
;
12
};
13
}
// namespace horizon
horizon::Plane
Definition
plane.hpp:54
horizon::Polygon
Polygon used in Padstack, Package and Board for specifying filled Regions.
Definition
polygon.hpp:25
horizon::ToolBase
Common interface for all Tools.
Definition
tool_pub.hpp:94
horizon::ToolHelperPlane
Definition
tool_helper_plane.hpp:5
Generated by
1.9.8