- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a series of Solids that I am creating with GeometryCreationUtilities.CreateExtrusionGeometry() that I would like to transform (rotate and translate) before I perform boolean operations on them with the BooleanOperationsUtils and create elements out of them with DirectShape.
I am aware of the ElementTransformUtils but this is only works on elements and I believe the boolean operations must be performed before creating elements in the project. Is there away to perform boolean operations on elements in the project that I have missed?
I also found this page in the documentation but it appears that it is simply creating transformed points and I'm not sure of how to create Faces and Edges with the transformed points.
Thanks you,
Frank
Solved! Go to Solution.