I'm having issues trying to create a point table. I have used this process before with no problem but now for some reason C3D won't create the table. I get an "NO VALID SELECTION" after selecting the C3D points. Why I'm getting this error? All my points are C3D points and C3D recognizes the points while the POINT TABLE CREATION menu is still visible but once it goes to create the table i get that error message.
having a layer filled with a selection and converted to a smart object I found the following: If I want to overfill (Make the selection wider while maintaining a feathered edge) that is possible in CS and grayed out / not possible in CC. 16bit psb file with multiple layers, Mac OS 10.8.4, latest versions of CC (14.0 x64) and CS (13.1.2 x64)
Having a lot of issues manipulating points on paths in Illustrator CC - this is a fundamental feature of creating vector graphics and it's very annoying I'm paying for this and it's just not working. Eating up a lot of my time simply because I can't select or convert or add the anchor.
Just installed ACS6 and ran updates on a mac book pro and photoshop images look fine on the laptop display, but slide the image to the second monitor, the image turns black. Slide it back and it is fine again.
Going to system prefs and change main monitor and the problem is reversed, it is black on the laptop and fine on the second monitor
i want to use the Worksharing monitor with Revit Architecture 2012 SP1 64 bit (part of our building design suite premium), but when i load a workshering-enabled model (wich resides on our Revit server) the monitor stay's empty (stating that i should open a model in Revit)
I have a laptop running on Windows 8 and have a dual monitor setup with the desktop extended to my LCD monitor(main monitor).
GImp 2.8.2 opens on my main monitor BUT the icons/menu etc don't register my mouse clicks, though I can move and resize the windows, highlight things etc
When I move the Gimp window to my Laptop Screen everything works fine on that screen only?
I have used this setup with Windows Vista with no problems at all and even tried Gimp 2.6 on this setup and it works fine too...
If I try to open Photoshop CS5 while my second monitor is plugged into my laptop (via VGA cable), it loads normally, but won't display any opened images. I get a gray background and nothing else. [URL](I can even see the tiny image preview in the navigator, but not the image itself.)
However, t'll work just fine if I open Photoshop with the second monitor disconnected and THEN plug it in, so it's not a problem with the dual monitors in general...just when first opening it. It's annoying because, if I'm working on a project and realize I have to make a quick image tweak in Photoshop, I have to unplug the monitor and then rearrange all my windows after Photoshop's done loading and I can plug it back in.
I can't seem to find any information online that specifically mentions this issue. For reference, I'm using Windows 7 on a Lenovo laptop.
I am trying to fill a selection in one picture with a selection from another picture. I am having problems scaling the selection to fit exactly. i still have an outline from the other (previous) selection.
I opened both images up side by side, Adjusted the view on both to 33%, made my first selection, hit control + c, made my selection on the other picture (Exact same shape), hit control + v + shift, then edit>transform>scale, then shift+drag.
Can't get it to line up. I also tried layering the two images then reducing the opacity of just the selection, but photoshop reduces the opacity of the entire layer instead of just the selection,
i was using autocad 2013 without any trouble, i used break at point two times, after that i modified some layers and i think that nothing else, and the command break at point stopped working, when i press it it automatically uses the command break. what is going on?
The good news is that, if I were righting a routine that locks up AutoCAD, I'm finished. The bad news is that I'm not.
The code below is the portion of a routine where I have the user select 2 points and then pass those points to the Zoom command and the M2P osnap. The problem is that, when the Mid Between 2 Points osnap tries to use the first point, it returnns an "Invalid point" message, enters a loop and locks ACAD.
(defun C:ZC () (setq PointOne (getpoint "First point of M2P ")) (setq PointTwo (getpoint "Second point of M2P "))
Why can't I drop a clip in the Program Monitor from the Source Monitor in Premiere? When I try to move a clip from the Source to the Program Monitor, a hand displays with the "circle with a line through it" symbol.
I have set "Zoom about mouse point" to "on" in Preferences for both ortho and perspective viewports. However, the function doesn't work in my perspective viewports.
I'm having a problem with Maya's vertex/point snapping function. This is a simple thing to do normally but in the 2014 student version (which is full functionality other than having a prompt saying it is a student version upon saving the file), it isn't working.
Basically the process is making a selection of vertices and with the transform tool active, MMB dragging the manipulator to snap the selection to a destination vertex. The pivot point/manipulator of the selection is moving and snapping to the destination vertex on it's own when I hold 'V' and MMB drag, rather than the whole selection moving with the transform manipulator and snapping to the destination vertex. This problem is also happening with the modelling toolkit which is really annoying. I have checked that i'm not in edit pivot mode etc.
The point snapping is working however for objects, but not in component mode as above.
I am trying to remove a circular shape from a rectangle in illustrator, the retangles width is 10px and the diameter of the circle is 13px, I centre the circle ontop of the rectangle ( or I appear to) but when I use the Shape mode tool minus front, the circle is no longer centred ( see images).
I have tried switching off smart guides and snap to grid and am still having the same problem.
In the above image you can see once I have divided the 13px circle from the rectangle it has moved off to one side.
Also when I am trying to manually place the circle ( rather than using the centre guides ) I can only move it by a large degree it alway moves further than I move the mouse, could this be because of a pixel grid? I do not think I am using this. ( can see in the above image where I am trying to place the circle and when I let go of the mouse, the grey circle is where it lands.
From the 2 images below you can see that there is a 1px difference on either side of the extracted circle I was trying to get centered.
I should mention that the 'Align to pixel grid' in the transform menu is inactive when I am trying to do this, as I initially thought that this may be the cause of my problems, but it made no difference.
I have two listbox controls on my form (lstAvailableLayers and lstLayersToUse). The lstAvailableLayers listbox gets populated by the following:
Public Sub MaindialogTitleText_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim myDWG As Autodesk.AutoCAD.ApplicationServices.Document Dim myDB As Autodesk.AutoCAD.DatabaseServices.Database Dim myTransMan As Autodesk.AutoCAD.DatabaseServices.TransactionManager Dim myTrans As [code]......
There is a button that is supposed to copy the selected items from the lstAvailableLayers listbox to the lstLayersToUse listbox:
Private Sub btnMoveLayers_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnMoveLayers.Click If lstAvailableLayers.SelectedIndex < 0 Then MsgBox("You must select at least one layer", MsgBoxStyle.Exclamation, "Error") Else Dim i As Integer For i = 0 To lstAvailableLayers.SelectedItems.Count - 1 lstLayersToUse.Items.Add(lstAvailableLayers.SelectedItem) Next End If End Sub
I select 2 layers from the list and hit the button, and the first selected item gets copied twice to the second list. I've looked all over the place and I keep seeing similar code to this that's supposed to work.
MY ribbon has stopped changing with selections. It used to show hatch options when the hatch command was active, it no longer does this... It would also show hatch options if I selected a hatch with grips, and show other options for other entities if selected with grips, it no longer does this.
I need to design a walking track 1 mile (5280 feet) from a starting point and finishing at the same point. I need to go around buildings, ponds, etc. What is the best way to tackle this? I thought about 16 splines at 330', but as soon as the spline is moved the distance changes.
I need to find a way how to insert a point or a * on the center point of a hole and put it on a different layer. The reason for this is - I am a CAD tech for a welding shop and we cut parts out of steel and we use the dxf file format for our plasma table to cut parts. For example : if i have a 1 inch thick plate and want to put a 3/4'' hole in the plate the hole will be distorted because the hole is smaller than the material thickness. For these situation we can use the plasma table to burn a point or a dot on the center point of the hole. But to do this the point or dot must be on a different layer in the dxf.
Civil 3d 2012..I used 3d orbit, it crashed. My points, point groups and newly updated description keys are gone.I have looked at all my backup files etc, and they do not want to display.
Im still new to Civil 3D and i would like to know how to connect inported points using 3D polylines. I imported my points from Excel in a PNEZD format. How do i get the 3d poly line to snap to my points so I can Connect them? someone mentioned using a feature line to connect the points but im not sure how or what that would do.
I'm trying to draw a plan of my house in Autocad 2009 but I seem to be endlessly using trim and extend because I can't easily select the points that I want with osnap. Eg. imagine I have a box, and I want to start drawing another box inside it that has each side as 10 units smaller than the corresponding side on the outer box.
Step 1 - I draw a small line from the top left corner of the big box using the endpoint snap, typing in "5" for the length.
Step 2 - I then do the same at right angles to the first line to get me to the starting point of the inner box. This always leaves me with 2 small lines to remember to delete.
Step 3 - Then in order to draw the top line of the inner box I end up drawing to a random length because I can't say "draw until 5 units away from the right hand side of the big box", then I end up trimming it later once I've repeated steps 1,2 and 3 for the next side of the inner box.
I know in my example above I could have scaled the box down or something but that's not what I'm getting at. I really want a way of selecting line start and end points that are a known position away from an existing point.
I have a database of points I am trying to import, and the point data for each point includes a hyperlink. I've created a set of custom User-Defined Property Classifications for all the data types in the point database, and I've created a point file format to use to import the points.
It's a database of existing curb ramps, the data includes things like widths, slopes, some text, and a hyperlink to the Google Streetview at each ramp. I've created a custom point label that will show the data I need to see at each ramp.
All goes great except that the import fails because of the hyperlinks. I've tested it by removing the hyperlinks from a small test portion of the data set, and the test points are then successfully imported. I suppose I can delete the hyperlinks from the entire database, but if there is a way to include the hyperlinks in the point import I would prefer that.
In uploading the Point input data into the AutoCAD Civil 3D 2013 software program, is it possible for me to add more Point Attribute items after Point Number, X, Y, Z? I need to have the chemical results/data attached to the (sampling) Point that has the Point #, X, Y, Z - like Point Number, X, Y, Z, Arsenic, Lead, Mercury in the input .txt (or .csv) file.