AutoCAD Dynamic Blocks :: Sheet Set Custom Property Field
Mar 1, 2012
I am having trouble getting a field in a multi leader which is part of a block to reference a sheet set custom property. I have fields within mtext in paper space that are not blocked that are referencing correctly but just not in my blocks.
View 9 Replies
ADVERTISEMENT
Dec 12, 2012
The SheetSetObject has an inbuilt custom property called "TransmittalSetups", but the property has a different internal object structure compared to other CustomProperty
Ie:
[code]
Dim myPropEnum As IAcSmEnumProperty = myCPB.GetPropertyEnumerator
Dim myPropName As String = Nothing
Dim myPropValue As AcSmCustomPropertyValue = Nothing
myPropEnum.Next(myPropName, myPropValue)
[/code]
myPropName is a string, and in this instance it returns a value of "TransmittalSetups"
myPropValue.GetValue is a string, and it says "System.__ComObject" not a "value".
So my question is, how do identify this object, how to interigate it or assign it to its native object type.
I have tried to cast it to different IAcSmEnum types but without success.
View 9 Replies
View Related
Jan 24, 2013
On my border, I have a compass with a rotation parameter to rotate the angle for north. How to set this angle from a field in the sheet set manager?
View 2 Replies
View Related
Jul 15, 2011
How do I manipulate a height parameter all of the dynamic blocks in the drawing from one single field? Say a field located in the drawing properties or on the drawing itself.
For example: Multiple blocks of different walls of same height with other blocks of things on located on those walls, dependant on the wall height, all linked to and changed by a single field. Possibly a Wall Height field located in the custom tab of the drawing properties.
I can pickout each of the blocks and change them at the same time in properites menu because they all share the same parameter name. I would just like to have that height parameter of every block in the drawing, that has that specific parameter controled by a single field. Which I could enter a new height at anytime that would change every block in the drawing to that height.
View 1 Replies
View Related
May 3, 2012
I FINALLY decided to get my head around the Sheet Set Manager (kudos to Kate Morrical's video series).
I understand the need to create custom properties, and I can see that you can either "add" or "delete" custom properties, but is there any way to CHANGE the property after it's been defined?
For example, if I create a custom property complete with a default value, but discover later that I made a spelling mistake (eg. "Darwn By" instead of "Drawn By"), is there any way to MODIFY it?
View 1 Replies
View Related
Jul 18, 2013
I'm tasked with setting up a new dwt file to be used along with the Sheet Set Manager.
I've got as far as adding in my own custom properties at both the Sheet Set level (things like project name, site name, etc.), and at the Sheet level (drawing title).
But more specifically, at the Sheet Level, I want to be able to facilitate having a multi-line drawing title. Things start to get a little cloudy.
In order to be able to control where the line breaks are, I've simply created 5 fields (3 for an odd number of lines, 2 for even), and I want to set their Default Value so they don't display anything, i.e. a space or blank of some kind, instead of the four dots. So when I want to add the title I go to the Sheet properties and change the value.
I thought it'd be as simple as adding the ASCII code for a space (U+00A0) into the Default Value, but that seems to display the text U+00A0 instead of the space.
View 2 Replies
View Related
Apr 26, 2012
I am having some troubles whit my dynamic blocks.
Whenever I add a block property table the window that should be opent doesn't open. The strange thing is that I think it actualy is open but i just don't see it on my screen. The same thing gous for the screen that allows you to ad a parameter to a lookup set. by folowing this link you can see what i mean, it gets interesting after 30 seconds.
[URL]
View 6 Replies
View Related
Mar 22, 2013
So I've done a reasonable amount of work with dynamic blocks. I have a block with a rotation action and grip to arbitrarily align it. However I realized when trying to combine it with an alignment grip (which actions on the basic or fundamental block rotation angle) that there didn't seem to be a way to some how link a dynamic block rotation action or one of the custom angle properties to a the fundamental block rotation angle. Thus there are two additive rotations at work; the dynamic block one with its grip and the fundamental rotation property.
This can cause some confusion when one person aligns with the grip and another via rotating the block's fundamental property and would also be problematic in the generalized sense if one was trying to select or programmatically read back the net angle alignment.
View 2 Replies
View Related
Oct 4, 2012
I'm following this tutorial, trying to create a field in a dynamic block to show the length of a line. If I have the attribute's "constant" value checked, the field shows up in my drawing as "Length: ######." However, when I uncheck the "constant" checkbox, the field doesn't show up at all, even after I run "UPDATEFIELD" and "REGEN."
I'm using AutoCAD Mechanical 2009, SP2.
View 4 Replies
View Related
Jan 29, 2013
I have created a rectangle whose length changes.The value of the paameter "Dist1" is this length field that I associate to the attribute value. Basically, echo length from Dist1 into the attrib value.
The problem is when I insert the block into the drawing the value is shown as "DIST1", even after regen.
Once I pull the grip point to a new length and regen it still shows "DIST1".
If I go into the ddedit and select the edit box (for multiline data field) the shown value will correct itself, but only one time.
If I change the length again, the dimension does not update.
It worked fine when I tested the block but is having issues days later.
View 4 Replies
View Related
Sep 30, 2013
Change the 24 x 24 x 12 MLeader in this Block to Fields that read the length of the Lines that the Distance1 and Distance2 Parameters are attached to and tell me if it crashes? And if it does not crash, post a working DynBlk.
View 3 Replies
View Related
Jun 5, 2007
Attached is my latest block that I'm working on. how to keep a field readable (horizontal) when rotated. What I need to do to update a field that is linked to an attribute when the attribute value is changed? The UPDATEFIELD command does not seem to work on it for me.
View 9 Replies
View Related
May 2, 2013
I'm working in AutoCAD 2010 and I would like to make the process of creating 2D documentation easier and faster for myself and my collegues, but during the process I've hit a dead end.
I would like to use fiedds (or something simillar) to partly automate the creation of 2D documentation. We have sheets organized in a specific way and I would like to create a custom field for each of the categories (eg. drawing number, number of parts, designer...) that could be edited easily like the parameters or object properties can. Basically what I would like to do is create custom fields or some other object that can be edited from a list in AutoCAD and then automatically refreshed in text boxes. Is there a possibility to do something like that using fields or perhaps a different solution?
View 5 Replies
View Related
Aug 24, 2012
I am unsure weather to post this in Dyn Block technical or Fields as it comprises elements of both.
I am trying to get a field to return a 'lookup properties' value...
Actually, what I am trying to do is use a field to display either a + or a - depending upon upon the state of a flip parameter.
How I have been trying to achieve that is by using a lookup table to assign:
Input Properties.....Lookup Properties
Not flipped........=............+
Flipped.............=............-
Then I'm setting a Field to look at the Object 'Lookup Parameter' and return 'Lookup Action'.
The field then displays '#########' when testing the block.
When I return to edit the field it complains 'the object referenced y the field has been erased'. Both the table and parameter are still there, so I don't know what the problem is. Is there a better way of having a field return a specific value based upon a parameter state?
View 9 Replies
View Related
Sep 27, 2012
I have problem with attached block (also with other similar blocks with field). This block include field in block attribute. Works fine if I copy and paste this block. When I drag and drop from Tool Pallete field disappeary.
View 9 Replies
View Related
Sep 15, 2011
I have been trying to find a method to extract custom properties from the custom property bag.
I have been able to extract the property value, using the "GetProperty" and the associated "GetValue" method, this method works when I know exactly what property name I am looking for. What do you do when you don't know the property name?
here is my code snippet..
dim myProps as acsmcustompropertybag = mysheet.getcustompropertybag
dim myProp as iacsmcustompropertyvalue = myprops.getproperty("SOMENAME")
dim myPV as string = myProp.GetValue
what I want to do is:
dim myProps as acsmcustompropertybag = mysheet.getcustompropertybag
dim myPN as string = ??????????.tostring
dim myProp as iacsmcustompropertyvalue = myprops.getproperty(myPN)
dim myPV as string = myProp.GetValue
View 6 Replies
View Related
Jul 12, 2012
Just a quick query about Dynamic Blocks. I use dynamic blocks with various visibility states regularly in my drawings. Is it possible to add some kind of custom variable or value to a dynamic block so that I can identify them in automated scheduling?
For example, if I have a dynamic block which represents three variations of very similar machine models is it possible to somehow give each visibility state a value, ie: the model numbers. M100/M125/M150 etc which can then be extrapolated depending which visibility state is active?
Also regarding the limitations of dynamic blocks. Is there a number of visibility states I should not exceed so that the blocks still perform 100%?
View 3 Replies
View Related
Aug 18, 2009
Is there a way to rearrange custom block properties in a DB?
View 9 Replies
View Related
Feb 14, 2013
I am attempting to create a series of drawing templates in Inventor 2013.
I have successfully created four unique Sheet Formats with Border, Title Blocks, Revision Table, and text populated by iProperties.
I have a bunch of text that I want to have inside a square on the first page of a series of drawings. I draw the square in sketch mode, Create Sheet Format, and the sketch ends up as a separate AutoCAD Block ("SheetTemplates_XXX_Sketch1") rather than in the Sheet Format. I can place the block on the new sheet, but it can be placed anywhere as the block floats.
View 1 Replies
View Related
Oct 31, 2005
After spending a lot of time creating a particular dynamic block, I realized that the order of custom properties of this block as shown in the Properties Palette is not organized in an optimal order.
For example I have "Cabinet Width" at the top of the custom properties list, and "Cabinet Height" way down near the bottom. This is going to make my Cad operators hunt around too much for the property they need to adjust.
The apparent order is by creation - first created custom property is listed first, last created is shown last. I really don't want to remake this dynamic block just to get the properties in a logical order.
I was wondering if it is possible to reorder the custom properties as shown in the properties palette?
View 9 Replies
View Related
May 5, 2010
I've made annotative blocks and I've made dynamic blocks... My intent is to integrate both but I can't find a way to move dynamic block parameters separately at different annotative scales.
In other words, if I insert an annotative dimension and add multiple scales I can move the dimension grips independently at each scale. If I insert a dynamic block I want to be able to use the dynamic block's action "grips" to do the same. However, with a dynamic block, if I move a stretch action at one annotation scale it moves the action at all annotation scales.
The attached file shows a simple example.
View 2 Replies
View Related
May 16, 2013
When using Inventor with Vault, we have a problem when categorizing custom content center parts in Vault. In short, custom content center parts are incorrectly categorized as "Content Center" and automatically released - as there is no property that we can use to identify these files.
I need iLogic code to trigger when custom content center files are created/saved, wich adds the following custom iproperty "IsCustomContentCenter=True".
View 1 Replies
View Related
Mar 28, 2013
I am using AutoCAD 2013 and I working on a project of approxamitely 80 pages and I have a Sheet Set Manager set up.There are about 40 pages that have text saying Continuation on Sheet XX of YY. I managed to use a field for the total count (YY) however I need to link the XX to the another drawing. I have researched and failed miserably.
View 9 Replies
View Related
Aug 5, 2013
I am using Inventor 2010 (I know this is my first problem, but you have to use what you're given!) and I need to use the sheet number in a calculation that will display the result in a text box. =((<SHEET NUMBER>-1)8)=1 displays a result of ((11-1)8)+1. I suspect that the sheet number is being brought in as text instead of a number. I tried adding atoi to the equation to convert the sheet number to an integer, but it did not work.Is there an alternate source for the sheet number that will return a number? Is my syntax wrong?
View 1 Replies
View Related
Mar 15, 2012
I have created a dynamic block with several visiblility states. The block works great for what I need it for. however, I am trying to add one more action to the block but am having issues.
This block is essentially a 24" retail cabinet with the visibility states showing the different drawer and shelf configurations. I want to be able to lengthen the cabinet in 24" increments and have the visibility show for each 24" section.....e.g. I want a 10' cabinet so I bring in the 24" starter block. Then stretch the cabinet to the 10' mark, then I can chose any drawer/shelve config for each 24" section (they are all different).
I can get the block to stretch in 24" sections....no problem.....i just want the visibility state to be duplicated as well for each section. Now as it stretches, there is only one Vis state and it only populates the first cabinet.
I could do this by copying the block over and over 5 times.....but I am hoping there is a way to make this dynamic.
View 7 Replies
View Related
Apr 23, 2013
I have a block I am making into a Dynamic Block. I will be adding in different visibility states. Depending on the visibility state the block would need to be inserted from a different point.
My question is, is it possible to add multiple insertion points to a dynamic block so depending on the visibility state it defaults to the correct insertion point?
View 2 Replies
View Related
Dec 29, 2013
I want to create a Curve table for an alignment.
You are able you get range of properties, i.e length, chord length, start/end chainages, mid-ordinate.
I've notice lets for arguement sake 'chord length' text component editor is: <[Chord Length(Um|P3|RN|AP|GC|UN|Sn|OF)]> but is it possible to modify the code so i can insert half a chord length.
Ive tried
<[Chord Length(Um|P3|RN|AP|GC|UN|Sn|OF)]>/2 ---- doesn't work
<[Chord Length(Um|P3|RN|AP|GC|UN|Sn|OF)]/2> ---- doesn't work
<[Chord Length(Um|P3|RN|AP|GC|UN|Sn|OF)/2]> ---- doesn't work
<[1/2*Chord Length(Um|P3|RN|AP|GC|UN|Sn|OF)]> ---- doesn't work
View 1 Replies
View Related
Sep 7, 2012
is there a way to make dynamic blocks stretchable similar to a mleader,
the blocks i create are only stretchable by grips, and not by crossing
(i am using linear or point parameter stretches)
View 2 Replies
View Related
Jun 1, 2006
Is there anyway to link standard AutoCAD Grips and there commands to Dynamic Block Actions? I want to stretch an arc by its midpoint grip. This accomplishes something that no other commands do.
View 4 Replies
View Related
Sep 25, 2012
I am using a symbol that includes a several text boxes. Each text box includes "prompted text" and "drawing properties". When I insert the symbol onto a drawing, the "Edit Property Fields" menu appears. In this menu, I can input my prompted field text or see the various "drawing properties".
My question is, how do I change the order that these property fields are displayed? It seems as if it depends on the order that the text boxes were created while defining the symbol definition. Is there any other way to change the display order?
View 3 Replies
View Related
Apr 4, 2011
I have a block which contains visible and invisible objects and attributes. I need to export custom block properties, which I added to a dynamic block, like in express tool export attribute information.
or it is possible to convert my custom property, which can contains invisible and visible objects, to attribute value.
View 6 Replies
View Related