First time here? Check out the FAQ!
answered 2014-12-09 16:22:09 +0100
You could make a list of all your points and then use the function point or you could make a point for each one and then add them (by syntax like point((1,2,3))+point((2,3,4))+point((3,4,5))).
point
point((1,2,3))+point((2,3,4))+point((3,4,5))