Hi, is there a command to cut a solid by means of a polyline in order to obtain, see sketch, the red solid?
Support Forum
- Forum
- CAD Parametrische Modellierung
- CAD SmartParts
[Frage] Solid cutting
26.11.2024 - 10:04
*
18.12.2024 - 17:12
PUT p [ i ][ x ], p [ i ][ y ]NEXT i
Should be
PUT p [ i ][ x ], p [ i ][ y ] NEXT i
Without the complete SmartPart with the specific parameters, I can't say anything else here!
19.12.2024 - 08:42
Zitiert von: Nemo
PUT p [ i ][ x ], p [ i ][ y ]NEXT iShould be
PUT p [ i ][ x ], p [ i ][ y ]NEXT iWithout the complete SmartPart with the specific parameters, I can't say anything else here!
Hi Nemo, look at the attachment.
Anhänge (1)
19.12.2024 - 08:51
PDF is of no use to me!
The point coordinates in the array p[5][2]are missing.
Apparently there are duplicate points there.
I cannot find GOSUB “reset_p”.
This sets the points to a “defined initial state! This should be done by clicking on a button in the palette!
Again:
Without the complete SmartPart with the specific parameters, I can't help!