Revit :: How To Change Dimensions Of Chosen Pattern

Nov 6, 2012

How to change the dimensions of the chosen pattern,
 
In the screenshot below, I wanted the block pattern to be 0.26x0.5 instead of 0.225x0.450. Is that possible?
 
I tried to see if the dimensions can be edited but sounds no opting to do this sort of work.
 
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 2 Replies


ADVERTISEMENT

Revit :: Cannot Change Dimensions

Feb 3, 2013

here attached with a picture captured my current issue. actually, the object is just a simple extrude, i don't how to make the dimensions editable,

View 3 Replies View Related

Revit :: How To Change Dimensions Of Doors And Windows

Oct 8, 2013

how to change the dimensions of the doors and windows in revit 2013 when i select the door ,, the door dimensions are in like M_single-flush 08153/2134 mm etc but my college project is having the dimensions in inches

View 2 Replies View Related

Revit :: 2013 Change Aligned Dimensions?

Apr 25, 2013

I am trying to change the dimensions between windows with the 'aligned dimension' but when I click on the dimension it either tries to move the text or asks if I want to change the 'dimension text'

View 1 Replies View Related

Revit :: How To Change Scale Of Fill Pattern

Mar 9, 2012

Where I need to go to change the scale of a fill pattern. I have brick walls that the brick facade scales about 1/2 of what it should be.

View 1 Replies View Related

Revit :: How To Change Colour Of Dimensions And Dimension Text

Dec 13, 2010

I'm currently trying to dimension my working drawings, I was wondering how I could change the colour of the dimensions and dimension text so it stands out from the drawing.

View 5 Replies View Related

Revit :: How To Change Comma To A Period In Levels Or Dimensions

Nov 5, 2013

How to I change the Comma to a Period in Levels or Dimensions?

View 2 Replies View Related

Revit :: Section Line Change Color And Pattern?

Jul 18, 2011

I would like the section line to have a special line type and color. How can this be changed?

View 1 Replies View Related

Revit :: Change Line Pattern Of Leaders In Text Notes?

Oct 15, 2004

is it possible to change the line patern of leaders in text notes, from solid to dash or another one? I know I can change the tick type but can´t find anything for the line.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Aligned Dimensions Change To Rotated Dimensions?

Dec 4, 2012

I was adding a lot of aligned dimensions to a drawing and some where along the way they changed from aligned dimensions to rotated dimensions, even in the same string of dimensions.

View 9 Replies View Related

AutoCad :: 2009 - Bolt Pattern Dimensions

Dec 10, 2013

Trying to do some bolt pattern center lines. Been doing them for years and can do them old school way. But was wondering if there is a better ways. If you put a circle from the center of the bolt circle to the center of the bolts and change it to center the hashes never line up. So I always do small center line sections on each bolt hole. Then array it around to cover the entire bolt circle. But that gets time consuming. I am now doing a lot of projects with bolt circles and wondered if there was a better method.

View 0 Replies View Related

AutoCAD Inventor :: Dimensions And Fold Up / Down On Flat Pattern?

Oct 4, 2011

Is there a feature on the latest series of inventor whereby you can automatically generate fold detail on the flat pattern , ie. fold up 45 degrees, eliminating mistakes. I am currently on Inventor 2008 so this feature could be on a new version.

View 1 Replies View Related

AutoCAD Inventor :: Array / Pattern Features With Different Dimensions For Each Instance

Sep 19, 2012

I would like to generate a rectangular pattern of extruded tubes which have an internal radius that is proportional to the distance to the centre point of the pattern.  Or in other words tubes which are narrower in the centre, and wider at the exterior.  Is there a way to do this without resorting to creating each tube individually?

More generally, is there a way to parameterise a feature dimension/parameter so that it is a function of spatial position?  

View 8 Replies View Related

Illustrator :: How To Save Slim Object In Chosen Map

Jan 8, 2014

How can I save a slim object in my own chosen map?I want to use it in Photoshop.  Now I can only do save and not save as.

View 4 Replies View Related

Revit :: Get The Room Dimensions?

Nov 28, 2013

I want get the rooms dimenstions, for calculating the width of the corridors.

View 1 Replies View Related

Photoshop :: CS6 Stops Working When Liquify Filter Is Chosen

Sep 30, 2012

Everytime I select the liquify command PS stops working, I've tried with different resolution pictures, with the 32 and 64 bit versions. If I use CS5 I have no problems.

View 6 Replies View Related

Revit :: Pattern For Model

Dec 17, 2012

Pattern Drawing you can change it to a Notepad file pattern to become a model.Where can I get more patterns to model or to get access.

View 1 Replies View Related

Revit :: How To Put Dimensions On To Working Drawings

Dec 14, 2010

How do I put dimensions onto working drawings, making them ready for printing?

View 4 Replies View Related

Revit :: Temporary Dimensions Do Not Show?

Nov 5, 2013

I am using Revit 2014.  My temporary dimensions do not show.  When they do, they only show on one side.  I have gone to Manage>Additional Settings>Temporary Dimensions, and tried the different options.  It is making it very difficult to place things right now.  Is there an all on button I can push?  I have also tried closing and re-opening the file, turning off the computer, etc.  They were available for use yesterday morning and have not worked since. 

View 3 Replies View Related

Revit :: Bring To Front Dimensions?

Nov 16, 2012

I am having a problem with dimensions and making them opaque. I want to use "Bring to Front" to solve it, but Revit does not give me this option.
 
