I want the user to specify the co-ordinate system points for the reference position. What type of datatype i need to use in the parameter step.
point: List["%.3f","%.3f","%.3f"] = [0.0,0.0,0.0]
or
List[str] = []
the first is giving error to me, the later works but I have to validate before proceeding to the next. It would be helpful for developers if a dedicated glow datatype is available.