-
Get Edge/Curve Parameters?
Unless I'm missing something, it seems it's currently not possible with FeatureScript to extract the control points, knots, weights, etc. of an existing edge or curve. It really seems like a fundamental problem. Is this on the roadmap? I do see opSplineThroughEdges in the documentation, but it sounds like it's…
-
can't close a sketch profile using a spline
greetings, I have four splines. One makes a simple two point spline curve, the second is it's offset. The remaining two are 3 point splines enclosing the ends of the of the first two. I'm having a hard time getting one of the end splines to close for a profile. I use the coincident constraint when I start and end the…
-
Attach Spline
I'm not seeing how to attach a spline to another spline. Am I blind?;)
-
exiting the spline tool
when I'm exiting the spline tool do i have to hit escape every time? Other feature like lines and circle and stuff when you re hit the feature button or switch to any other tool it keeps the line/shape you made. This doesn't happen withe the spline tool tho.
-
Does anyone use the Sketch Spline Tool?
Does anyone out there use the Sketch Spline Tool? Basically, I think it is an unusable tool. Its behavior appears unpredictable and genuinely unproductive. Am I missing something? For example, if one were to adjust a section of a curve, it will affect other areas. This makes no sense to me. (I think it may be time for…
-
How to create a Natural Spline / Minimal-Energy Spline
I'm working on a new FeatureScript to quickly create hose routings: In the FeatureScript I can select a start, end and midpoints. A fitspline is going through all points. * Now I would like to know how to create a "Natural Spline / Minimal-Energy Spline" This means that the spline should behave like a bend hose/wire. * Can…
-
Split, Android
I like that for many commands, a box opens up where you decide which entities are used in the operation. Sort of like an input parameter where you can edit the inputs. For the split command, this is not so and on Android, it makes it hard to use. I want to split a spline where another spline intersects. If I select the…
-
Can't extrude spline problem
Hi! I traced an image with the spline tool and with the line tool, but I can't seem to be able to extrude it. Any help/advice is appreciated... I am a beginner. Attatched is a picture of what I am trying to extrude and a link to a copy of the project.…
-
Measure distance between two points along a spline
I'm wondering if there's a way to set two points on a spline and then measure the distance between these two points, along the spline, not the minimum distance (which is what shows up automatically in the measurements bar). Any thoughts?
-
Proportionally Resize a Spline
I freehand drew my initials with the spline tool. I like the proportions and shape of the letters and the dimensions are ~32x45mm. This is too big for what I'm making, but I'm struggling resizing the splines without destroying the geometry/shape of the letters. I was hoping the bounding box would help, but to no avail. Any…
-
GeometryType.OTHER_CURVE documented but not implemented?
This query doesn't seem to work, but similar ones for GeometryType.ARC and GeometryType.LINE do: `var asCurves = evaluateQuery(context, qGeometry(path.edges[i], GeometryType.OTHER_CURVE));` The message I get is `@evaluateQuery: Unknown geometry type: OTHER_CURVE`. But the docs for the GeometryType enum do have the other…
-
Querying points on a curve
Hi I am currently working on a script to auto spline between my aerofoils, but I am having trouble's. I tried querying the vertices adjacent to the profile, however this only gave me the leading and trailing point. I have now queried the upper and lower splines and attempted to do a line intersect but obviously a spline…
-
Spline sketching problem.
When trying to constrain a spline somewhere along its middle
(such as: pass through a point, or even worse – also tangent to, say, a
horizontal line through that point) - I find myself fighting a disturbing dependency
between the two spline's end curves guides. How can I free that dependency? Thank you Avshalom.
-
3D splines can't be extruded or lofted
It seems that 3D splines created in FeatureScript can not be extruded or lofted to create solids with them. When drawing closed curves with opFitSpline I can't even select them in the Extrude command. I am doing something wrong?
-
Missing Spline Handles
I've drawn a spline, but the spline handles seem to be missing. Where are they? Thanks, Jay
-
First project & request for more examples
Hi all, I'm starting to fiddle around with FeatureScript, and have an idea for a feature that I'd like to build out. I've run into some trouble, and would appreciate any suggestions folks have. My Idea: Briefly, I'll explain what I'm trying to do. I want to create a feature to automatically split cylindrical features with…