3ds Max :: Can't Create Another Vertex On Certain Line
Dec 28, 2012
3ds max 2012. I know most of the base of the software.But I never understood the technique of adding Polignim, vertexs and lines to the object to make it more realistic
Here I am trying to create a vertex: URL....
This is what happens after I create the vertex: URL....
The problem is that the vertex is not part of the line.You can see it because I moved the vetex. Some of the line was supposed to move with the vertex. This means that vetex is not part of anything. How to create vertex on the line.
I want to create new vertex points in feature line and 3dpol.
I have this: try { if (obj.GetType() == typeof(Autodesk.AutoCAD.DatabaseServices.Polyline3d)) { Polyline3d p3d = (Polyline3d)trans.GetObject(entRes.ObjectId, OpenMode.ForWrite);
always catches the same Exception "the value is not within the expected range" .I have translated it because I get "El valor no está dentro del intervalo esperado". Perhaps is this: " Value does not fall within the expected range.".
I have tried it with different point3d values but always catches Exception.
With pol3d I have similar problem.
Autocad Civil 3D 2014 +SP1 Quad Core Intel i7 3770-cpu 3.40Ghz. ssd samsung 840 pro 512gb+ssd samsung 840 pro 256 gb+1tb hdd 32gb RAM 1600 Mhz. nVidia Quadro 2000. Win 7 Pro 64bit
I know this is probably very simple and despite having been using CAD for 15 years I cant find the answer.
In every cad version Ive had, you can do the following:
-You draw a simple line, then you want the right vertex to move 500mm to the right, so you select the vertex, pull to the right with polar tracking, type 500, and job done. Same if say you wanted the same vertex to move up, down etc.
If i try this same thing with a line at an angle, it works as i would have thought, but if i do it with a horizontal line and want to move the vertex horizontally, it seems to act weird and draws the line 500 but from the left hand point.
I would like to clone a cylinder along a Line, but not with a linear spacing between the cylinder, but center on the vertex of the line (see image).I have trying with the spacing tool, but I can't do that I want...
I have two line edges that cross but need a vertex at that point where they intersect. The lines are on different objects. How would I create one? I imagine this comes up quite a lot but it seems really difficult to do.
I've seen a label style somewhere that can label the elevation of vertices and elevation points on feature lines. How to style or a procedure for creating a style for this?
I've found a couple of blogs that layout the steps for a style but it seems there are a few ways to do it so I'm looking for what could be considered the most effective/versatile approach.
I’ve had this problem with my proposed elevations for quite some time so I finally want to fix it while I’m a little slow. The problem I have is when I change scales, my elevation’s (in dragged state) leader vertex does not connect to my line. I’ve attached my lable styles...
I'm trying to write a lisp routine to create a two line MLEADER but i can only get one line of text. Creating the MLEADER manually from the command line i just have to hit enter after the first line of text to add a second line. How would i do this in a lisp routine?
For example, I'm making revisions to a plan and drag a block or xref of the floor plan changes where walls/doors/windows have moved. I want to be able to simply pick the underlying linework as opposed to tracing over each line of said xref/block.
I have feature line with elevations that represents bottom of ditch and want to go UP 3:1 slope. also i have edge of road feature line that is higher than ditch and want to go 2% down until it hits side of the ditch that is 3:1. Any easiest way in civil 3d to create intersection line between ditch bottom going up 3:1 and edge of road going down 2%?
How do we do a break and or jog line in a section so we make things shorter? I did find the DIMJOGLINE command and that will be great for the dimensions but what about the other stuff, do we have to do that with a block or draw the thing, if that's the case what are you doing to handle this?
Im triyng to create a centerline from a line that was converted to outline then outline converted to Object. Once its converted to a object can i create a center line inside that object
I would be possible to create a plugin that could create a line with different width. Photoshops pen tool where you can fill stroke, and simulate pressure.
It would not have to be an advanced plugin, it would only require 2 features:
1. Max width (the maximum width in the middle of the line) 2. And of course would let you decide where the line should be.
look at the attached still (image URL link: connective tissue image ). I am trying to figure out creative ways to create the yellow vine like connective tissue strands in the still. I'm looking for a fast & render optimized solution. I don't want to sit and spend a day creating renderable splines.
My question is about the criation of the mulilines using UTM and VBA.
Let's go! I have the next script:
Public Sub LinhaDuplaContinua() Dim multiLineObj As AcadMLine Dim Vertices(1 To 36) As Double Vertices(1) = 547990.632012883 Vertices(2) = 9500776.33954744
[Code]..
This script add a new multi-line in the AUTOCAD.
How I configure that line in the VBA? I need create parallel lines with determinate offset and width.
I need create this type lines in determinate time:
I want to create a copyright signature line that can be put at the bottom of a picture and reused on many other pictures and sized to fit easily each time I want to use it and stored where it is easy to find and used over again multiple times and so on.
I have an image that has a set of curved lines in it. I want to keep just these lines from the image, and delete everything else.
Can people recommend what is the best way to accomplish this?
I know that i could use the pen tool to manually trace over these lines, and i don't need to preserve the color of the lines, so this would work. But it would be better to not have to do it manually.
I've successfully used the magic wand tool to select the area outside of these lines, and i can then invert the selection to select the area inside of these lines. This should put me about one step away from getting to where i'm trying to go, but i don't know what the final step should be.