Questions tagged [autodesk]

Autodesk Inc. is an American multinational corporation that focuses on 3D design software for use in the architecture, engineering, construction, manufacturing, media and entertainment industries.

981 questions
0
votes
2 answers

How do you assign a keyboard shortcut or hotkey in sketchbook pro?

I'm using Sketchbook pro for mac, the documentation that states: "Many of the tools found in the lagoon and menus have assigned hotkeys. You can also check out the Preferences window for a list of them or to remap a tool." However, the link they…
mbigras
  • 7,664
  • 11
  • 50
  • 111
0
votes
0 answers

Get handle code from selected 3D solid

I am using Autodesk design review control in a userform & I want to get the handle code from a 3D solid object, also I want to get some properties for the object like layer name, color, etc.. I tried two code solutions as listed below but still…
Doicare
  • 361
  • 1
  • 3
  • 15
0
votes
1 answer

Autodesk autocad dimensions?

How do I add this annotation? It is a dimension between two lines but it is angled. By default it draws it straight out from the points.picture of what i need to draw
0
votes
1 answer

AutoCAD .SendStringToExicute ATTEDIT not selecting selected object

Trying to run ATTEDIT from the Command line after double clicking and have it select the previously selected item. I've intercepted the double click event and can run ATTEDIT, but when I try to pass the position through to the "ATTEDIT Select a…
Corey
  • 835
  • 1
  • 9
  • 32
0
votes
0 answers

Selecting vertices that are visible from a particular position

how to determine which vertices of buffer geometry are visible from a particular position in the scene? I am using Autodesk view and data api and raytracing doesn’t seem to work. The purpose is to apply functions to only parts of 3D objects that is…
Dheyaa
  • 5
  • 4
0
votes
1 answer

Photogrammetry: Software to modify/correct details in 3D objects

I started to work with 123D Catch and Blender a while ago. I made some photos and created 3D object in 123D Catch. Next step is to put it into Unity. But before it I need to correct some details (some edges have inappropriate shape, colour is missed…
Amelia
  • 23
  • 2
0
votes
1 answer

DWF Viewer Library - Android

I want to create an Android app which needs to open DWF files within the app and I don't want to launch any other app to view them. I have not found any DWF viewer libraries that can be integrated with our app as in case of PDF, libraries are…
0
votes
2 answers

How to see if a door faces outside

I'm working on a pathfinding program in revit. In order to get this to work I need to know what doors face the outside, in order to find this I have several ideas but am unsure how to get any of them done. 1 something with topolegy and looking at…
Thijser
  • 2,625
  • 1
  • 36
  • 71
0
votes
1 answer

AutoDesk View and Data API - return position of selected element

Question: I've been using the AutoDesk View and Data API, and I've been curious to know if it was possible to return geometric information about a selected element. Ideally, I want the position, size, angle, type of shape, etc., of a selected…
Nick Bull
  • 9,518
  • 6
  • 36
  • 58
0
votes
1 answer

Strange errors when trying to make HTTP requests with SolidWorks VBA

I need to integrate the Autodesk PLM 360 service into SolidWorks and am using VBA to accomplish that. In order to initiate the HTTP requests, I am using the following code: Dim objHTTP As MSXML2.ServerXMLHTTP Set objHTTP =…
tlewis3348
  • 424
  • 2
  • 7
  • 21
0
votes
1 answer

How to integrate Autodesk LVM in rails

I am going to build rails app which contain CAD files i want to upload that files on Autodesk(http://www.autodesk.com/) and store their URN in DB.
SarKar
  • 99
  • 1
  • 7
0
votes
1 answer

Imported .fbx model Is Transparent

My model seems importing correctly but maybe I'm not setting something right? My fbx model that I imported has number of Mesh filters underneath it . Each Mesh filter's Albedo does map to an image that I imported underneath my Assets folder (see…
Mike6679
  • 5,547
  • 19
  • 63
  • 108
0
votes
0 answers

SolidWorks/Inventor/Catia circuit simulation?

I use Labcenter Proteus Circuit simulation - you create circuit design, then apply current and see simulation in action - for example leds are blinking, or motor is rotating. If there is microcontroller - say AVR, you just load compiled hex file for…
sandric
  • 2,310
  • 3
  • 21
  • 26
0
votes
1 answer

Direction of Ik Handle Tool and joints

So, in Autodesk Maya, I have joints attached to my character's body. Then I put a IK Handle to make movements, but in this case, in the legs (see image below) the movement happens wrong because when selected a move tool for up (x), the knee goes to…
Anderson
  • 363
  • 2
  • 5
  • 14
0
votes
1 answer

How do I tell a VB.NET app to wait until the document is loaded?

I am curious how I can tell my application to wait until my document is loaded. Currently, I have a code that is activated on a button.click event. A section of the code is: System.Diagnostics.Process.Start(oInitialPath & ".idw") oDrawingDoc =…
RBuntu
  • 907
  • 10
  • 22