Skip to main content
Autodesk India Community logo
Login | Register
  • Home
  • Resources
  • Blog Roll
    • Autodesk Labs
    • Autodesk Videos
    • CAD Professor
    • Computer Graphics India
    • Inventor Certification
    • Inventor talks
    • Lynn Allen
    • Mastering CAD
    • Shaan Hurley
    • Small Guru
    • Subhendu 3D
    • What A Mesh
    • Mastering AutoCAD
  • Forums
    • Getting Started
    • AutoCAD General
    • AutoCAD Topic Specific
    • AutoCAD Customization
    • AutoCAD LT
    • Autodesk Inventor
    • Autodesk Revit
  • Social Media
    • Facebook
    • Twitter
  • Contact Us
    • Autodesk Communities
    • Community Contributors
  • Autodesk India
AutoCAD 2014

Learn more about AutoCAD 2014 and its features

Learn More
AutoCAD LT 2014

Learn more about AutoCAD LT 2014 and its features

Learn More
Autodesk Inventor 2014

Learn more about Autodesk Inventor 2014, new features 

Learn More
Autodesk Revit 2014

Learn more about Revit 2014

Learn More

AutoCAD Customization

Can anyone please share the iwan.shx font?

AutoCAD Customization: Visual LISP, AutoLISP and General Customization - Mon, 2013-05-20 17:01

I really need this font "iwan.shx" please share it with me if you have it. It is supposed to be in Arabic language or something like that.

 

Thanks in advance...

Categories: AutoCAD Customization, Autodesk Forums

How can I make a startUp Exe for Startup AutoCAD

AutoCAD Customization: Autodesk ObjectARX - Mon, 2013-05-20 13:32

I have dev a set of arxs programs,Now I want to develop a startUp.exe which can startUp AutoCAD and Let it search for acad.rx file in the folder where the startUp.exe located.

 

the Arxs that acad.rx file contains is also in the same folder.

 

More details or code will be prefer.

Categories: AutoCAD Customization, Autodesk Forums

Controle de Vba

AutoCAD Customization: Visual Basic Customization - Mon, 2013-05-20 06:19

Boa noite pessoal eu trabalho com vba e gostaria de saber se é possivel no momento de rodar o programa fazer con que ele possa ler o ip do computador que está rodando, e se for igual ao que foi determinado então execute senão ele não execute o programa.

 

Aguardo alguma sugestão, e desde já agradeço

Categories: AutoCAD Customization, Autodesk Forums

Retrieving # of entities in a dynamic block ?

AutoCAD Customization: Visual LISP, AutoLISP and General Customization - Sun, 2013-05-19 22:39

I am modifying stuff in a dynamic block insert entitity. There is no "endblk" entity at the end of these definitions and I need to cycle through every entity within the block definition. When it gets to the last entity,  I get an error because you cannot entnext passed the last entity. There are 2 things I could use help with:

 

1. How to retrieve the # of entities in a block without cycling through it.

 

Or

 

2. A quick lesson in the *error* function, I cannot figure out how to implement this. I basically want to to say:

(if (entnext myent)) returns a error, don't abort & continue on.

 

Is this possible ?

 

Thanks

Categories: AutoCAD Customization, Autodesk Forums

How can I show one Entity middle of the screen using code

AutoCAD Customization: .NET - Sun, 2013-05-19 14:21

I want to show one entity middle of the screen and highlight it? is there any way? Maybe use zoom?

Categories: AutoCAD Customization, Autodesk Forums

How can I insert rasterImage but not depend on the ori file outside?

AutoCAD Customization: .NET - Sat, 2013-05-18 14:24

How can I  bind the rasterImage as part of dwg file not depend on the ori file outside?

I use the imageattach order, However  when i delete the ori image or send the dwg file to others

the image is wrong.  How can i solve it ? Thanks.

Categories: AutoCAD Customization, Autodesk Forums

