Texturing AutoCAD files in Adobe 3D Toolkit

When importing a .dwg file saved in AutoCAD 2004 format into Adobe 3D Toolkit, I find that the textures which were added in AutoCAD are no longer present when viewed with the 3D Toolkit software.
Can anybody tell me how either....
1. ....How I can import a texture onto the drawing using the 3D toolkit
or
2 .....if settings can be changed so that when the AutoCAD file is imported into Adobe 3D Toolkit the textures are shown as they are in AutoCAD.
Many Thanks

I'm not sure about how to do this in Toolkit. The long method is that you can add them back with Javascript. Here's some info that I posted elsewhere...
=====
In order to map the images, they must be attached as a 3D resource. (There is a free plugin for this; search the forum for "Attach3DResource.api"). Once the images are attached, you can use the 3D Javascript API to map them to the meshes you desire.
For one doc, I attached 25 images in this manner. I then used the script below to create a bunch of empty meshes, and then apply the images to said meshes.
Hope this helps!
//3D javascript ========================================
//create 25 procedural meshes ======
var leftEdge = -180;
var horizontalOffset = leftEdge;
var verticalOffset = 0;
var myMesh = new Array();
var myVector = new Array();
for ( i=0; i<25; i++ ) { myMesh[i] = scene.createSquareMesh(64, 48, "myMesh" + i); myVector[i] = new Vector3( horizontalOffset, verticalOffset, 0 ); myMesh[i].transform.translateInPlace(myVector[i]); horizontalOffset += 74; if ( horizontalOffset > 180 )
horizontalOffset = leftEdge;
verticalOffset += 58;
//create image array and resource objs ============
var myImageResources = new Array();
var myImageFiles = new Array("8d91.jpg",
"ad2e.jpg",
"barnpond.jpg",
"Beach01.jpg",
"Beach04.jpg",
"Beach05.jpg",
"Beach06.jpg",
"Beach13.jpg",
"bike trailer.jpg",
"cobra.jpg",
"cr80xr200.jpg",
"craigs_place.jpg",
"Dandrea.jpg",
"dirtbike.jpg",
"e027.jpg",
"f5b5.jpg",
"f613.jpg",
"halfdome.jpg",
"Iceberg.jpg",
"island.jpg",
"kx100_gb.jpg",
"maui_horanhero.jpg",
"norcal_ocean.jpg",
"sierraLake.jpg",
"Smokey Light.jpg",
"test.txt");
//create resource objs
for ( i=0; i<25; i++ ) { myImageResources[i] = new Resource("pdf://" + myImageFiles[i]); }
//load images on meshes with handler ============
var myImageObjs = new Array();
var myImageMats = new Array();
myRenderer = new RenderEventHandler();
myRenderer.onEvent = function(renderEvent)
for ( i=0; i<25; i++ ) { //create image from resource myImageObjs[i] = new Image(myImageResources[i]); console.println("Image = " + i);
//add image to model
myImageMats[i] = myMesh[i].material;
myImageMats[i].diffuseTexture.setImage(myImageObjs[i]);
//remove handler
runtime.removeEventHandler(myRenderer);
runtime.addEventHandler(myRenderer);
//cause a recalculation of the scenegraph.
scene.update();
console.println("Call scene.update()");
console.println("Created 25 Square meshes: (64, 48, 'myMeshN')");

Similar Messages

  • I have file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Ac

    I have pdf file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Acrobat X Pro and Windows -7 platform.

    Yes, I just want to cover up all the pages for those particular area of document numbers.
    Nothing sensitive about it. I just want to show the correct document numbers on all pages in print out.
    So, I wanted to cover up by comments, but commenting on each page will be difficult. So, I wanted to comment the same on all pages.

  • 3D model plus material from 3Ds Max or Adobe 3D Toolkit import to Acrobat 3D

    Hello Forum
    We have been looking through the forum but could not find the topic yet. Hence I am writing to maybe find an answer to our little issue. We are coming from the corrugated printing industry and attempt to provide our customers with additional 3D models in PDF for approval.
    So far we have turned the keyline (aka folding pattern) into an accurate 3D model using 3Ds Max. Placing the artwork (logos, barcodes, text etc.) into the right position works as well in 3Ds Max. However when exporting from 3Ds Max and then 'Creating PDF from file' in Acrobat 3D, we lose the 'material', i.e. the artwork and just succeed in importing the 3D model. We have tried all format exports from 3Ds Max but cannot import the artwork. Do you have any idea?
    Alternatively, we have tried to use Adobe 3D toolkit to create the 3D model but are not able to place the 'material' into the exact position we require in the 3D model. Maybe there is a better way?
    Thank you for any help or suggestions.
    Ab.

    Hi Abraham,
    A few short answers to your specific Max questions (better late than never, I hope):
    1. Is there a plug-in or special process to turn a 2D keyline (folding pattern) into a 3D model using 3Ds Max?
    Sounds like this something that could be done using a basic spline. If you are new to 3DS Max, try looking into splines, as well as Compound Objects>Loft. The loft tool utilizes two elements; a loft path, usually just a line of some fashion, and the shape of loft, which can be any 2d shape drawin in max. Search for Loft object under Max help.
    2. What would be the best way to map the artwork belonging to the keyline onto the 3D model?
    Mapping can be complex, however, there are some nice techniques to use given the time taken to learn. Baking textures would be my suggestion to you; a baked texture is essentially a 2d redering of your model which is created through Rendering>Render to Texture. This will render out a 2d baked map of your object, including lighting an environmental elements. Save as a.tga, and you can then import you 2d baked texture into other design progs and use it as a texture mapping template; allowing you to add design elements, details textures, etc. to specific areas of your model's texture. Once finished working with the texture design, save as a .tga, then re-import your modified .tga into Max via Utilities Tab>Asset Browser, apply your modified .tga to a material sample in the Material Editor, and apply to your model.
    That's the basic procedure. For details, search 3DS Max Help for "Render to Texture" and "Backed Maps".
    Hope that points you in the right direction,
    ~Chipley

  • Uninstall Adobe Photoshop Element 9 \ Adobe ExtendScript Toolkit CS5

    Silent uninstall | Photoshop Elements 9
    hi everyone, I hope I could find an answer to my problem here:
    I have a volume licence for adobe photoshop elements 9.0, and I'm trying to uninstall it silently.
    I've read the documentation here: http://kb2.adobe.com/cps/876/cpsid_87681.html but I still can’t uninstall the Adobe ExtendScript Toolkit CS5. Anybody knows what’s the command to uninstall Adobe ExtendScript Toolkit CS5.
    This is the command I’m using install the Adobe Photoshop Elements 9:
    Start /wait C:\"Adobe Photoshop Elements 9"\Setup.exe /UL1033 /V"SERIALNUMBER=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
    This is the command I’m using to uninstall Adobe:
    start /w Msiexec /x {007F778D-F15C-4EAB-AE92-071D21FAF632} NOT_STANDALONE=1 /qn
    start /w Msiexec /x {433EACD8-4747-4A6A-826A-FFA9F39B0D40} NOT_STANDALONE=1 /qn
    start /w MsiExec.exe /x {F302F4F0-588D-6501-1ACF-BE3FDCC9135D} /qn
    cd "c:\Program Files\Common Files\Adobe\OOBE\PDApp\DWA"
    setup.exe --mode=silent --deploymentFile="C:\Program Files\Common Files\Adobe\Elements9STIorPSE\ElementsSTIInstaller.remove.xml"
    rmdir /s /q "c:\Program Files\Common Files\Adobe\Elements9STIForPSE"
    anyone has any idea please please please let me know!
    thanks!
    Jose

    This command will uninstall PSE10 silently -
    To uninstall ESTK or other plug-n use Step-4. [These steps are for PSE10 ,apply version as 9 accordingly in commands]
    Uninstall PSE-10 in silent mode
    Open the command prompt in the administrator mode.
    (Windows XP) Choose Start > Run. Enter cmd in the Run window, and press OK.
    (Windows 7 and Windows XP) Click Start (Windows-Logo), and type "cmd". Press [Shift]+[CTRL]+[ENTER].
    Run the following command to uninstall Photoshop Elements.Verify that the Photoshop Elements 10 folder has been removed from the Program Files folder after running the command.
      start /wait Msiexec /x { EE549AF9-8FAA-4584-83B2-ECF1BC9DC1FF} NOT_STANDALONE=1 /qn 
    After the uninstallation is complete, run the following command to uninstall Elements Organizer. Verify that the Elements 10 Organizer folder has been removed from the Program Files folder after running the command.
    start /wait Msiexec /x {22D3A614-482C-444A-932C-9DA1B8ECDFD2} NOT_STANDALONE=1 /qn
    After Elements Organizer has been uninstalled, run the following commands to uninstall STIs (ACR, APE, ESTK). The following procedure assumes that you are using the C drive as your boot drive. Modify the command accordingly if you are using a different drive.
      cd "Program Files\Common Files\Adobe\OOBE\PDApp\DWA" 
    setup.exe --mode=silent --deploymentFile="C:\Program Files\Common Files\
    Adobe\Elements10STIForPSE\ElementsSTIInstaller.remove.xml"
    Finally, run the following command:
    rmdir /s "C:\Program Files\Common Files\Adobe\Elements10STIForPSE"

  • How can we repeat specific page number of pdf file by using FDF Toolkit for Windows?

    how can we repeat specific page number of pdf file by using FDF Toolkit for Windows?

    let's say a registration form, there is only 1 full address provided in my registration pdf, but applicant could have more than 1 address, so i have to make it more flexible to extend the address page no matter how many addresses that applicant provided, i have use adobe acrobat pro to edit the form properties. but dont know how to extend/duplicate a page in felxible times.
    Please advise~ tks so much!!! George

  • Opening an AutoCAD file (.dwg)

    I am new at using Adobe Illustrator and I am having a problem when I try and open an AutoCAD file (.dwg).
    The file does not open to the right size, full scale.  And some of the radius do not open as radius but as angles.
    What am I doing wrong?

    You created an intersection/ boolean on the right, which is a different thing than a parametric blend/ fillet/ chamfer. Your size issues would depend on setting up your units in ACAD and on import. If set properly, AI should convert it 1:1, but you have to keep in mind that it operates internally on inches and points, so DPI settings may affect precision and interpretation of your file.
    Mylenium

  • Opening AutoCAD files in Illustrator CS3 - Jagged Curves

    When I open my 2004 format AutoCAD files, all the smooth polylines from CAD are made into jagged edges (a bunch of straight segments) in Illustrator. Does anyone know how to fix this to smooth them back out? Thanks,
    Matt

    Brandon one of the problems is that you guys spend time complaining about it but you don't file a bug report if a few of you did it would get adobe's attention and they probably would do something about it.
    If one person like myself does it it means that there is very little going on with this issue and it is probably user error. but if a group files then hey let's look at it.
    So file a report.

  • Adobe Deployment Toolkit error -1

    I'm having a horrible time trying to install CS4 via ARD and the adobe deployment toolkit.  I am getting error -1 back, and the following is in the log:
    [UberApp] Tue Jun  9 11:38:57 2009    main - START SESSION: AdobeUberInstaller
    [UberApp] Tue Jun  9 11:38:57 2009    main - Looking for AdobeUberInstaller.xml file
    [UberApp] Tue Jun  9 11:38:57 2009    main - Found AdobeUberInstaller.xml file
    [UberApp] Tue Jun  9 11:38:57 2009    XML - Processing xml file
    [UberApp] Tue Jun  9 11:38:57 2009    XML - Correct target OS detected
    [UberApp] Tue Jun  9 11:38:57 2009    XML - Created deployment xml file
    [UberApp] Tue Jun  9 11:38:57 2009    XML - Created override file
    [UberApp] Tue Jun  9 11:38:57 2009    XML - XML parsing successful
    [UberApp] Tue Jun  9 11:38:57 2009    Install - Proceeding to install application(s)
    [UberApp] Tue Jun  9 11:38:57 2009    Install - Performing network installation
    [UberApp] Tue Jun  9 11:38:57 2009    Mounting - Mount point created successfully: /tmp/.tempdirnp5dhpaE
    [UberApp] Tue Jun  9 11:38:57 2009    Mounting - Mounting Network location: 10.4.1.88/ADOBE_CS4  at mount point: /tmp/.tempdirnp5dhpaE
    [UberApp] Tue Jun  9 11:38:57 2009    Mounting - Trying to mount URL location: afp://10.4.1.88/ADOBE_CS4
    [UberApp] Tue Jun  9 11:38:58 2009    Mounting - Mounting server location return Error code: noErr  Description: Call succeeded with no error
    [UberApp] Tue Jun  9 11:38:58 2009    Mounting - Unable to mount network location at desired mount point, looking for if its already mounted somewhere else...
    [UberApp] Tue Jun  9 11:38:58 2009    Mounting - Detected network location already mounted at path: /private/tmp/.tempdirnp5dhpaE/ADOBE_CS4
    [UberApp] Tue Jun  9 11:38:58 2009    Unmounting - Skipping un-mounting mount point as it was not mounted earlier
    [UberApp] Tue Jun  9 11:38:58 2009    CleanUp - Deleting mount point...
    [UberApp] Tue Jun  9 11:38:58 2009    CleanUp - Deleting mount point failed
    [UberApp] Tue Jun  9 11:38:58 2009    Install - Installer path seems to be on network, not proceeding to delete the installer
    [UberApp] Tue Jun  9 11:38:58 2009    Error - Installation failed
    [UberApp] Tue Jun  9 11:38:58 2009    CleanUp - Deleted deployment file
    [UberApp] Tue Jun  9 11:38:58 2009    CleanUp - Deleted override file
    [UberApp] Tue Jun  9 11:38:58 2009    main - Exit Code: -1
    [UberApp] Tue Jun  9 11:38:58 2009    main - Terminating application
    It looks to me that sending the error code "noerr" back is causing some problem (why a successful mount would return an error code that says no error completely confuses me).   Not only that, but it leaves it mounted, and if you try again, it will create more mount points that need to be manually unmounted and paths deleted.
    Anyone know a fix for this?
    Thanks,
    Ryan

    Call Tech support Install issues are free.

  • Opening AutoCAD files

    Question:
    What Adobe drawing program will open AutoCAD DWG files made using a more recent AutoCAD application than AutoCAD 2007?

    One of the caveats is that, as the Illustrator CS4 Help file says,
    "Adobe Illustrator * Importing EPS, DCS, and AutoCAD files
    Importing AutoCAD files. Note: Illustrator will not open AutoCAD files saved in a
    version later than AutoCAD 2007. AutoCAD files include both DXF and DWG ...
    http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-..     64k"
    and that has been what I have encountered.
    Sorry, I don't know how to get this message back to the "forums" location.
    Thanks, anyway.
    Matt

  • How to connect autocad file to java swing

    hi,
    plz immediately tell me how to connect autocad file to java swing .
    plz help me
    it is very urgent

    Hi there
    See if the link below helps you out.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Autocad files and Illustrator

    I currently open Autocad files into Illustrator to prepare floor plans for publications. I use Illustrator CS and the drafting department uses the current AutoCad program. Inorder for me to open the Cad files the need to be saved back to the 2000 version. Is there a plugin I need to download to open the current version of Cad? I also can not open .dxf files only .dwg.
    Thanks,
    Emily

    First, you have posted your question in the forum dedicated to the operation of these Apple Discussions. You must have missed the announcement on the front page of this forum that this is not the place for technical questions.
    Since you question doesn't involve Apple software, the best place to start would be the web site for the software company. Perhaps the Adobe forums are a good starting point for your question.

  • Delete file from adobe reader?

    hi guys..i want delete file from adobe reader after download from email. unfortunately i cant see any delete icon in my file. Any ways to delete it?

    Check out the new and FREE 'AIR Browser' File Manager in appworld. You can use it to create/rename/delete folders and sub-folders, it can also copy, cut, paste and delete files.
    Jerome
    If a post was helpful, please click the kudos star button below it.
    If a post solved the problem you raised in your thread, click on 'Accept as Solution'.

  • Trying to drag pdf files i have and combine them into one pdf file in the account i just purchased with Adobe. when i drag a pdf file over Adobe doesn't accept it. says it can not convert this type of file. but it is an Adobe file. Do I need to change it?

    Trying to drag pdf files i have and combine them into one pdf file in the account i just purchased with Adobe. when i drag a pdf file over Adobe doesn't accept it. says it can not convert this type of file. but it is an Adobe file. Do I need to change it in some other form befor dragging it?

    Hello djensen1x,
    Could you please let me know what version of Acrobat are you using.
    Also, tell me your workflow of combining those PDF files?
    Please share the screenshot of the error message that you get.
    Hope to get your response.
    Regards,
    Anubha

  • Playing inserted avi files in Adobe Acrobat 9 or later

    A user has inserted avi files into Adobe and it always worked up to version 8.1.
    Any version later than that, the avi files will not play anymore.
    Is there any way to make them play or will all his files need converted to another source?
    Converting them all to a different format would be quite the task as there are many videos involved.
    Thanks, Jeff

    You can't edit Excel files in Adobe Acrobat.

  • Can some help with CR2 files ,Ican`t see CR2 files in adobe bridge

    can some help with CR2 files ,I can`t see CR2 files in adobe bridge when I open Adobe Photoshop cs5- help- about plugins- no camera raw plugins. When i go Edit- preference and click on camera raw  shows message that Adobe camera raw plugin cannot be found

    That's strage. Seems that the Camera Raw.8bi file has been moved to different location or has gone corrupt. By any chance did you try to move the camera raw plugin to a custom location?
    Go To "C:\Program Files (x86)\Common Files\Adobe\Plug-Ins\CS5\File Formats" and look for Camera Raw.8bi file.
    If you have that file there, try to download the updated camera raw plugin from the below location.
    http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=5371&fileID=5001
    In case  you ae not able to locate the Camera Raw.8bi file on the above location, then i think you need to re-install PS CS5.
    [Moving the discussion to Photoshop General Discussions Forum]

Maybe you are looking for