<?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: Is the command: _AeccProjectObjectsToProf It can be used through the lisp in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/is-the-command-aeccprojectobjectstoprof-it-can-be-used-through/m-p/9845172#M7704</link>
    <description>&lt;P&gt;HI MR&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/32637"&gt;@Jeff_M&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to show CIVIL&amp;nbsp; points on the profile?&lt;BR /&gt;ProjectObjectsToProf&amp;nbsp; BY the LISP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.autodesk.com/CIV3D/2012/ENU/API_Reference_Guide/com/AeccXLandLib__IAeccProfileProjection.htm" target="_blank"&gt;http://docs.autodesk.com/CIV3D/2012/ENU/API_Reference_Guide/com/AeccXLandLib__IAeccProfileProjection.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/840295i2A68BB1741CDBCA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2020 13:10:11 GMT</pubDate>
    <dc:creator>hosneyalaa</dc:creator>
    <dc:date>2020-11-04T13:10:11Z</dc:date>
    <item>
      <title>Is the command: _AeccProjectObjectsToProf It can be used through the lisp</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/is-the-command-aeccprojectobjectstoprof-it-can-be-used-through/m-p/9795980#M7703</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;I'm creating civil&amp;nbsp; point on&amp;nbsp; the&amp;nbsp; &amp;nbsp;ALIGNMENT&amp;nbsp; &amp;nbsp;when I click on the profile&amp;nbsp; Using the lisp&lt;/P&gt;&lt;P&gt;Is it possible to show this point on the profile through the command&amp;nbsp;AeccProjectObjectsToProf&lt;/P&gt;&lt;P&gt;Is the command: _AeccProjectObjectsToProf It can be used through the lisp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is lisp&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(defun c:test ( / ELEV ENT ENTALIGNMENT: OBJ PNT POINTLIST PT PTLIST PTLST STA TESTPNTTT VLAOBJ X Y)
(vl-load-com)
  ;;;  Jeff Mishler
       (defun getC3D	()
    (vl-load-com)
    (setq C3D (strcat "HKEY_LOCAL_MACHINE\\"
		      (if vlax-user-product-key
			(vlax-user-product-key)
			(vlax-product-key)
		      )
	      )
	  C3D (vl-registry-read C3D "Release")
	  C3D (substr
		C3D
		1
		(vl-string-search
		  "."
		  C3D
		  (+ (vl-string-search "." C3D) 1)
		)
	      )
	  C3D (vla-getinterfaceobject
		(vlax-get-acad-object)
		(strcat "AeccXUiLand.AeccApplication." C3D)
	      )
    )
    (setq C3Ddoc (vla-get-activedocument C3D))
  )
   (getC3D)   
  (setq points (vlax-get C3Ddoc 'points))
  (setq ent (entsel "\nSelect profile view:"))
  (setq obj (vlax-ename-&amp;gt;vla-object (car ent)))
  (setq vlaobj (vlax-get-property obj 'parent))
  
  (while
    
   (SETQ pt (GETPOINT "\n-&amp;gt; Specify a point :"))
(progn

(vlax-invoke-method obj 'FindStationAndElevationAtXY (CAR pt) (CADR pt) 'sta 'elev 'inside);; OK
(setq testpnttt (list sta elev));;OK


               (vlax-invoke-method vlaobj 'PointLocation sta 3 'x 'y)
                (setq pntAL (list x y));;OK
	       
            (setq oCogo(vlax-invoke points 'add (LIST (car pntAL) (cadr pntAL) elev))) 
;;;; command: _AeccProjectObjectsToProf
)
   )

(princ));;;;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="a.jpeg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/829850iDB037412E725E017/image-size/large?v=v2&amp;amp;px=999" role="button" title="a.jpeg" alt="a.jpeg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ice_screenshot_٢٠٢٠١٠١١-٠٧٣٠١١.jpeg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/829851iA0F3BA0EE0BF9D1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="ice_screenshot_٢٠٢٠١٠١١-٠٧٣٠١١.jpeg" alt="ice_screenshot_٢٠٢٠١٠١١-٠٧٣٠١١.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 04:55:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/is-the-command-aeccprojectobjectstoprof-it-can-be-used-through/m-p/9795980#M7703</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2020-10-11T04:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is the command: _AeccProjectObjectsToProf It can be used through the lisp</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/is-the-command-aeccprojectobjectstoprof-it-can-be-used-through/m-p/9845172#M7704</link>
      <description>&lt;P&gt;HI MR&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/32637"&gt;@Jeff_M&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to show CIVIL&amp;nbsp; points on the profile?&lt;BR /&gt;ProjectObjectsToProf&amp;nbsp; BY the LISP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.autodesk.com/CIV3D/2012/ENU/API_Reference_Guide/com/AeccXLandLib__IAeccProfileProjection.htm" target="_blank"&gt;http://docs.autodesk.com/CIV3D/2012/ENU/API_Reference_Guide/com/AeccXLandLib__IAeccProfileProjection.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/840295i2A68BB1741CDBCA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 13:10:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/is-the-command-aeccprojectobjectstoprof-it-can-be-used-through/m-p/9845172#M7704</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2020-11-04T13:10:11Z</dc:date>
    </item>
  </channel>
</rss>