Where is the developer documentation in map 2014?

AutoCAD Customization: Visual LISP, AutoLISP and General Customization - Sat, 2013-05-18 13:55

I've just downloaded autocad map 2014, but I can't find the developer documentation. I can find some crap in the general help referencing lisp and vba, but no clearly organized developer documentation. In the previous versions there used to be an acad_devxxx.chm  file, that was perfect for the job, but I can't find anything similar here. Do I really need to install an earlier version and copy the file from there?

 

Categories: AutoCAD Customization, Autodesk Forums

I want to read data from a DWG excel file using C#.

AutoCAD Customization: .NET - Sat, 2013-05-18 13:40

this dwg file data reading with c#?

Categories: AutoCAD Customization, Autodesk Forums

detect intersection of line and circle

AutoCAD Customization: Visual LISP, AutoLISP and General Customization - Sat, 2013-05-18 05:18

how do you detect the intersection of a line and circle or arc

Categories: AutoCAD Customization, Autodesk Forums

Multileader Block Attributes

AutoCAD Customization: Visual LISP, AutoLISP and General Customization - Sat, 2013-05-18 03:13

Entity name of  MULTILEADER they have 3 (assoc 10 ) the first (10 4.11 7.0 0.0) is end points to the tab by the dimenson the next one (10 3.75 7.0 0.0) is the other end point of the tab and the last one (10 2.75 6.0 0.0) is to where the arrow head is how do you have it get it pick the second and third 10 this will only pick the first one (setq pt1 (cdr (assoc 10 (entget (car ML))))) 

Categories: AutoCAD Customization, Autodesk Forums

turn on/off annotative

AutoCAD Customization: Visual LISP, AutoLISP and General Customization - Sat, 2013-05-18 02:13

Hi Guys,

 

when a text is selected, in properties palette the Annotative field can be turned on/off  - how can i do it programatically?

 

activex doesn't not have a propertiy for it. i presume it is in xrecords but could not find it.

 

 

thanks in advanced

Moshe

 

 

Categories: AutoCAD Customization, Autodesk Forums

Standalone ObjectARX application hosted in windows service, is it possible?

AutoCAD Customization: Autodesk ObjectARX - Fri, 2013-05-17 23:53

Hi,
We are trying to write a windows service and manipulate DWG files there. In our computer we have already AutoCAD installed. 
It seems with ObjectARX , it is just possible to write .Net dlls which will be hosted in AutoCAD application not any standalnoe application.Did we get it right?

we know about RealDWG but the problem  is that we also need ability to plot(save) manipulated files, which is not possible with RealDWG.
Is there any other solution for writing a standalone application can manipulate and plot( pdf) DWG files?
Is there any solution with AUTODESK product for our problem?

Thanks .

Categories: AutoCAD Customization, Autodesk Forums

Keyword dropdown list

AutoCAD Customization: .NET - Fri, 2013-05-17 22:43

Is there a way to force enable the PromptKeywordOptions dropdown list that appears in the drawing pane of newer versions of AutoCAD?

 

For some reason it appears on some cases and not others. Exactly the same code and I can't figure out why it dosn't.

 

Also, some of our computers don't seem display the dropdown list at all. Not the right forum but is there a manual setting to enable that?

Categories: AutoCAD Customization, Autodesk Forums

Modfiy Profile View Direction

AutoCAD Customization: .NET - Fri, 2013-05-17 22:24

For Civil 3d 2013, im looking for a method to change the Profile View Direction of a Profile View Style in VB.NET.

Categories: AutoCAD Customization, Autodesk Forums

Alternative to dynamic blocks

AutoCAD Customization: .NET - Fri, 2013-05-17 22:12

I currently have dynamic blocks that I insert into a drawing. Grip points modify them.

 

Ideally the user can stretch the inserted objects without needing the grip points so that they behave like normal drawing entities.

 

