+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Forum Newbie
    Computer Details
    Roben's Computer Details
    Operating System:
    Windows Professionla x86 / 64
    Motherboard:
    Msi P45 Platinum
    CPU:
    C2D E8400 3,0 GHz @ 3.8 GHz (1.25 V) + Scythe Mugen
    RAM:
    Kingston HyperX DDR3 2x2048MB 1600
    Graphics:
    Zotac GTX 285 1GB GDDR3 AMP Edition
    Primary Storage:
    Samsung F1 750 GB 32 MB Sata II
    Monitor:
    Samsung T220 (2ms, DVI) 22"
    Using
    AutoCAD 2011
    Join Date
    Feb 2011
    Location
    Poland
    Posts
    1

    Idea fitting 3d solid to point cloud

    Registered forum members do not see this ad.

    Hey everyone, it's my first post on this forum. First of all i would explain what i am trying to achieve. I have to write a program that match an 3d solid to a cloud point which represent this object. As far as i know there is no function in AutoCAD that return the shortest distance betwen an 3d solid and point, this would help me alot (i guess so).

    I think i could use bounding box, make one for the object and one for points (points change to smalest shapes and use union to create one object) - this will let me make bounding box. Next i have to compare the dimensions of this boxes and fit/match them.

    What do you think about this solution?, any opinions and other ideas will be appreciated.

    Ps: I know this idea is't pretty as my english.
    Ps2: I'm learning Visual Lisp for a half year so excuse me if i don't understand something.

  2. #2
    Senior Member
    Using
    Civil 3D 2009
    Join Date
    Feb 2010
    Posts
    104

    Default

    Registered forum members do not see this ad.

    Welcome to Cadtutor!

    I too have been trying to create objects from point cloud data through the use of lisp. I would suggest reading up on best fit algorithms first. There are formulas for best fit Lines, Planes, Cylinders and etc. I am currently working on extracting a 3D Orthoganal Best Fit Plane from a set of data points. Meaning that I am trying to minimize the distance from a point perpendicular to a plane. This is a work in progress. As for your solution, I don't believe a bounding box would be the route to go as a bounding box is simply the extents of the object and not its shape. I would suggest, as I stated, to read up on the Best Fit Algorithms to get started but this is just my opinion.

    regards and happy coding!

    Hippe013

Similar Threads

  1. Exploding Point Cloud
    By Macca123456 in forum Civil 3D & LDD
    Replies: 0
    Last Post: 29th Nov 2010, 01:50 am
  2. Convert a point cloud or DTM to a surface or solid
    By Tyke in forum Civil 3D & LDD
    Replies: 5
    Last Post: 17th Nov 2010, 03:07 am
  3. modeling point cloud using autoCAD 2010
    By imah in forum AutoCAD 3D Modelling & Rendering
    Replies: 8
    Last Post: 3rd Oct 2010, 04:50 pm
  4. Do You Use CAD Software and Point Cloud Data?
    By Between the Lines in forum AutoCAD RSS Feeds
    Replies: 0
    Last Post: 9th Jun 2010, 07:40 am
  5. Point cloud with colour information
    By spittle in forum AutoCAD 3D Modelling & Rendering
    Replies: 2
    Last Post: 13th Apr 2010, 07:38 am

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts