I would like to be able to create rotated cylinders. For example, draw a cylinder with the following specifications:
Top of Cylinder center coordinate = (3,7,5)
Bottom of Cylinder center coordinates = (1, -3, 2)
Diameter = 4
Is that possible with your cylinder object? Or could you explain how to do a 3d rotation of your standard cylinder object that would work for this situation?
I will only know the coordinates at runtime, so the code would need to be in C# (not xaml). There will be hundreds of cylinders in a drawing.
Thanks in advance!
Top of Cylinder center coordinate = (3,7,5)
Bottom of Cylinder center coordinates = (1, -3, 2)
Diameter = 4
Is that possible with your cylinder object? Or could you explain how to do a 3d rotation of your standard cylinder object that would work for this situation?
I will only know the coordinates at runtime, so the code would need to be in C# (not xaml). There will be hundreds of cylinders in a drawing.
Thanks in advance!

