I can’t find any documentation about the com.ur.urcap.api.domain.URCapAPI library.
But maybe I just searched in the wrong place…
I’m searching for the definition of all the methods/functions, because I recently figured the api.getFeatures().getGeomFeatures() in a urcap sample, which I totally re-wrote before by reading the *.installation file…
And I’m sure there are many more cool stuff in here.
The method returns a Collection object with Features from the Installation.
The Whip sample creates an Iterator object to run through the FeaturePlanes contained, in order for the user to be able to select a desired feature for the script generation.