2021-07-22
03:30 PM
- last edited on
2021-09-14
08:58 AM
by
Noemi Balogh
2021-07-22 04:12 PM
pen 20 !red
material 99 ! any material
group "one"
DEFINE STYLE "aa" "New York", 3, 7, 0
SET STYLE "aa"
TEXT 0.005, 0, " " !empty
endgroup
group "one1"
material 99
TEXT 0.005, 0, "3D Textnow without line?.."
endgroup
placegroup addgroup{2}("one","one1",0,0,0,1) !if last digit is '0' (not 1) line will appear
2021-07-29 10:30 AM
A. wrote:The last parameter is operationStatus: status control of the operation.
though idk why it didn't work on the exact same group - had to join to empty 3D text...
2021-08-10 05:02 AM