Results 1 to 2 of 2

Thread: "Lisp" projection 3d polyline to 3d face

  1. #1
    Member
    Join Date
    2017-09
    Posts
    3
    Login to Give a bone
    0

    Default "Lisp" projection 3d polyline to 3d face

    Hello everybody!
    Does anyone have a similar program?
    3d faces obtained by extraction from the surface.

  2. #2
    All AUGI, all the time
    Join Date
    2015-10
    Location
    Belgrade, Serbia, Europe
    Posts
    564
    Login to Give a bone
    0

    Default Re: "Lisp" projection 3d polyline to 3d face

    Maybe flatten your 3d polyline to lwpolyline and then apply something like this :
    http://www.cadtutor.net/forum/showth...ne/page2&p=#12

    Not sure ab this one (it does this in plane of 3 starting vertices of 3d polyline) - 3d polyline to lwpolyline you can use code from here :
    https://www.theswamp.org/index.php?t...9708#msg479708

    So for what I meant you basically need to collect vertices of 3d polyline, remove their Z coordinate and entmake LWPOLYLINE with X and Y coordinates... Have not time for that one now, but it's simple task... Or maybe the best - just explode 3d polyline into LINES, then select them all, go to properties palette and change their start/end Z coordinate to 0.0... Finally just join those flattened lines to LWPOLYLINE either with JOIN command or through PEDIT - Multiple...

    Regards, M.R.
    Last edited by marko_ribar; 2017-09-29 at 08:36 AM.

Similar Threads

  1. Replies: 8
    Last Post: 2012-08-18, 01:31 AM
  2. Repeating Detail Problem - 12"x8"x16" Smooth Face CMU - Section
    By dom.noravong in forum Revit Architecture - Families
    Replies: 3
    Last Post: 2010-02-08, 02:26 AM
  3. Wall Schedules for take-offs and "Projection"
    By rberliner in forum Revit - Platform
    Replies: 0
    Last Post: 2007-12-10, 11:17 PM
  4. What is the deal with "vertical projection" on beams?
    By patricks in forum Revit Architecture - General
    Replies: 2
    Last Post: 2007-03-01, 03:42 PM
  5. "Floor by face" won't pick mass element face - why?
    By antonio2012 in forum Revit Architecture - General
    Replies: 7
    Last Post: 2006-12-09, 04:33 AM

Posting Permissions

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