To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.devOpen lugnet.cad.dev in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Development / 7872 (-10)
  Need help on delphi?
 
Hello to all, Thanks to all for helping me before still need help I made this thing to sum position and add pluss -20 LDU but I can make it work 100% something is wrong can someone check it and tell me how to fix it? XXXXXX DELPHI CODE XXXXXX begin (...) (22 years ago, 20-Sep-02, to lugnet.cad.dev)
 
  Re: Rotation of Systems
 
To make rotation work like you want, you have to move the group to the origin of the MLCAD space, rotate the group, then relocate the group to where it started. Kevin (...) figuring (...) (22 years ago, 20-Sep-02, to lugnet.cad.dev)
 
  Re: Rotation of Systems
 
(...) How about this? s.origin = singlepart.origin For (each part) diff.origin = part.origin - s.origin part.origin += diff.origin rotate part about part.origin part.origin -= diff.origin Scribble the movement on paper and see if it works. I think (...) (22 years ago, 20-Sep-02, to lugnet.cad.dev)
 
  Re: Rotation of Systems
 
(...) Actually, I am wanting to know how to do this programmatically (i.e. with rotation matricies) -Orion (22 years ago, 20-Sep-02, to lugnet.cad.dev)
 
  Re: Rotation of Systems
 
(...) Put the system of parts in a sub-model, with the origin at the point of rotation, then include the sub-model and rotate that. HTH ROSCO (22 years ago, 20-Sep-02, to lugnet.cad.dev)
 
  Rotation of Systems
 
I've been puzzling with this for days and I give up. Here's my problem: I can rotate a single part about it's origin but I'm having trouble figuring out how to rotate a system of parts about the origin of a given part in the system. Can someone (...) (22 years ago, 20-Sep-02, to lugnet.cad.dev)
 
  Re: I need help on Delphi so I can finnish my program
 
"Eduardo Vazquez Harte" <eduvazhar@terra.es> skrev i meddelandet news:H2nHw2.GBC@lugnet.com... (...) edits. (...) const CtrlAndSpace = [#0..#32]; var s: string; p, q: integer; begin s := ListBox1.Items[ListB...temIndex]; p := 1; while (p < (...) (22 years ago, 18-Sep-02, to lugnet.cad.dev)
 
  Re: LPub - LEGO Publication made easy!
 
(...) I am having a problem. The first time I used it, I just opened a .dat file, generated instruction images, and although it took a while, everything worked just fine. After that I created both times of webpages. Then, I thought, hey, I should (...) (22 years ago, 19-Sep-02, to lugnet.cad, lugnet.cad.dev, lugnet.inst)
 
  Re: I need help on Delphi so I can finnish my program
 
(...) If you don't want to use the ExtractStrings function then do this: StringList := TStringList.Create; i := 1; String1 := ''; String2 := ListBox.Items[ListBo...temIndex]; while i <= Length(String2) do begin if String2[i] <> ' ' then begin (...) (22 years ago, 18-Sep-02, to lugnet.cad.dev)
 
  Re: I need help on Delphi so I can finnish my program
 
(...) Hi Eduardo, Have you considered asking the nice folks on the delphi newsgroup? (URL) might have better luck with this sort of question if you ask them. I suspect only a small percentage of the readers of the lugnet.cad.dev group know a whole (...) (22 years ago, 18-Sep-02, to lugnet.cad.dev)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR