AutoCAD Architecture :: Material Definition Display Components
Feb 25, 2013
I want to change the color of a material definition in 2d wireframe (plan view). For example, for walls, when the mat. def. is checked in the wall display props, the hatching shows orange->color 30.
When I look at one of the materials listed for said wall, in style manager, for that display component, there are diplay components similar to an object format, but in the mat. def. the components control the color (see attached example).
Now is there a "master setting" to change them - I want to change say the plan linework or section hatch to a different color to match our layer color standards or do I have to go into every since display rep. for every single mat. definition and change them or is there a way I can do it once & all will change?
The out of the box objects are great but what I am worried about is that those colors that are given don't work well with our office standard, esp. if we go back to old projects.
View 2 Replies
ADVERTISEMENT
May 12, 2012
I tried to use the command "Remove Material" from the rippon, and I get no rsponse, and deleted the material from the palette and yet the material there, How can I get rid of the materials I attached to the walls?
View 1 Replies
View Related
Mar 24, 2011
I am just getting started with ACA 2010 and am impressed at what it can do. However, I am trying to change the material for 1 wall or 1 slab. When I try, it changes the material for all walls or slabs. I have read something about a propagate option on the materials menu, but I can't find it.
View 5 Replies
View Related
Dec 18, 2012
I am trying to create a property definition that will display the elevation of a space object. I looked through the automatic properties and did not find anything that looked like the elevation.
I have tried the following but was unable to achieve any success.
RESULT="--"
On Error Resume Next
Set AcadApp = GetObject(, "AutoCAD.Application")
Set Obj = AcadApp.Activedocument.Objectidtoobject("[ObjectID]")
RESULT = Obj.elevation
That formula does work if i swap elevation with say height, width,length or any of the properties found in the automatic property list that are a single word. I know the elevation is there I just don't know how to access it.
View 2 Replies
View Related
May 5, 2013
I have a Material Definition for my Roof Object. I prefer to keep it a Roof Object instead of breaking it into slabs. See Display Properties image for settings. I have Surface Hatch turned on.
Model views show the hatch correctly.
Elevation views show the hatch correctly.
Plan views do not show the surface hatch at all.
How can I get the surface hatch to show in plan? I have tried changing the cut plan height. It seems I am making something more complicated than it should be.
View 7 Replies
View Related
Nov 13, 2013
I am programmatically creating several property defintions inside of a property set definition. I would like to be able to set the display order of the property definitions but the property is read only. How to be able to accomplish this using the API?
View 1 Replies
View Related
Aug 22, 2012
I am trying to reference my room number to another table in my project. This is to satisfy a project requirements and output to a GIS attribute table.
Originally my room number is "001" and when I reference this field to another table I get "1" and drops the first two digits.
View 2 Replies
View Related
Aug 18, 2011
I am working on extracting information from DWG with extended Property Set Definitions. I have added Location Property on my Door objects, and would like to retrieve it in my application.
Definition as shown in AutoCAD > Manage > Style Manager > Property Set Definitions
DoorObjects Property Set
Name: AtSpaceID
Description: Space - SpaceObjects - SpaceID
Type: Location (becomes Automatic inside .NET API code)
Source: Space - SpaceObjects - SpaceID
Space Objects Property Set
Name: SpaceID
Description: SpaceID
Type: Integer
I have tried the .NET API. see Code below. I am stuck at Property Definition Location. Not too sure where I can retrieve the value for my At Space ID at my Door Objects.
I tried the following code below and it throws error such as eInvalid Input or eNot Applicable.
Part of my code
Door doorEntity = trans.GetObject(doorObjID, OpenMode.ForRead) as Door;ObjectIdCollection idsPropSet = PropertyDataServices.GetPropertySets(doorEntity);foreach (ObjectId idPropSet in idsPropSet){ PropertySet propSet = trans.GetObject(idPropSet, OpenMode.ForRead) as PropertySet; PropertySetDefinition propSetDef =
[Code]........
View 1 Replies
View Related
Oct 4, 2011
I am attempting to create my first Title Block with attribute definition. I am having trouble finding a way to use True Text. My goal is to use Arial Black. The Attribute Definition window provides only 3 text options: Pres, Notes, and Standard. Adjusting the Width Factor does not yield a text that will replace Arial Black. Is there a way to import true text into CAD for this purpose?
View 5 Replies
View Related
Apr 18, 2012
A way to update a property set definition programmatically?
Or via a tool palette tool.... I see there is with schedules for instance a right-click option to import a schedule style to update it... but I can't find a way to do this with property set definitions.
This would be in AutoCAD Arch (or MEP) 2012 or 2013.
View 6 Replies
View Related
Aug 8, 2012
I having problems trying to resolve a formula in the property definitions. I have a field that has USAGENO 060, 050 that the user inputs. But I would like to auto populate another field ROOMNAME with its corresponding text, to reduce input and avoid user error. The number always equals a room name as shown below.
060=Office
050=Lobby
I tried on the ROOMNAME field this but its not working. My field is set to formula.
=IF[USAGENO]=060,"Office",IF[USAGENO]=050,"Lobby"))
View 3 Replies
View Related
Apr 27, 2011
Within a block I have a attribute definition and a textfield which refers to the value of the attribute definition.
The value of the attribute definition displays neatly as it's supposed to but the textfield gets the prefix w0.6000;
This Prefix refers to the textwidth I know that much but I can't get rid of it!
The peculiar thing is that if I don't use the "multiple lines" option in the attribute definition the problem disappears.
I really need to use this option because I wanna apply a textmask to it....
View 2 Replies
View Related
Jan 10, 2014
I'm using Apprentice Server to change the display name of components.
My
objInvDoc = objapprenticeServerApp.Open(strFileName)objInvDoc.DisplayName = strDisplayName
Something odd happens: I have two parts, last saved with exactly the same Inventor-Build (2011 SP1 (Build 150282100, 282)). After changing the display name of these two parts, the debugger shows the correct value for the DisplayName-Attribute. But when I open the files, Inventor displays the correct value for one file, but not for the other. In the corrupted file, the old value is displayed.
View 2 Replies
View Related
Aug 11, 2011
I am developing an simulation application, leveraging on using Space objects and applied additional Property Set Definitions for Space objects where I introduced a new Property "Value".
I applied a display theme to my DWG, and based on the value of the Property, different colors will be displayed according to the display theme.
For a single DWG file containing the building, I am able to simulate the color changes by updating the “Value” Property in the Spaces using .NET APIs functions such as PropertySet.SetAt, and committing the transaction.
However, one building can consist of many different levels, and I have split up the modeling of the building into its separate levels. For example, a 3 storey building, I will have 3 DWG files for each individual levels.
A main empty DWG was then used to XREF the 3 levels, to combine the different levels into a whole building. I would like to simulate such colour change through the main DWG which references my individual level DWGs.
what .NET API I can use to access the XREF DWGs in my main DWG, so that I can update the "Value" property in all my Space objects?
View 1 Replies
View Related
Oct 8, 2012
I would like to add a automatic property set definition for door "swingdirection" in my door schedule and replace the “left” with LH, “right” with RH and if neither (N/A) with DBL (for double leaf doors).
I thought I remembered being able to view source code in 2004 ADA for how to change and replace but I’m lost in 2013.
View 8 Replies
View Related
Oct 8, 2012
where can I find detail coments of roof trusses. how do I get them in my detail components library?
View 1 Replies
View Related
Mar 28, 2012
I know how to add components horizontally to a wall like brick in the front and air space, etc. My question is how to have bottom 2 feet of wall to be of one material and the top of another material.
View 2 Replies
View Related
Apr 4, 2011
I need to have 4" piers ont my exterior wall. We are will be using 12" cmu at the piers with 8" cmu at the typical wall with 2" insul wrapping around it all. I am trying to use wall modifier to do this.
View 4 Replies
View Related
Nov 7, 2011
Is there any easy way to globally edit lineweights of certain components? Several of the components look fantastic at one scale and terrible at another. Some we just need to lighten but I cannot find where to edit them. I can always (of course) edit the block once it is inserted or edit layers in each drawing but would prefer a more permanent solution.
View 1 Replies
View Related
Oct 16, 2012
How do you add a display component to a display?
For example, Stairs have a stringer componet in plan display configuration but does not have a stringer componet in the Low Detail configuration. I need the stringer to show when I go to low detail how can I add a stringer componet in low detail.
View 9 Replies
View Related
Jun 12, 2012
I am using AutoCad Architecture 2011. In the Style Manager, I created a wall style using a 8"CMU unit plus a 2" insulation board. I have a gable roof slab that intersects with the wall. I want to trim the insulation board along the bottom of the roof slab, and show the CMU above the roof slab.
View 3 Replies
View Related
Mar 29, 2012
I am drawing a house with a hip roof. The roof has a overhang with fascia and soffit. What is the best way to construct the components of the roof system. Should the hip roof and the soffit with fascia to be one system or two separate systems?
View 3 Replies
View Related
Nov 11, 2013
All the assemblies that I created in 2012 are showing with lighter color steel that I don't like. Is there any way other that selecting each member to change the display color to a darker steel color? I want to change the display quality to show the member edges as straight lines and not dull zig zag looking edges. How would I do that?
View 1 Replies
View Related
Feb 28, 2011
Is there a way to lock the material of an object, ie wood grain on a stud, so if the stud is rotated, the material stays in the original orientation to the object instead of stay relative to the world?
View 2 Replies
View Related
Jun 20, 2013
In our part list we have a column for Material, ipt's display the material and iam's display blank expect for a few instances that display Welded Aluminum-6061(see attachment). These assemblies are all steel and not weldments. What would cause this and how can it be fixed?
View 2 Replies
View Related
Apr 4, 2012
Material mapping.
When I apply a material to a mass element the material follow the world UCS, that's ok with me. But when i rotate the mass element the material map remains with the world UCS but not with the object.
How to lock the material map to the object when I rotate it.
View 5 Replies
View Related
Jul 22, 2013
I'm using AutoCAD Architecture 2012 for interior design. I need to rotate/move some materials, I know how to do it, but after mapping it, when I need to make any drawing modification, the mapped material resets to their default, and not ionly the modificated solid, but everything that I have mapped.
How do I save the mapping coordinates, to avoid the need to map everything everytime?
View 1 Replies
View Related
Feb 14, 2011
I am having a hard time creating a material takeoff schedule in ACA 2011. I can't seem to get it to give me a square footage of any material. I can get the left and right side gross or net square footage.
I created the walls with components and mapped materials to these but I can't seem to get that info in the schedule.
View 1 Replies
View Related
Mar 31, 2011
New to Architecture, and am having trouble figuring out how to make the exterior of walls a different material than the interior...
View 8 Replies
View Related
Oct 18, 2013
Is there a way to change the material definitions to CTB format in the plot style under the material style? See attached image.
I have a client that wants everything in CTB format and in AutoCAD Architecture. I can get the drawings into CTB but the materials plot way too heavy and when I go in the styles they show Full Saturation or Wide, Thin from the STB plot styles.
The Drawing is in CTB and I am pulling my hair out trying to get the couple materials used set to Color based plotting.
View 1 Replies
View Related
Mar 4, 2011
I am using Autocad 2011 just download it and its all perfect if you consider that I was stuck with 2008 before...
My problem is that I m creating objects from the tool palette (doors, windows, walls) and I cant change their material..
View 2 Replies
View Related