6
votes
10answers
376 views
How to make next step of a string. C#
The question is complicated but I will explain it in details.
The goal is to make a function which will return next "step" of the given string.
For example
String.Step("a"); // …
2
votes
3answers
295 views
How to implement a fixed-step loop?
I am attempting to create a fixed step loop in my program, but for some reason I just can't seem to get it to work properly. Basically what I need is a loop that does:
while(!over …
0
votes
1answer
79 views
STEP/EXPRESS tools for .NET
Hi,
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 EXPRE …
0
votes
2answers
95 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 …
0
votes
2answers
86 views
What interface should I implement to create step driven events for my class?
I want to create a similar behavior to the data reader class but for a bespoke emailer program so that I can do the follow
Dim sender As New EmailSender(emailTemplate)
While sende …
