AutoCAD .NET :: Bluebeam And Unable To Cast Object Of Type

Oct 31, 2007

i have a vb.net dll in network drive,everything is OK except on one machine which installed bluebeam, error msg as below:

Unable to cast object of type 'Bluebeam.Interop.acad16.AcadDocumentClass' to type 'Autodesk.AutoCAD.Interop.IAcadDocument'.

in my code,nothing is related to Bluebeam.

View 2 Replies


ADVERTISEMENT

Photoshop :: Cast A Shadow But Not Render Object?

Aug 6, 2013

In PS CC, is it possible to render a 3D shadow + reflection, but have the object that is casting it invisible? So the end result is a shadow/reflection on it's own separate layer?

View 4 Replies View Related

Illustrator :: Unable To Type Vertical Letters With The Vertical Type Tool?

Apr 15, 2013

I choose the vertical type tool or the vertical type on a path tool or the vertical area type tool...and all I get are letters that are rotated 90 degrees clockwise that go down in a vertical line.  The effect is the same as if I took one of these lines that I am typeing here and rotated the entire line 90 degrees clockwise.  That is not the effect I want.  I am tying to get vertical letters stacked on top of one another in a line going vertical.  I watched videos and they simply pick the tool and it functions this way, but when I pick the same tool I do not get this vertical orientation of the individual letters, but the 90 degree rotated letter. 

View 5 Replies View Related

AutoCAD .NET :: Create New Object Type

Sep 18, 2012

How can we define new object type in c#.net?

View 2 Replies View Related

AutoCAD .NET :: How To Find Object Type

Apr 25, 2012

I'm quite new to .NET in AutoCAD, in an Acad plug-in, I need to get the list of standards associated to the current drawing

So far, I've got:

Dim nod As DBDictionary = tr.GetObject(db.NamedObjectsDictionaryId, OpenMode.ForRead)Dim id As ObjectId = nod.Item("AcStStandard")
 
I do get the object ID of the AcstStandard dictinary. So far so good, but then ???

Can't seem to find an object type to do the tr.GetObject(id, OpenMode.ForRead)

There's stuff for layouts etc... but not for standards.

View 7 Replies View Related

AutoCAD .NET :: Get Type Of Solid3D Object And Its Parameters?

Feb 27, 2013

Is there a way to get the type of the Solid3d object and its parameters?

E.g. Type = Box, Height = 100, Width = 200, Length = 100 (Or something like that)

View 8 Replies View Related

AutoCad 2D :: How To Delete Specific Object Type

Nov 9, 2013

I have a big complicated mesh surface and under every mesh edge there is a line (I have imported it from another software). Now I want to delete lines but I cant select them one by one because it take too long.

View 4 Replies View Related

AutoCad :: Snap Point Type Of Object?

Sep 7, 2011

Using AutoCAD from another drafting program and trying to determine if AutoCAD has a feature I have become used to. The program I am using is Vectorworks and they have these items called loci. They are basically just snap points that do not print and are not actually geometry. They are great though for aligning items and referencing points. Is there a similar item in autocad?

View 1 Replies View Related

AutoCAD 2010 :: Unable To Read Line Type Properties And View?

Mar 12, 2013

I have several students working in 2012 or 2013 PC & Mac education edition who set the line type properties correctly but the line does not "read" correctly.  Checked global scale factor, listed the content to confirm layer and line type as hidden, etc., checked the properties, made sure the line type and color were set to "by layer".  It doesn't matter between model or paper space - the lines will not read. 

View 6 Replies View Related

AutoCAD .NET :: Iterate All Entity In Block And Display Type Of Object

Aug 12, 2013

I would like to iterate all entity in Block and display the type of the object. For example: LINE, BLOCK REFERENCE, LWPOLYLINE, TEXT . . . .

I currently have:
 
For Each Ent as ObjectId In CurrBTR Debug.pring (Ent . . . .)Next

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Bad Argument Type / VLA-object Collection

Aug 6, 2013

I discovered yesterday my burst lisp routine isn't working. It gives the following error message:

bad argument type: VLA-object collection: #<VLA-OBJECT 0971e1d4>

The routine does not appear to have changed. But here is the
 
