CorelDRAW X5 :: Object Or With Block Variable Not Set

Aug 25, 2011

I am new to macros and vba, i want to make a script that generate some lines from selected nodes. Here is my

Sub Macro()    Dim nr As New NodeRange    Dim n As Node    Dim ghid As Shape        If ActiveShape Is Nothing Then        MsgBox "Selecteaza intai Gheorghe, care esti tu Gheorghe", vbCritical        Exit Sub    End If 

[Code] ...

View 3 Replies


ADVERTISEMENT

AutoCAD Inventor :: Add Sheet Name To Title Block Of Drawings With Variable?

Apr 15, 2009

Is there a way to add the sheet name to the title block of drawings with a variable?

I can add the sheet number, revision and size but not the name. Why not?

View 8 Replies View Related

AutoCAD 2013 :: Drawing Variable And Block In Tool Palettes

Nov 19, 2013

I just made the transition from AutoCAD 2009 to 2014 last week so I am unfamiliar with this version.

1-It's possible to have variables that are attached to the file?

2-It's possible to insert a block of ToolPalettes by "forcing" the layer and size with the variables created.

ex :  block outlet created on the layer 0

Drawing A:
variable layer = power
variable size = 1/4

When I insert the block outlet from my Tool palettes it will be on the layer "PPOW" and perform a scale of "48"

Drawing B:
variable layer = LowPower
variable size = 3/8

When I insert the block outlet from my Tool palettes it will be on the layer"LPOW" and perform a scale of "32"

View 9 Replies View Related

AutoCad :: Variable Text And Block Size For Different Scale Sizes

May 15, 2012

Is there a way to have VARIABLE text size AND BLOCK SIZE autocad 2012, for different scales sizes? To sum it up I am running 1/8th scale on some of the pages in the set with a 1/4 blow up section. I use addressable devices so it is a lot of work to change all the text Is there anything that will auto-update the text size per scale with out having to go through my drawing and repeat all the text and VPfreeze it?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Update Block Attribute With Variable

Mar 8, 2013

I would like to create a lisp that does the following:

Update a titleblock attribute with a $variable.

The titleblockname is variable / not static.

The attribute is not variable / Static, DW_SCALE

The titleblock is always places on the same layer, BL$4----

The (custom)-plotscale is stored in the $var "gvpsc".

I've tried to ajust the following lisp code. But I couldn't extract the part I need.

The problem is, the code checks all the layouts and updates all the titlblocks one by one.

Truely a good code. 

The only problem is, I don't have multiple layouts and I have a variable titleblock name.

Here is to code i've tried to convert to something I could use.

