2017-10-23 01:54 PM
2017-10-23 02:46 PM
2017-10-23 03:07 PM
David wrote:Just had a look, I was trying to use cutpoly before. I don't really understand cutform and how the direction part of the script works?
JGoode:
Take a look at the CUTFORM command, it can control the depth of the cut.
David
CUTFORM 5, 1, 15, 1, 1, 1, 0.5, 0.2, 0.2, 15, 0.8, 0.2, 15, 0.8, 0.8, 15, 0.2, 0.8, 15, 0.2, 0.2, 15 BLOCK 1, 1, 1
2017-10-24 02:51 AM
CUTPOLYA n, status, d, x1, y1, mask1, ..., xn, yn, masknd: the distance between the local origin and the end of the half-infinite tube.
2017-10-24 03:21 PM
JGoode wrote:The direction is set in the second line. For example 0, 0, 1, 0.5, will work in the z direction.David wrote:Just had a look, I was trying to use cutpoly before. I don't really understand cutform and how the direction part of the script works?
JGoode:
Take a look at the CUTFORM command, it can control the depth of the cut.
David
I keep getting an error saying too many parameters at line 1
CUTFORM 5, 1, 15, 1, 1, 1, 0.5, 0.2, 0.2, 15, 0.8, 0.2, 15, 0.8, 0.8, 15, 0.2, 0.8, 15, 0.2, 0.2, 15 BLOCK 1, 1, 1
status: Controls the extent of the cutting body and the treatment of the generated cut polygons and new edges. status = j1 + 2*j2 + 8*j4 + 16*j5 + 32*j6 + 64*j7 + 128*j8 + 256*j9, where each j can be 0 or 1.David