Get function in "Saga Gis"

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
hurricane_rush
In need of some credit
In need of some credit
Posts: 5
Joined: Wed Oct 10, 2018 2:23 am

Get function in "Saga Gis"

Post by hurricane_rush »

I want to import 3d mesh functionality from "Saga Gis"
So I want to implement it separately in a new project.
What should I look for?
User avatar
doublemax
Moderator
Moderator
Posts: 19158
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Get function in "Saga Gis"

Post by doublemax »

The users in the Saga forum probably know more about it:
https://sourceforge.net/p/saga-gis/discussion/

In general: Find the menu text for that function in the source, find the ID for it, find the event handler that is connected to that ID, and so on...
Use the source, Luke!
Post Reply