(defun C:UPD-DPC () (setvar "cmdecho" 0) (setq blkname "DPC-STEMPEL");(getstring "
Enter the name of block to update: ")) (setq att1 "DW_DATE");(strcase(getstring "
Enter the name of the attribute to change: "))) (setq newatt (strcase(getstring "

[Code] ....

View 9 Replies View Related

AutoCAD 2013 :: Locating A System Variable - No Block Preview On Cursor

Aug 17, 2013

I'm having trouble finding a system variable.

I have blocks in a drawing that were made using the 'retain' method.  WHen I go to insert the block I cannot see the block preview at the crosshair cursor.  The block only becomes visible once I have clicked the left mouse key at the insertion point.

This means I can't rotate it either as I can't see it until I have clicked to place it.

Which system variable (And what setting) will allow me to see the block as I'm inserting it?

View 9 Replies View Related

AutoCad 2D :: How To Regroup Dimensions With System Variable Of (0) To (2) Without Redimensioning Object

Sep 18, 2012

Is there a way to regroup dimensions origainally drawn with a system variable of (0) to (2) without redimensioning the object?

View 9 Replies View Related

InDesign :: How To Make A Variable Object Style (fill) To Be Triggered By Running Header Change

Mar 28, 2014

I have a long document with text variable running headers along page edges. Behind each running header on the Master Pages, there is a black band. I want the color black to change to several different fill colors, when the running header changes, to define different "sections."

It's one document, no separate chapters or sections, at this point. See attached image.

Is there a way to tie the fill color of these colored bands to the running header so that it changes when the running header does? I think what I'm looking for is a way to make a variable object style (fill) to be triggered by the running header change. I have no experience writing scripts, but am willing to try. Plan B will be to unlink the master items and manually recolor on each page.

View 10 Replies View Related

Illustrator :: Object Layering Opacity - Fill Doesn't Block Out Object Paths Beneath

Jul 14, 2013

I am having some trouble with a file in Illustrator CS6. Within a layer, when I add a fill to an object, the fill doesn't block out the object paths beneath. For instance, say I have a square object overlapping a circle object in Layer 1. The square object is above the circle in the layer. When I add a fill to the square, the circle stroke still shows through the square even though the overlapped part should be blocked out by the fill. The square is set to normal visibility, and I have made sure that there are no duplicate paths that would account for what I am seeing. (I.e., it's not a case where there's a second identical circle path that is on top of the square, so that it remains visible in spite of the fill.)
 
Other details:
- I'm mainly working with a white fill, but the problem is the same with fills of any color
- When there's a fill color in the circle path as well, the circle's fill color *is* blocked out—just not its stroke.
- I have restarted Illustrator and restarted my computer and these have not changed anything.
- There are other layers within the same document where the normal layering rules work.
- I tried copy/pasting some of the problem objects into a new document, and in the new document, the fill works properly.
- If I move the problem objects to another layer, then the fill works as it should. But as I'm dealing with a number of paths, it doesn't make sense to create a layer for each to solve the problem.
 
I can't tell if it's a matter of working in too large or complex a file.

View 13 Replies View Related

CorelDRAW X4 :: Plugin Variable Data Print System

Jan 15, 2009

I have a question if there is some kind of plug in for Coreldraw to easy make personalized printing?

For example Kodak calls it Variable Data Print System and you can easy starts personalizing your bussiness cards.

Is there some kind of plug in aviable?

View 5 Replies View Related

GIMP :: Unbound Variable Error With No Variable?

Nov 5, 2013

I'm attempting to write a batch script to add some layers to a pre-existing image and save a copy. I've gone through the tutorial, and have run the demo code from Basic_Batch with no errors, but my (what I think of as simple) script throws an "Error: eval: unbound variable: ?" It also seems to cascade the error to other scripts, as I then get "unmatched parentheses: 2" errors from what I assume to be the script immediately following my own during Script-Fu load. This occurs whether running from batch or clicking "Refresh Scripts" from the Script-Fu menu.

What I could find on this forum and Google suggests that I may be required to 'define' one or more of my variables before using it, but for the life of me, I can't figure out which one that would be, and the error (reporting that '?' is undefined!?) I've quintuply (probably more ~_^) checked my parenthesis matching, but they look fine to me.

In case this was an encoding issue, I've tried saving my .scm file as both UTF-8 and ANSI. I should also note that I'm running Windows 7 x64 in English-US.

Script:

(define (script-fu-build-imagebasefilemytext)(let*((image (car (gimp-file-load RUN-NONINTERACTIVE basefile basefile)))(drawable (car (gimp-image-get-active-layer image)))(title (car (gimp-text-layer-new image mytext "Courier" 18 UNIT-POINT))))(gimp-image-add-layer image title -1)(gimp-image-clean-all image)(gimp-file-save RUN-NONINTERACTIVE image drawable "K:\\Images\\Temp.gif" "Temp.gif")));

Since I intend for this script to only be run from batch, I haven't bothered including the typical register stuff.

View 6 Replies View Related

CorelDRAW Graphics Suite X5 :: Variable Data / Merge File Stacked Text

Sep 7, 2012

I am attempting to create a tag system that will have a 5 digit number but must be printed as shown below

1

2

3

4

5

We have to create a file to be engraved that has 2000 consecutive numbers and we cannot figure out how to make them appear stacked using the merge feature.

View 4 Replies View Related

CorelDRAW X6 :: Update Outline Width After Resizing Object If Scale With Object Selected

Dec 14, 2013

Resizing objects is a mess in CorelDRAW X6 when objects are outlined with Scale With Object enabled to retain proportions after resizing.

None of the tools dealing with outlines (e.g. Contour or even Outline itself) continue to work properly after resizing the object.

I strongly suggest to recalculate outline property values after resizing if Scale With Object is checked. Don't just do it hidden somewhere internally in the object model by applying a temporary scaling factor. Instead actually recalculate the actual property values if Scale With Object is checked.

CorelDRAW Graphic Suite X6.4  @  Windows 7/Windows 8 - 64 Bit, Windows Server 2008 R2, Windows Server 2012

View 9 Replies View Related

CorelDRAW Graphics Suite X4 :: Select Object Under Artistic Media Brush Object

Sep 17, 2011

have to select an object under an artistic media brush object. i try hold down alt key when select the object under the artistic media object but it select the second object

View 2 Replies View Related

CorelDRAW Graphics Suite X6 :: Object Styles - None For A Single Object Attribute?

Dec 9, 2012

Is there a way to exclude single attributes from being defined in a object style? As example: i want to define an outline that does not change width of the objects, but everything else.

There is a small tick box right of every attribute with help text "None   this object attribute is not defined by a custom style" but i can not mark it. My feeling is, that i need to switch on this tick box to get the result i need, but i can not. When i click on it, it just gives me a greyed out "Revert". When i try to make child styles, there is a way to break the connection to parent style with these tick boxes, but no luck.

Is it a bug? I tried it with X6, X6.1 and X6.2

View 1 Replies View Related

CorelDRAW X6 :: Trim Master Object And Cloned Object Gets Deleted?

Apr 3, 2012

4621.CorelDRAW Clone Bug.mp4

Trim the master object and the cloned object gets deleted.The master object cannot be directly trimmed, so I grouped it with another object, which seems to enable the shaping tools. check if this behavior exists in X5 also.

I have inserted a clip about the problem. Maybe other users and the Corel staff will check it out.

View 2 Replies View Related

CorelDRAW X3 :: Object Manager Missing Object Properties?

Oct 24, 2008

Occassionally the object properties in my object manager will dissappear and I am unable to bring them back. I have tried toggling all the buttons on the manager, restarting corel, resetting corel to it's default settings and restarting my computer but nothing will bring back the properties. It does not happen on every single file but it happens often enough to be a pain. I have attached a picture of what the object manager looks like.

View 6 Replies View Related

CorelDRAW X6 :: Stack With SVG Data Object In Object Manager

Apr 3, 2013

There is problem with my CorelDRAW X6.

After I import different files in my working file, it's getting hard to work- RAM(16GB) is getting completely full and its almost unworkable!
I checked out Object Manager and found stack with "SVG data" and "Locked SVG data" object there under some basic shapes.

Stack is about from 10000 to 100000... Some times even more, but its not possible to select all them because Corel just stops. What is that-  "SVG data" and "Locked SVG data" object and why they are so many there?

View 5 Replies View Related

CorelDRAW X6 :: Right Clicking On One Object Selects Object Underneath?

Jun 27, 2013

It involves right clicking on an object in Corel Draw X6.  I had this same issue in X5 too.

My issue is that if I select an object and then right click on that object (I right click on the "X" in the middle of the selected object) it will select the object below the "X."  In other words, I can only ever get the right click menu to appear on the object I select if there are no objects below it.

View 5 Replies View Related

CorelDRAW Graphics Suite X5 :: Cut Object Out Of Another Object

Dec 23, 2012

I need to find a way to cut the shape of one object out of another object. In the above photo I need to be able to print the black crosses without the printer printing the white ink under them (you can see where the black ink is not adhering to the white ink very well).

View 11 Replies View Related

CorelDRAW X5 :: Trim Object To Shape Of Object On Top?

Jul 26, 2011

how you can trim an object to the shape of the object on top?

View 9 Replies View Related

CorelDRAW Graphics Suite X6 :: Aligning Outer Object To Outer Path Of Center Object?

Jan 19, 2013

1. find the attached “Rays on Oval.png” file. (Tried attaching .cdr file but the File Size is 400KB.)

2. I would like to Repeat / Duplicate that Black Color on Outer Path of Oval Shape. (Like shown in the Yellow versus Black. The Yellow is a Circle and the Black is from Star Tool)

3. I think the Best Bet would be to Link the Rays to the Outer Path of Oval Shape.

4. I need the Rays and Oval as 2 Different Objects so that I could Change the Color Scheme.

View 15 Replies View Related

AutoCAD .NET :: How To Get Collection Object After Explode A Block

May 16, 2012

I would like explode a block which still maintain all sub blocks' XDatamyBlockRef.ExplodeToOwnerSpace()  The above code does the job. However I can not get the exploded collection

Use the following code I can get object collection but there is no XData for each sub block.

Dim colAssemblyEnt As DBObjectCollection = New DBObjectCollection() myBlockRef.Explode(colAssemblyEnt)
 
My question is how can I get the sub block collection with each block's XData?

View 5 Replies View Related

AutoCad 2D :: How To Change Object Properties In A Block

May 4, 2010

I have a BLOCK, contains object & Blocks, that Blocks also contains objects and blocks and so on..

ex.
BLOCK
|
|—Objects
|—Block|

View 7 Replies View Related

AutoCad :: Block Attribute Object Snap

Jan 4, 2012

I no longer seem to be able to snap to the nodes of block attributes.

My osnap settings are set to snap to nodes. I wonder whether it's a variable that on my previous version of AutoCAD was set to one thing and the new version defaults to another.

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Block Name To VLA-object?

Feb 21, 2013

I need to get VLA-Object from block name.

here there is a code to get block name from VLA-Object:

(vlax-get-property obj (if (vlax-property-available-p obj 'EffectiveName) 'EffectiveName 'Name) )

 but I need the inverse of this code exactly:

blockname(as a string)==>VLA-object

(defun GetVLA_BName (BName).......

so, how can I do it?

View 9 Replies View Related

AutoCAD Architecture :: Anchor Regular Old Block To AEC Object?

Jan 30, 2012

Is there an anchor tool that will do this?  The aec object is actually a Autocad MEP pipeobject but should fall under the AEC umbrella.  I am inserting some blocks at specific pipe locations through dotnet and would like to anchor the blocks to the pipes in case the pipes have to move. 

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Fade Object (block) In And Out

Jun 24, 2012

How to fade an object (block) in and out?

View 2 Replies View Related

AutoCad 2D :: Stretch Object That Was Created As A Block Right In Model Space

Oct 3, 2013

Is there any way that i can stretch an Obj that was created as a block right in model space? in another word i usually right click on the block and go to the block editor and stretch inside the editor, i don't want to do that i have reference point in model that i want to snap end point to the reference. As in the pic i want to stretch the right leg to the right 7.5 in.

View 7 Replies View Related

AutoCad :: Stretch A Block - Make Object Wider But Not Taller

Jan 7, 2014

I am working on CAD 2010 Civil 3D. I have a block object that I would like to make wider, but not taller. How can I do that. (Right now block is 6" wide. I'd like it to be 2-feet wide, but not change with height).

View 4 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







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