(Defun C:BURST (/ item bitset bump att-text lastent burst-one burst BCNT BLAYER BCOLOR ELAST BLTYPE ETYPE PSFLAG ENAME ) ;----------------------------------------------------- ; Item from association list ;----------------------------------------------------- (Defun ITEM (N E) (CDR (Assoc N E))) ;----------------------------------------------------- ; Error Handler ;----------------------------------------------------- (acet-error-init (list (list "cmdecho" 0 "highlight" 1 ) T ;flag. True means use undo for error clean up. );list );acet-error-init ;----------------------------------------------------- ; BIT SET ;----------------------------------------------------- (Defun BITSET (A B) (= (Boole 1 A B) B)) ;----------------------------------------------------- ; BUMP ;----------------------------------------------------- (Setq bcnt 0) (Defun bump (prmpt) (Princ (Nth bcnt '("
-" "
\" "

[code]....

View 6 Replies View Related

AutoCAD 2013 :: Quick Select Only Shows Multiple Under Object Type

Jun 12, 2013

Civil 3D 2013
Windows 7 x64

I've found several people that had this problem through searching, but none of the fixes worked for me.  I'm unable to use the quick select feature as it does not list anything other than "multiple".  I've tried different files, different selections, repaired the installation, complete reinstall, updated with SP1 and hotfix 3 to no avail.  I also have Autocad 2007 with SP 1 installed, as well as Autocad Architecture 2014, if that makes a difference.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Determine Type Of Object That User Selected?

Mar 1, 2012

Is there a way to determine the type of ACAD object that the user selected? I need to retrieve the value from either a dimension or text. The info could be in either format so the lisp routine needs to determine what was selected so the correct vla-get command is used.

Once I determine what the object is I can use an if statement to retrieve the value.

;user selects the object
(setq dimobj (vlax-ename->vla-object(car(entsel))))
;If ACAD object is a dimension do this.
(setq dimvalue (vla-get-textoverride dimobj))
;If ACAD object is text do this.
(setq dimvalue (vla-get-textstring dimobj))

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Check Object Type Of All Objects In Model Space

Feb 25, 2013

Without opening the drawing...

How can I iterate through and check the object type of all objects in model space?  And... then delete them if they are certain types... like lines, circles, polylines, text, mtext, etc?

View 2 Replies View Related

CorelDRAW X5 :: Unable To Post Any Type Of Media

Apr 23, 2012

I am unable to post any type of media as well as profile photo.Either the site is offline or an unhandled error occurred.

View 4 Replies View Related

Photoshop :: Unable To Type Lowercase Text

Dec 12, 2007

Problem: Unable to type lowercase text in PS.
Version: CS2
OS: Windows XP

View 2 Replies View Related

Photoshop :: Unable To Use Type Tool In Lowercase With CS5 / OK With Elements?

Oct 3, 2013

Problems with Type Tool in lowercase using CS5 OK with Elements, WHY? I have tried uninstalling CS5 and reinstalling the programme without success.

View 3 Replies View Related

Photoshop :: Unable To Add Adobe Open And Type 1 Fonts In XP/SP3

Dec 11, 2008

Since applying the latest Microsoft updates to XP/SP3 last week I can now no longer add Open Type 1 or Type 1 fonts to Fonts in Windows, and therefore can't add more fonts for use in Photoshop CS3. I tried a new hard drive, reloaded with XP/SP3 plus updates and the exact same thing occurs. Any of those types of fonts I try to add come up as corrupt/can't load, when in fact they are not corrupt and the exact same font files load with no problem in another XP/SP3 machine that hasn't had the updates applied, and they also load without a hitch in a Vista machine. Anyone else, who has all the updates installed noticing this? Anyone have a solution? I know that this isn't exactly 100% related to Photoshop only, but it does affect the program.

View 1 Replies View Related

Illustrator :: Unable To Create Outlines With Type On Path

Sep 8, 2012

I'm using Illustrator CS4. I am unable to Create Outlines for a font after I had used the type on the Path Tool. I had used the ellipse tool to create a closed circular path, then I selected the Type on a Path tool. I selected my text using the arrow tool and ctrl-shift-o (Create outlines) and then I receive the message: "Can't Create type outlines." Not quite sure why this is happening. Did I miss something? The thing is this - my type is in the position and alignment that I want and I don't necessarily want to work with the Type as a Font but as vector shapes.

View 3 Replies View Related

AutoCAD .NET :: Unable To Add Hatch In 3D Object?

May 11, 2012

I've got some troubles to add some hatchs in a 3D solid, or a 3d face etc, in autocad windows, without .net addon.

I can add a hatch, but the hatch is on a plane at the bottom of the solid, but not around the solid.

Is there any ways to do this programmatically?

View 1 Replies View Related

AutoCad :: Unable To Remove OLE Object

Feb 21, 2013

I inserted an OLE object (a pdf) onto paper space and now I cannot grab it to get rid of it.

View 4 Replies View Related

Illustrator :: Unable To Reduce Type Size And Change Color?

Feb 8, 2013

I have a task I need to perform often. I create charts that have descriptive texts below bars. There are two lines of text... a company name, then data on the second line. The text is at a slant, so each bar has its own separate text (i.e., I can't create it as one continues piece of text... but the text below each bar —the two lines— are connected). I want the first line of text to be 8 points and 100% black. The second line of text is to be 7 points and 50% black. So let's say the text is 8 pt Arial. I highlight the second line and run the action on it to reduce it down to 7 points. No problem. Then I run a second action (ideally, I'd like to combine actions, but I can't as you'll see in a moment...) which turns that second line to 50% black. BUT... it turns BOTH lines to gray... not just the line I have highlighted. How can I stop it from doing this? It seems like if I have only certain text highlighted, it should only apply changes to that particulat text! Not ALL of it.
 
I'd like to combine both actions so that all I have to do is highlight the second line and run both actions. But I can't do that at the moment
 
I'll attach some photos that will hopefully make this make more sense.
 
I'm using CS6 on a Mac. The charts are initially generated online, if that makes a difference.

View 1 Replies View Related

Photoshop Elements :: 10 - Unable To Load RAW Image / Type Not Supported

Oct 14, 2012

unable to load RAW images to Photoshop elements 10 / tells me that the file type is not supported.

View 8 Replies View Related

Lightroom :: Unable To Select Paper Type For Epson DX8400

Dec 10, 2012

I am trying to print on photo paper from Ligthroom 4 with the Epson DX8400 printer, on Windows 8. Yet I can't change the paper type. Is it possible that Lightroom doesn't like Windows 8 or is more likely that my printer doesn't like Windows 8?The screenshot shows all that I am offered in the porperties section

View 4 Replies View Related

Illustrator :: How To Get Type-on-path To Wrap Object

Oct 1, 2012

I have a created a spiral path and added type to it. This spiral circles a planet-like object. This object is not completely circular, therefore overlaps some of the spiral. I would like the type on the spiral to wrap these protrusions. And I have tried the usual way of applying a text wrap (object > text wrap > make). The type on path doesn't seem to recognize the text wrap.

View 3 Replies View Related

AutoCAD Map 3D :: 2011 Unable To Select Object?

Feb 24, 2011

When I select an object to move I am unable to snap to the grips of the object or any other object close or any intersections.  I have double and triple checked my osnap settings.  Also, If I select a circle to move I am unable to select the center of the circle through additional osnap settings.  One last issue, If I select an object and do a copy with base point command, I am unable to select a definitive base point.  No grips or intersections show up.

My co-workers are able to do these functions but I am not.

View 2 Replies View Related

AutoCad 3D :: Unable To Extrude Selected Object

May 11, 2011

I am getting the error message 'Path curve is coplanar with or tangent to the plane of the profile curve.Unable to extrude the selected object.'

when I try an extrude this shape around this rectangular shape below.

extrude.gif

extrude2.gif

View 5 Replies View Related

Photoshop Elements :: Unable To Type In Lower Case Letters Of Any Font

Dec 10, 2013

I am suddenly unable to type in lower case letters of any font... why is this?

View 2 Replies View Related

AutoCAD 2010 :: Unable To View Object Data

May 28, 2013

This is an AutoCAD 2011 related question about being unable to see under properties objects that I have attached to polylines in AutoCAD Map3D.

I have created an map3d .dwg that the polylines and points have attributes attached (objects). However, when I access the same file in plain AutoCAD nothing appears under properties.

Is is a format, import settings tweak or simply it can not be done?

View 1 Replies View Related

AutoCAD 2010 :: Unable To Revolve Selected Object?

Oct 4, 2012

i am drawing a chamfered-counterbored cylinder... i meet the problem: unable to revolve the selected object ! After i convert the object i drawng to closed Polyline path with the Pedit command, it cant be revolve ! 

View 1 Replies View Related

AutoCAD 2010 :: Unable To Sweep 1 Selected Object?

Jul 28, 2012

I've been following the Convert 2D to 3D video that is given in the Help section of AutoCAD 2012, and whenever I try to sweep the handle using the same methods that were used in the video it says that it is unable to sweep 1 selected object (when I select the path). I've attached the DWG file.

Also, when I went to use the 3D align feature I did exactly as the video did, but my handle wouldn't align with the side of the mug. It kept lining up with the side but never between the top and bottom of the mug like you'd expect. I kept having to move it to get it down where it needed to be.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved