First time here? Check out the FAQ!
answered 10 years ago
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))