To detail out my problem: I have a dim style style setup to make dimesion text mask out objects behind it. The problem we are having is that if I draw one dimension, then draw a second dimenion that is over top of the first dim's text the second's extension line is not hidden behind the text. If I delete the first text and redraw it, it will then hide the second dim's extension line. The proper solution is to use "Bring to Front" to fix it. But Revit is not giving me this option. I am using 2011 right now. Has this been fixed in newer versions of Revit, or did the programmers never figure we would need to do that?

View 5 Replies View Related

Photoshop :: Under Save As Extension Doesn't Match Format Chosen

Jan 29, 2013

Under Save as, extension does not match format chosen (ie, if I choose JPG, it gives my file a IIF extension. I have to choose JPEG 2000 to get JPG, all are off by one position)

View 11 Replies View Related

AutoCAD VB :: All Layers Locked Except Active Layer Chosen In Combobox?

Dec 21, 2012

I have a form with a combobox and a commandbutton.

 All layers in the layermanager must be locked except the active layer chosen in the combobox. I try it with this code but it’s not the right solution.

Private Sub CommandButton1_Click()Dim layer As AcadLayer'check if all layers are lockedIf layer.Lock = False Thenlayer.Lock = True'make the layer selected in the combobox currentThisDrawing.ActiveLayer = ThisDrawing.Layers.Item(ComboBox1.Text)End SubPrivate Sub UserForm_Initialize() Dim layerColl As AcadLayers Dim layer As AcadLayer Dim LayList As String ' all layers locked For Each layer In ThisDrawing.Layers If layer.Lock = False Then layer.Lock = True End IfNext 'fill combobox Set layerColl = ThisDrawing.Layers For Each layer In layerColl ComboBox1.AddItem layer.Name Next End Sub

 2. When I choose the for next method to lock all layers (40 layers) it’s very slow.

View 4 Replies View Related

Revit :: Surface Pattern Missing In 2D?

Aug 5, 2013

I am trying to create a sidewalk area that has a 45 degree 8'x8' hatch pattern in the model. It shows up in 3D but not 2D. What is the problem? It needs to show up in my plans. I have the same problem getting floors to show surface patterns too. Using Revit 2011.  A friend gets it to work on his computer with the same version.

View 2 Replies View Related

Revit :: Beam Not Showing Up Cut Pattern?

Aug 5, 2013

This is quite weird because revit architecture 2013 is showing this error. In order to see beam in my architectural layout, we are changing the cut plane value in the view range. With this step I can see the beam but not the cut pattern of the beam..very weird. Also, one more thing, just to check I copy pasted beam modeled in revit 2011 in revit 2013 and I could see the cut pattern. So is something wrong with 2013 beam revit family?

View 2 Replies View Related

Revit :: Custom Model Pattern

Feb 17, 2011

Trying to make a Custom Model Pattern - 8"x24". Listed below is the PAT file content.  I tried it and I get the message "No "Model" type patterns found." What is the code in the PAT file.

View 7 Replies View Related

Revit :: Rotating A Custom Pattern?

Jan 4, 2012

Is it still not possible to rotate a custom pattern in Revit 2012?

View 4 Replies View Related

Revit :: Temporary Dimensions Not Showing On Both Direction?

Jun 6, 2013

I'm placing lighting fixtures in an RCP, and after I place the light and select it, I only get temp dims in the vertical direction on screen, not the horizontal. Before I click to locate the object, the temp dims in both directions show up, but as soon as I click to place, only one tmep dim shows up.
 
If I place an aligned dimension from a wall face to the center of the light, and then selct the light, the dimension is not activated to adjust the distance. If I want to move the light, I have to drag it - I cannot input the distance into the dimension.
 
This makes trying to center a light in a room, or a set distance froma wall, next to impossible and extremely annoying and ecessively time comsuming.

View 1 Replies View Related

Revit :: Temporary Dimensions Does Not Appear To Resize Wall

Jan 25, 2012

When I place an aligned dimension along a wall in plan view and then select the wall, the temporary dimension does not appear to allow me to resize the wall.

View 1 Replies View Related

Revit :: How To Show Dimensions For Window In Plan

Apr 27, 2012

How to show dimensions for window in plan , instead of default hexagon  (number)
 
For example 60" x 48"

View 2 Replies View Related

Revit :: Aligned Dimensions Shift While Moved

Dec 11, 2011

[URL] How is it possible that I place an aligned dimension between two paralel grids and the dimensions changes as I drag it up and down? First of all, in order to be able to place an aligned dimensions the objects have to be absolutely paralel to each other, so I don't get why when I move the dimension it changes. If the grids were really not paralel to each other Revit shouldn't allow me to place the aligned dimension in the first place, isn't that right?

View 3 Replies View Related

Revit :: Remove Unwanted Dimensions From String

Dec 19, 2011

Is there anyway to create a dimension string and then remove individual dimensions from it, while still keeping it as a contiguous string?
 
I ask, because in our office we dimension from finish face to finish face.  I would like to run a single dimension string, but when I create a face-to-face dimension string it also dimensions the thickness of the walls.  I just want to see the room dimensions, not the wall dimensions, but I can't figure out how to remove the wall dimensions while still keeping the others.
 
Furthermore, if this is possible, can I still use the equality constraint?  I don't want to see wall dimensions, but would still like to be able to make all of my rooms equal.

View 3 Replies View Related







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