<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: trim lines to 3dface in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/trim-lines-to-3dface/m-p/12168354#M30903</link>
    <description>&lt;P&gt;Regular Trim only works with 2D objects from the same plane. So you cannot use it here. You can use BREAKATPOINT to break your line where it crosses the 3Dface, your only challenge is in identifying that point.&lt;BR /&gt;&lt;BR /&gt;You can use guiding lines to help you correctly identify the point where the lines and the faces meet. Or you can look into the geometric calculator to calculate the coordinate of the intersection and feed that point to the BREAKATPOINT command.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.cadforum.cz/en/intersection-of-a-3d-curve-with-a-3d-surface-in-autocad-tip9357" target="_blank" rel="noopener"&gt;https://www.cadforum.cz/en/intersection-of-a-3d-curve-with-a-3d-surface-in-autocad-tip9357&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To use guiding lines do the following, this will also work for curved surfaces and objects not aligned with the ucs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From whatever view you are using, use the PROJECTGEOMETRY view to project your entire line to the surfaces. You will find that the newly created lines intersect with your existing line exactly where they go through your surface. With the 'intersection' object snap that point is selectable.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6333410763112w888h540r713" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6333410763112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6333410763112w888h540r713');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6333410763112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Aug 2023 22:27:10 GMT</pubDate>
    <dc:creator>Michiel.Valcke</dc:creator>
    <dc:date>2023-08-13T22:27:10Z</dc:date>
    <item>
      <title>trim lines to 3dface</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/trim-lines-to-3dface/m-p/12168276#M30902</link>
      <description>&lt;P&gt;I am looking to trim these lines to the 3dface they project from.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-08-13 13_45_42-Autodesk AutoCAD 2015 - [20 El Prado [roof model].dwg].png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1252734iD6BF8C713C0F6696/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2023-08-13 13_45_42-Autodesk AutoCAD 2015 - [20 El Prado [roof model].dwg].png" alt="2023-08-13 13_45_42-Autodesk AutoCAD 2015 - [20 El Prado [roof model].dwg].png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2023 20:46:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/trim-lines-to-3dface/m-p/12168276#M30902</guid>
      <dc:creator>jdfnnl</dc:creator>
      <dc:date>2023-08-13T20:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: trim lines to 3dface</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/trim-lines-to-3dface/m-p/12168354#M30903</link>
      <description>&lt;P&gt;Regular Trim only works with 2D objects from the same plane. So you cannot use it here. You can use BREAKATPOINT to break your line where it crosses the 3Dface, your only challenge is in identifying that point.&lt;BR /&gt;&lt;BR /&gt;You can use guiding lines to help you correctly identify the point where the lines and the faces meet. Or you can look into the geometric calculator to calculate the coordinate of the intersection and feed that point to the BREAKATPOINT command.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.cadforum.cz/en/intersection-of-a-3d-curve-with-a-3d-surface-in-autocad-tip9357" target="_blank" rel="noopener"&gt;https://www.cadforum.cz/en/intersection-of-a-3d-curve-with-a-3d-surface-in-autocad-tip9357&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To use guiding lines do the following, this will also work for curved surfaces and objects not aligned with the ucs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From whatever view you are using, use the PROJECTGEOMETRY view to project your entire line to the surfaces. You will find that the newly created lines intersect with your existing line exactly where they go through your surface. With the 'intersection' object snap that point is selectable.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6333410763112w888h540r867" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6333410763112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6333410763112w888h540r867');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6333410763112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2023 22:27:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/trim-lines-to-3dface/m-p/12168354#M30903</guid>
      <dc:creator>Michiel.Valcke</dc:creator>
      <dc:date>2023-08-13T22:27:10Z</dc:date>
    </item>
  </channel>
</rss>

