Hide confusing lowercase version of GetCenter from SWIG
This commit is contained in:
parent
f03efa1cba
commit
c5ddb8de26
|
@ -1,3 +1,4 @@
|
||||||
|
%ignore EDA_SHAPE::getCenter;
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#include <eda_shape.h>
|
#include <eda_shape.h>
|
||||||
|
@ -5,6 +6,7 @@
|
||||||
%}
|
%}
|
||||||
%include eda_shape.h
|
%include eda_shape.h
|
||||||
%include pcb_shape.h
|
%include pcb_shape.h
|
||||||
|
|
||||||
%extend PCB_SHAPE
|
%extend PCB_SHAPE
|
||||||
{
|
{
|
||||||
double GetArcAngleStart()
|
double GetArcAngleStart()
|
||||||
|
|
Loading…
Reference in New Issue