sketchucation logo sketchucation
    • Login
    1. Home
    2. MLUY
    3. Posts
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 28
    • Posts 68
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Export Polygon Points to csv in correct order

      @dave r said:

      What is the "correct order"? How is that determined?

      Thanks very much Dave!!, I now realize that it is indeed a bit of a shady definition!
      I just meant that each polygon has a begin and an end-point and the "correct" order is getting the sequential line segments in that order. So for example for a polyline consisting of 3 line segments I would get 4 co-ordinates in order that makes up the polyline:

      x1,y1 start line segment a
      x2,y2 end line segment a, start line segment b
      x3,y3 end line segment b, start line segment c
      x4,y4 end line segment c

      I think this is the only way to rebuild a polyline if all you have are the co-ordinates.

      Regards
      Michiel

      posted in SketchUp Discussions
      M
      MLUY
    • Export Polygon Points to csv in correct order

      I have asked this question before but I guess its now somewhere on the bottom of the pile and I have not had a response yet πŸ˜• Before I abandon this idea I would like to give it one more try:

      I need to draw polygons (trace a scaled map) and export co-ordinates in the correct order to a csv.
      I found this great plugin from TIG (Export Vertices to CSV), which works fine, except it dumps the coordinates not by following the line segment order. I am trying to read the generated point file into a python script that redraws the polygon for me... but I get quite a mess this way...

      Thanks in advance!
      Michiel

      posted in SketchUp Discussions
      M
      MLUY
    • RE: [Plugin] Export Vertices to CSV

      Hi is there perhaps a way this plugin (or other) can export the co-ordinates of the polyline segments in the correct order? I am trying to reconstruct a polygon by loading in the co-ordinates from the csv, but I need them in the correct order. At the moment I am basically getting a point cloud

      Thanks
      Michiel

      posted in Plugins
      M
      MLUY
    • Export Polygon to csv

      Does anybody know if there is a plugin to export a polygon to a csv file with the coordinates in the correct order? I found this great plugin from TIG (Export Vertices to CSV), which works fine, except it dumps the coordinates not by following the line segment order. I am trying to read the generated point file into a python script that redraws the polygon for me... but I get quite a mess this way...

      Thanks in advance!
      Michiel

      posted in Newbie Forum
      M
      MLUY
    • RE: Control Points Bezier Curves

      @fredo6 said:

      One possibility is to convert the original to Polyline, which will give you the sequence of control points. Indeed, make a copy of the original bezier curve before.

      @mluy said:

      wow, I am honoured to get a response from the great Frodo himself!, you are a absolute hero just wanted to say that.

      But I am not quite sure what you mean, because if I convert the bezier curve to a polyline (which I did) I just get a polyline....where are the control points ?

      oops initial response too fast I got it now!, thanks very much!!

      posted in Newbie Forum
      M
      MLUY
    • RE: Control Points Bezier Curves

      oops too fast I got it now!, thanks very much!!

      posted in Newbie Forum
      M
      MLUY
    • RE: Control Points Bezier Curves

      @fredo6 said:

      One possibility is to convert the original to Polyline, which will give you the sequence of control points. Indeed, make a copy of the original bezier curve before.

      wow, I am honoured to get a response from the great Frodo himself!, you are a absolute hero just wanted to say that.

      But I am not quite sure what you mean, because if I convert the bezier curve to a polyline (which I did) I just get a polyline....where are the control points ?

      posted in Newbie Forum
      M
      MLUY
    • RE: Control Points Bezier Curves

      @dave r said:

      Usually I approach it from the other direction and create identifiable location for the control points of the Bezier curve. Would that be possible in your case?

      Thanks Dave!
      That would not work in my case as I want to trace a shape (imported image) and then I trying to adjust set the control points to get the shape I need

      @dave r said:

      Are you still using SketchUp 2015 Make as your profile indicates?

      Oh I need to update that, I am using Sketchup pro 2019

      posted in Newbie Forum
      M
      MLUY
    • Control Points Bezier Curves

      Does anybody know how to get the co-ordinates of the control points of a Bezier curve?
      I am using Fredo6 BZ_Toolbar and I have been unable to figure it out
      Any help / tips appreciated, perhaps I need another plugin (which?) but I really like this one

      Thanks!
      Michiel

      posted in Newbie Forum
      M
      MLUY
    • RE: Broken line segments still generates a surface area?

      @pilou said:

      You can resize your object by 1000
      then use CleanUp by Thomthom it finds many problems and repears
      Then Joint PushPull by Fredo for give a thickness

      Then solid Solver by Tig

      But despit of that seems there are always problems, too little surfaces, maybe intersect faces etc...

      where does this object come from? An unfolding one ?...

      Thanks Piloe, its the result of an intersection with two solids from a topographic survey but its a complete mess. I just spend 3 hours to do it manually and finally managed to get a clean solid (joint push pull V) I guess there is no easy way when you get a shape like this

      posted in Newbie Forum
      M
      MLUY
    • RE: Broken line segments still generates a surface area?

      @pilou said:

      Better if you can send your skp (save as version 6) for a more large audience! πŸ€“

      Thanks, I just uploaded the file.

      posted in Newbie Forum
      M
      MLUY
    • RE: Broken line segments still generates a surface area?

      @mluy said:

      Hello There !,
      I am trying to extrude attached surface area into a solid to do some volume calculations (merge / subtract operations) But I am getting a lot of errors on the edges of my extruded shape. I am pretty sure it has to do with the fact that the border edges are broken into segments whilst there are no triangulation lines. How can Sketchup still generate a surface area and how do I get rid of this (without doing it manually?) and generate a proper surface to extrude?
      Thanks
      Michiel


      SurfaceArea_ver6.skp

      posted in Newbie Forum
      M
      MLUY
    • RE: Broken line segments still generates a surface area?

      @mluy said:

      Hello There !,
      I am trying to extrude attached surface area into a solid to do some volume calculations (merge / subtract operations) But I am getting a lot of errors on the edges of my extruded shape. I am pretty sure it has to do with the fact that the border edges are broken into segments whilst there are no triangulation lines. How can Sketchup still generate a surface area and how do I get rid of this (without doing it manually?) and generate a proper surface to extrude?
      Thanks
      Michiel


      SurfaceArea.skp

      posted in Newbie Forum
      M
      MLUY
    • Broken line segments still generates a surface area?

      Hello There !,
      I am trying to extrude attached surface area into a solid to do some volume calculations (merge / subtract operations) But I am getting a lot of errors on the edges of my extruded shape. I am pretty sure it has to do with the fact that the border edges are broken into segments whilst there are no triangulation lines. How can Sketchup still generate a surface area and how do I get rid of this (without doing it manually?) and generate a proper surface to extrude?
      Thanks
      Michiel


      Surface.png

      posted in Newbie Forum sketchup
      M
      MLUY
    • Two Extrusion Paths?

      Does anybody know of a way to have two extrusion paths through several 2D areas?
      I have been using Curviloft a lot to extrude 2D shapes over a single path but now I am getting into a particular problem I dont know how to solve (except manually which will cost me too much time)


      Curviloft_2.png


      Curviloft_1.png

      posted in Newbie Forum sketchup
      M
      MLUY
    • RE: Importing 3d points Autocad file

      @dave r said:

      The file you upload has all the X-cross components exploded. If you leave the components unexploded you should be able to edit the component, put a guide point at the intersection and erase the lines. Then explode all instances of the component to leave yourself with a cloud of guidepoints.

      I was going to make an example using your model but at this point it would be very time consuming to put the components back.

      Thanks Dave, I exploded them because I thought it would be easier to work with most plugins. But are you suggesting I do this manually ?, there are thousands of points πŸ˜•

      posted in SketchUp Discussions
      M
      MLUY
    • Importing 3d points Autocad file

      Hello, I have an issue with importing an autocad file with (xyz) points in separate layers. Each point is imported as a separate group consisting of a "X-cross", so when I explode the points I am left with 4 lines per point. What I need is a singular guide point for each crossing so I can triangulate the layers.

      I have found some plugins that can forexample convert each end point to a guid but thats not a very nice solution. Does anybody know a plugin that can actually provide a guide point for each point where lines are crossing? Or any other solution would be great.

      Doing it manually is not an option as there are way too many, I have attached my file

      Thanks for your help


      I was a bit fast posting this, but maybe for others having the same problem
      I just found the plugin I need: its ThomThom Guide Tools

      It has an option CPoint at Edge-Edge Intersection (v1.2.0) Adds a construction point where the selected edges connects. Note: only "loose" edges - edges that is not part of a face.
      http://sketchucation.com/forums/viewtopic.php?p=267835#p267835

      Great !, what should we do without ThomThom!


      Acad_Import_Topo3d_excl_contours.skp

      posted in SketchUp Discussions sketchup
      M
      MLUY
    • Sketchup Course Requested in UK, Fareham

      Hello Everybody
      I am not sure if I am in the right forum but I am trying it anyway
      Our company is into dredging and coastal engineering / civil works
      We would like to have a 1-2 day crash course from a professional or specialised company
      We would have approx 5-8 people (complete newbies) following the course which should be given in our offices in Fareham, UK

      For quotations and your references please E-mail to keith.dee@boskalis.com and michiel.luyken@boskalis.com

      We are looking at a course in the end of the Summer holidays Sept / Oct

      Thanks!

      posted in SketchUp Discussions sketchup
      M
      MLUY
    • RE: Drape line onto surface as a group?

      @pilou said:

      @unknownuser said:

      Which two points do I click?

      If you want a Vertical projection just click on a point + draw on
      a "Blue" appearing vertical help axis somewhere bottom... or

      You can first draw a vertical line if wanted before launch the icon like here
      if you are not confident on your true vertical possibility πŸ˜„

      [attachment=0:2kyhm6sg]<!-- ia0 -->GIF_oneline.gif<!-- ia0 -->[/attachment:2kyhm6sg]

      Got it!, thanks a million

      posted in Newbie Forum
      M
      MLUY
    • RE: Drape line onto surface as a group?

      @pilou said:

      Why not ? (use the last icon)

      Can you send the file SKP zipped (save as V6 for a more large audience)
      with Wetransfert πŸ˜„

      When I select the line and click the last Icon it asks me for start and end vector point.
      Which two points do I click?..Sorry I must be thick
      Should I not click the group or the surface I want to project on?

      posted in Newbie Forum
      M
      MLUY
    • 1 / 1