I am currently porting some scripts that were previously used for SEMCAD 14.8 to work in SEMCAD 17 and have some questions.
-
Previously, the property "iUnitType" of a SolidRegion could be used for the grid settings. Is there any way to get the same behavior as when setting this property to the unit type "Wavelength"? I don't see any way to get this unit type in the new API.
-
The property "iGriddingMode" or "iTemplate" of a SolidRegion could be used for the grid. We use the bounding box (iGrddingMode = 2) and the geometrical (iGriddingMode = 3) options often in SEMCAD 14.8. How can this gridding behavior be achieved in SEMCAD 17?
-
When setting up a simulation, I also cannot seem to find a "timestep" unit, as previously this was in "SEMCAD.SimulationTimeUnits.TimeSteps". Is there any equivalent in the new API?
I appreciate any help!