-
What is the best way to extract or make a sketch of this profile?
I tried to use Use but got the "Some of the face edges could not be used in the sketch." message. Here is the model sectioned showing the profile I would like to capture.…
-
How to Move a Sketch?
I've sketched a rectangle (by center) on the top plane. I would like to move it horizontally and vertically by some discrete values. I have two challenges:* Firstly, when I try to select the rectangle, only one edge is highlighted. Shouldn't the entire rectangle be selected if I have chosen Rectangle as the Sketch option?…
-
Sketch : How to link dimension from other dimension ?
Hi, My 1st technical question. Please see below image. How to link with other dimensions when inputting new dimension? Is there a Variable list somewhere, should I refer to it? Thanks first,
-
How can I find the intersection points from 2 circles in 2 sketches (w scripting)
Hello I want to find the intersection points of 2 circles I tried : var i = 1; var j = 2; // sketches Id var test_i = id + ("sketch_" ~ i); var test_j = id + ("sketch_" ~ j); // circles Id var circle_i = "circle_" ~ i; var circle_j = "circle_" ~ j; // circle edges var edges_i = sketchEntityQuery(test_i, EntityType.EDGE,…
-
Trouble With Splitting Surface
I'm trying to build a helmet and extrude only portion of a surface. I have one version of the helmet where it's working, but I'm trying to do it on a second version and I can't understand why it is not working on the new version of the helmet. I received some help on the working version, and I've been going through…
-
plane creation questioning
Hello My question :how can I create a normal plane, with an origin point specified on its normal line, and with a pierce point on another specified point..... Let see on a drawing : I created the circle0 with the following code : var R = definition.Radius;
var Angle = definition.myAngle;
var x0 = definition.Xcoord;
var y0…
-
Sketch Linear Pattern Direction
I'm trying to create a linear pattern in a SKETCH. I can edit count and distance - but the default arrow/direction that comes up is to the right. If I click it it will jump to the left. But if I want it to go in a different direction (i.e. down) it appears as though my only option is to drag it as such. However, in doing…
-
3D polylines with featurescript?
Hi. I want to make featurescript where I can make a 3D polyline with featurescript. When the polyline is created I also want to be able to make sketch fillets on the corners afterwards. How should I approach this? One of the featurescript samples is "Featurescript 3D spline". Can I use this as a basis?…
-
FS generated sketch to be accessible in Asseblies
Aloha All, I am trying to write a FS that generates a sketch that is accessible from within Assemblies. What I am seeing is that a feature is generated with the sketch I have devised but this "sketch" isn't available to insert into an Assembly. Is there a way to create a sketch in FS that shows up as an actual sketch…
-
Something better than Sketch Wrapping?
Are there other Featurescripts out there that do all the warping/wrapping of sketches in @konstantin_shiriazdanov Sketch Wrapper? There are several FS in the document, including Rect to Polar, which I've used a bunch to take text and a logo and make it flow along an arc. The downside is that the feature is really slow, and…