Shadowspawn
Aerospace
- Sep 23, 2004
- 259
Folks,
It's been a while, and I'm apparently a bit rusty. I'm trying to write a grip that will develop a series of planes (all on z-axis), and generate cross-sections of a user picked sheet body (via ident/). I'm generating the planes, and picking the sheet body ok... but am failing when trying to use the INTSEC/.
<code>
ENTITY/PL(200),$ $$ ARRAY FOR PLANES
SHEET1,$ $$ SHEET FOR SECTIONING
SECTLINES(100) $$ ARRAY FOR SECTION LINES
...
DO/L41:,J,1,100,1
SECTLINES(J)=INTSEC/SHEET1,WITH,PL(J)
...
</code>
routine compiles ok...
runtime error: "attempt to use an object variable to which no object has been assigned."
Ideas? Help is much appreciated and TIA.
Regards,
SS
CAD should pay for itself, shouldn't it?
It's been a while, and I'm apparently a bit rusty. I'm trying to write a grip that will develop a series of planes (all on z-axis), and generate cross-sections of a user picked sheet body (via ident/). I'm generating the planes, and picking the sheet body ok... but am failing when trying to use the INTSEC/.
<code>
ENTITY/PL(200),$ $$ ARRAY FOR PLANES
SHEET1,$ $$ SHEET FOR SECTIONING
SECTLINES(100) $$ ARRAY FOR SECTION LINES
...
DO/L41:,J,1,100,1
SECTLINES(J)=INTSEC/SHEET1,WITH,PL(J)
...
</code>
routine compiles ok...
runtime error: "attempt to use an object variable to which no object has been assigned."
Ideas? Help is much appreciated and TIA.
Regards,
SS
CAD should pay for itself, shouldn't it?