Jump to content

Bertf

Member
  • Posts

    80
  • Joined

  • Last visited

File Comments posted by Bertf

    Clothes Rail

       989    15

    Hi Stephan, 

     

    I've tested this marionette and it's really nice!

     

    But i got the following issue:

    I've added the marionette and it's resources to our library. When trying to place it in a cabinet in a new file I can't reach our library document from the objects panel:

    The resource manager in the object panel doesn't show up our workgroup Libraries.

     

    image.thumb.png.5d45b015c39028b74b9b8ade59ad9ff7.png

     

    Here is the exact location of the marionette in our resource manager:

    image.thumb.png.3cb008a939e8c2c46532ecc9e5d5bb3e.png

     

    Kind regards,

    Bert

     

     

    Halftone

       217    30

    Wow, thanks for the hint to the Chunk list node! 
    I was looking for something similar when i was working on the average pixel color for the halftone circle!

     

    And, yes. I don't use drillings close together for the line milling effect. Just a continuous milling with varying depth:

    image.thumb.png.e131f9960a6d7422817a374edb9500f8.png

    Halftone

       217    30

    Thank you @DomC!

     

    50 minutes ago, DomC said:

    Have you also tried to mill in a line structure? and connect the Points?

    Yes, I've milled multiple line images with the same technique you're showing. I've created them with Jason Dorie's program. (one example is shown in the first post) But as I mentioned in improvements point 2, I hope to implement this in this marionette as well.
     

    49 minutes ago, DomC said:

    Should this work, if I had a 3D Polygon. And can convert this to a 3D Path with the DXF Post-Prozessor?

    If your CNC-machine has a DXF import that supports polygons with varying z-value, you will be able to mill it. Our machines doesn't, that's why we build our own DXF to NC-Hops converter.

    Halftone

       217    30
    12 hours ago, Stephan Moenninghoff said:

    Ok, I thought you had VectorWop, our VWX-to-machine interface. It comes with a built-in DXF output (and one for Hops, too, actually). You are the Bert I know from "forest+", right?

    Yep Stephan, that's me! :) 
    Yes we have VectorWop, which exports to NC-Hops for our cabinets. But for stairs, worktops and other stuff like these millings, we use our own converter. 

    For example this Halftone image has to be milled with a 45° point mill. To create a circle with radius R on the surface, we have move the point mill to depth R. To visualize this, I've drawn some mill lines:

    image.thumb.png.e9654b1b67e95cf903441f1c3052e412.png

     

    It's a 3D poly which runs over the board at a safe distance of about 2mm. At every circle the mill goes down to the depth -R. I don't think this is doable with InteriorCAD's "Contour 3D" or "2D Contour"? They have a predefined depth for the full line:

    image.thumb.png.8e8ab41dd6919934e3e70da2b75d8905.png

     

    So with this tool, I don't think I'm able to "go down" to certain depths with my mill...

     

    We could discuss to try to draw "Drilling 3D" with depth = R at the circles, but then we'd have to adjust interiorcad's NC post processor to convert these drillings to millings. Very important in this case would be that the millings of different circles are all connected, else the machine will pull the mill back to it's default safe distance and have a short break every time. This increases the proces time a lot! 

     

     

    So if I'm not missing any interiorcad tool, I think the easiest way would be to use the 3D poly. 

     

    Halftone

       217    30

    @Marissa Farrell Thank you!

     

    17 hours ago, Stephan Moenninghoff said:

    Hey Bert, I was wondering how long until you came up with something in Marionette. You know you can use interiorcad's DXF output to get the milling info? Post us some photos when you're done. Nice work!

    Hi Stephan, Thank you! With which interiorcad tool can you export 3D polylines or which DXF output do you mean?
    I've developed our own DXF to NC-Hops converter. It's written in python and we're using this mainly to mill our stairs and worktops. It creates NC-Hops files from a DXF file generated in Brics/Autocad or Vectorworks. With this program I can convert a 3D polyline straight to mill lines, which is how I was thinking to create the mill lines on this marionette.

  1. Hey Marissa!

     

    I've been modifying your script to create a Halftone generator. But I've found a little mistake in your marionette:

    In the part below you take the RGB values as XYZ values, and add X to the combined list of Y and Z. This makes creates a list of 5940 elements, instead of the initial 2970 pixels. 

    image.thumb.png.8213862783e159a42e96d9642ad40b42.png

     

    This makes the remaining 2970 extrudes to stack on each other on the last position:

    image.thumb.png.b12fd5c5e082ca1238cb134c8ca97ba1.png

     

    This fixes your problem:

    image.thumb.png.850431bc5c93de937bae38e63b591172.png

     

    Kind regards,

    Bert

  2. Hi Marissa,

     

    I tried running your marionette but it seems I'm missing the Python PIL library.

    VW2017 downloads it without a problem. And then I can run it.

     

    VW2018 SP2 (Build 401138) asks to download it, but then I receive following message and it crashes:image.thumb.png.417b9c755c8ef818e389d56499f4c70b.png

    image.thumb.png.6ea6b0422ab9f1d7c39051ed90f82f54.png

    Exception description: Unhandled exception at 0x00007FF690E2ED7B in Vectorworks2018.exe: 0xC000041D: An unhandled exception was encountered during a user callback.

     

     

    So I manually copied the PIL folder from:

    %AppData%\Nemetschek\Vectorworks\2017\Python Externals

    to:

    %AppData%\Nemetschek\Vectorworks\2018\ENG\Python Externals

     

    But this gives the following error in 2018:

    image.thumb.png.51f32002f9be3fcdd0360647320fc71c.png

     

    Pressing close or Select node makes VW crash again.

     

    Any fix for this issue in 2018?

     

    Thanks,

    Bert

     

     

     

     

×
×
  • Create New...