Can someone explain how to understand Cutplane with three ar
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-01-31 03:42 PM
2011-01-31
03:42 PM
I really can't understand where the cutplane is drawn so it would contain all three arguments.
I had a hypotesis, and I drew a plan in an coordinate system that had
4 corners. It was coordinates to 1.corner: argumentX,0,0, coordinates to 2.corner: 0, argumentY,0, and then I made a paralellogram that connected these corners to two points on a paralell line to the line between the two first corners in the xy-plane, but placed at the height that the argumentZ defined.
But when I tried to use this "new knowlede", I figured out my hypotesis must be wrong.

7 REPLIES 7
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-01-31 04:13 PM
2011-01-31
04:13 PM
What I really want to do, that is the background for my struggles, is to have a possibilyty to use a cutplane that cuts through the XZ-plane with 90 degrees, and through the YZ-plane at an arbitrary angle.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-01-31 04:24 PM
2011-01-31
04:24 PM
Hi Anne,
it hase to work as in the image. (I hope it)
Best Regards,
it hase to work as in the image. (I hope it)
Best Regards,
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-01-31 04:46 PM
2011-01-31
04:46 PM
I think you (and I) are absolutely right. Now I went back to the original object I wanted to cut, and thought more easily an practical about it, and suddenly I understood.
Sometimes "I'm lost in space".
Sometimes "I'm lost in space".

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-03-04 05:27 AM
2011-03-04
05:27 AM
I don't see how that cutplane cuts through the X-Z plane at 90-degrees, and through the Y-Z plane at an arbitrary angle. Am I missing something?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-03-04 06:50 AM
2011-03-04
06:50 AM
The example shown doesn't do this.
CUTPLANEangle will give you a cutplan perpendicular to the X-Z plane and at an angle specified around the y-axis.
CUTPLANEx,y,z creates a cutplane that passes through points x distance along the x-axis, y distance along the y-axis and z units along the z-axis.
It can never be perpendicular to any of the axii because you would need to specify an infinite distance to one of the values which is not possible.
However specifying a distance of 0 (zero) to one of the values will ensure the cutplane is perpendicular to that axis (and passing through absolute zero 0,0,0).
At least that is my understanding of the CUTPLANE command.
Barry.
CUTPLANE
CUTPLANE
It can never be perpendicular to any of the axii because you would need to specify an infinite distance to one of the values which is not possible.
However specifying a distance of 0 (zero) to one of the values will ensure the cutplane is perpendicular to that axis (and passing through absolute zero 0,0,0).
At least that is my understanding of the CUTPLANE command.
Barry.
One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-03-04 03:55 PM
2011-03-04
03:55 PM
I have found it almost always easier to make some transformations and use the basic CUTPLANE without arguments. For example:
addx A roty 90 CUTPLANE del 2 ! stuff to be cut... CUTEND
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-03-04 04:02 PM
2011-03-04
04:02 PM
Right. I thought that the image in a previous post was somehow supposed to _show_ a solution to the question that was originally posed, rather than illustrate how CUTEND x,y,z works.