If I apply parametric constrains to a set of objects and GROUP them, the object behaves the way I want but I don't know how to insert the group or reference its properties.

There are no parametric dimensions in the properies pane when a constrained group is selected.

Is there an alternative to Block and Group that would allow this?

 

 

 

 

 

 

Categories: AutoCAD Customization, Autodesk Forums

help needed

AutoCAD Customization: Visual LISP, AutoLISP and General Customization - Fri, 2013-05-17 21:43

I prepared a simple code to make a char table.

It is very easy, but did not work!!

 

can anybody tell me what is the problem?

 

(Defun C:CharMap () (setq cnt 1) (setq r_cnt 0.0) (setq ts 16) ;;16x16=256 char (setq x 0.0 y 0.0 sub_y (- y 0.1)) (repeat ts (repeat ts (command "text" "j" "mc" (list x y) "0.05" "0" (chr cnt)) (command "text" "j" "mc" (list x sub_y) "0.05" "0" (itoa cnt )) (setq x (+ x 0.2)) (setq cnt (1+ cnt)) );repeat (setq x 0 y (- y 0.2)) (setq sub_y (- y 0.1)) );repeat (command "zoom" "e" "zoom" "0.75x") )

 Thanks,

Abbas

Categories: AutoCAD Customization, Autodesk Forums

Overlapping Dimension

AutoCAD Customization: Visual LISP, AutoLISP and General Customization - Fri, 2013-05-17 21:36

Anybody have a suggestion to find overlapping dimensions ?

ie: Have a dimension of 2'-0" with a dimension beside of 3'-0" which is correct

BUT

A too quick drafter would have a dimension of 2'-0" and a dimension beside of 5'-0" beacuse the 2'-0" dimension is on top of the 5'-0" dimension. The 5'-0" dimension would be the overall distance of the 2'-0" + the 3'-0" dimension.

 

Both of the dimensions are correct but they are on top of each other.

 

 

Categories: AutoCAD Customization, Autodesk Forums

How to set the dimension break size in autolisp

AutoCAD Customization: Visual LISP, AutoLISP and General Customization - Fri, 2013-05-17 21:02

I there any way to set the dimension break size in autolisp

Categories: AutoCAD Customization, Autodesk Forums

Maximum Number Of Lisp Files Compiled to a single VLX File

AutoCAD Customization: Visual LISP, AutoLISP and General Customization - Fri, 2013-05-17 20:24

I just noticed that I can't put any more than 11 lisp files when trying to make one VLX file.

 

Does this sound true to anyone?

 

I wanted to break out all of our lisp commands to their own file, so that it is easier to track down and troubleshoot (I guess that's a matter of opinion).

 

If this is normal or expected behavior, is there anyother way that i accomplish what i'm trying to do?  I want a lot of lisp files, but i only wnat one file for users to load into their start-up suite or what have you.

 

Thanks

KP

Categories: AutoCAD Customization, Autodesk Forums

2014 and keyboard context menu key

AutoCAD Customization: Visual LISP, AutoLISP and General Customization - Fri, 2013-05-17 18:41

switching from 2010 win xp to 2014 win 7

i need my specific user interface  , and cant replicate it because of this issue  :

 

i used to press context menu key on keybard to make edit menus pop up . 

 in 2014 even though its same settings  (show context menus and time sentive click)  i ve lost this ability .

 

either menus dont appear at all or they are replaced by the small command line context menu 

i think this suggest new command line features are messing with right click options

 

interested in suggestions about any variable i can turn off , or else to go back to normal 

 

 

Categories: AutoCAD Customization, Autodesk Forums
  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last »

Individual forums:
- Visual LISP, AutoLISP and General Customization
- Visual Basic Customization
- Autodesk ObjectARX
- .NET

    © Copyright 2013 Autodesk, Inc. All Rights Reserved. Legal Notices & Trademarks - Privacy Policy

    Syndicate content