Message Boards Message Boards

Plotting 2D slices of CylindricalDecomposition objects?

Posted 2 years ago

I want to plot 2D slices of eight objects, $K1,...,K8$, in $(x,y,z) \in \mathbb{R}^3_+$. I am happy for the slices to be parallel to the planes.

The objects are returned from CylindricalDecomposition. Currently, I am plotting

RegionPlot3D[{K1, K2, K3, K4, K5, K6, K7, K8},{x,0,4},{y,0,4},{z,0,4}]

I would like something like

RegionPlot[{K1, K2, K3, K4, K5, K6, K7, K8},{x,0,4},{y,0,4},{z=i}]

for different fixed values of $i$.

One way of doing this would be to add $z=i$ as a constraint to $K1,...,K8$, but this seems labour intensive.

POSTED BY: Colin Rowat
Posted 2 years ago
POSTED BY: Colin Rowat
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract