Tagged Questions

STEP (Standard for the Exchange of Product data), otherwise known as ISO 10303, provides a mechanism that is capable of describing product data throughout the life cycle of a product, independent from any particular system. The nature of this description makes it suitable not only for neutral file exchange, but also as a basis for implementing and sharing product databases and archiving.

learn more… | top users | synonyms

5
votes
1answer
81 views

Mathematica - Plotting a step function

I'm trying to plot a couple of UnitStep functions, but for some reason, Mathematica won't plot the whole function - Just the top (it doesn't look like a step, more like a line). How do i tell ...
5
votes
2answers
284 views

GDB auto stepping - automatic printout of lines, while free running?

I often end up needing this, and I'm not even sure I formulated my question correctly - but cannot really find any related simple explanation ... In essence, I would like to be able to set a ...
4
votes
2answers
442 views

Parsing a CAD or BIM file and fetching/exporting the 'Layer Name'

Sound-byte Question: How easy or difficult is it to parse a CAD/BIM file and return(export) just the names of those 'Layers, Sheets, or Worksets' contained within? More Detailed Question: I'm a ...
3
votes
1answer
324 views

Autotools automatic invocation of lcov after 'make check'

I have successfully set up an autotools project where the tests compiles with instrumentation so I can get a test coverage report. I can get the report by running lcov in the source dir after a ...
2
votes
1answer
45 views

Slider, how to make “step” size change - JQuery

I want to do something: http://astro.unl.edu/naap/hr/animations/hrExplorer.html This example is in Flash but I'm doing mine in JQuery. See my code: http://jsfiddle.net/NYZrz/9/ I'm having problem ...
2
votes
1answer
109 views

Why SQLite 3.7.2 is 3 times faster than 3.7.9 on Step operations

I have checked out the 3.7.2 SQLite from http://olex.openlogic.com/packages/sqlite/3.7.2 I also took the latest 3.7.9 from http://www.sqlite.org/sqlite-amalgamation-3070900.zip Compiled both with the ...
2
votes
2answers
61 views

Can I get the perl debugger to automatically display the lines around the current one?

I want to quickly step through my script in the debugger, but be able to see the lines around the one being executed. n = next v = view surrounding code i.e. instead of pressing n, v, n, v, n, v, ...
2
votes
1answer
91 views

Can there be a step function and a normal function for the .animate() callback in jQuery?

I'm trying to use a step: function to make my "tab" div and an "options" div slide out at the same time (i.e., sync the animation of the two divs), but I also need a regular function for the ...
2
votes
3answers
339 views

STEP/EXPRESS tools for .NET

Has anyone had any experience with using the STEP and EXPRESS formats in a .Net environment? I am looking for a tool that will generate a c# class structure based on an EXPRESS schema. I would also ...
1
vote
1answer
63 views

Logging every step and action by Python in a Large Script

I have created a large python script at the end. But now I need a logger for it. I have input steps, prompts.. Function calls.. While Loops.., etc. in the script. And also, the logger is have to log ...
1
vote
2answers
3k views

best tool for step/iges to stl conversion?

I need code to my app that converts CAD files (mostly .step, .iges) into 3D surface models (.stl). Do you have a suggestion? Freely available stuff? (One suggestion per posting)
0
votes
0answers
11 views

strange issue with macbook pro internal keyboard step over and exc_bad_access

i have a xcode project. When i start it without breakpoints it works fine in simulator and on my iOS devices. But when i create any breakpoint in any place which works fine without it and try to step ...
0
votes
1answer
41 views

Are values in STEP part 21 (ISO 10303-21) CAD files freely embeddable in entities?

Are values in entities freely embeddable in an ISO 10303-21 formatted file? In all the examples I've seen that were generated from CAD programs, length_measure is embedded in ...
0
votes
0answers
15 views

What are extensions for Express schema file?

Guys, what is the extension for express schema file? I mean either .express or .exsrc? I have seen two different extensions for same express model. BTW, what are the extensions for EXPRESS-C, ...
0
votes
1answer
60 views

How convert XML to STEP(p21) format?

I am new STEP and Express modelling. How can i convert XML data into STEP "p21" file using C++ bindings and CAA module? Where can i find good tutorial for EXPRESS modeling language? If i am missing ...
0
votes
0answers
23 views

STEP and EXPRESS using c++

I want to learn STEP and EXPRESS modelling language for my project. I also want to use CAA module to write a STEP implementation using SDAI C++ bindings to convert XML to STEP file. What is the good ...
0
votes
0answers
25 views

Jcrop “stepping” - set single step

sorry for english. What I need: When I Zoom the picture 500% - I need the jcrop use 5px stepping in "x" and "y" axes. Is that possible? I dont find any API to do that. Default Jcrop is set to 1px ...
0
votes
0answers
58 views

Pending Steps in Cucumber with Javascript

I'm new to cucumber, i'm using it with Javascript + therubyracer (to generate JS code) but the problem is that i cannot handle Pending Steps in JS, Any idea ? (sorry for the basic English). Thank You ...
0
votes
0answers
52 views

python: GtkHScale slider increment step with mouse

I am using Python/Gtkbuilder and Glade. I created a GtkHScale, it works fine BUT the "step_incr" param of the adjustement object has effect only with keyboards arrow (which is specified in the doc). ...
0
votes
1answer
71 views

add step to checkitout

My company have just baught Ivan's CheckItOut extension, and I'm trying to add a step in it. Actually, I did have this step integrated into "regular" OPC. Looking at the extension's code, I see ...
0
votes
2answers
284 views

JQuery equivalent of Node.js Step / Async modules

Do you know any JQuery plugin which is equivalent of Node.js Step or Async modules? Here are descriptions: https://github.com/creationix/step/blob/master/README.markdown ...
0
votes
0answers
226 views

Translating an (x,y) vector to IGES/STEP/STL object

I have generated an x,y vector via MATLAB of arbitrary length that roughly describes a circle in a plane. I need to convert this into a CAD object and ouput a STEP, IGES or STL file for use in a ...
0
votes
2answers
228 views

Which language to chose for CAD application development

I am planning to develop a CAD application. I am bit confused in deciding which language to chose for the development. My main focus is on the application performance and quality. Right now I have 2 ...
0
votes
2answers
352 views

Alibre Design file format

Did anyone try to read programmatically an Alibre Design CAD file? I see that deep inside a part file (*.AD_PRT) there's an STEP/ISO 10303-21 structure, but I'm wondering about the rest of the file.. ...