[Tutor] how to fix coordinates a part in assembly

2014-08-12 Thread 王学敏
Dear python users, Since instance includes lots of parts, I want to fix one of the part's coordinates in local coordinates in assembly. How can I fix it. Thank you in advance. Best regards, Amy ___ Tutor maillist - Tutor@python.org To unsubscribe or c

Re: [Tutor] how to fix coordinates a part in assembly

2014-08-12 Thread Alan Gauld
On 12/08/14 02:15, 王学敏 wrote: Dear python users, Since instance includes lots of parts, I want to fix one of the part's coordinates in local coordinates in assembly. How can I fix it. Thank you in advance. As with your other message you give us no clue what you are doing. What is a part? what

Re: [Tutor] IndentationError

2014-08-12 Thread Peter Otten
王学敏 wrote: > Dear Python Users, > > Attachment is python code. > > The function of this code is that I want to insert lots of fiber into > matrix, data is a list storing translate vector. When a fiber is > translated to matrix, I used fiber to cut matrix. So the new part will be > generated, I d

Re: [Tutor] how to fix coordinates a part in assembly

2014-08-12 Thread Mark Lawrence
On 12/08/2014 02:15, 王学敏 wrote: Dear python users, Since instance includes lots of parts, I want to fix one of the part's coordinates in local coordinates in assembly. How can I fix it. Thank you in advance. Best regards, Amy Please refer to "The SSCCE - Short, Self Contained, Correct (Comp

[Tutor] Exercise to work on

2014-08-12 Thread keith papa
Hi, am a newbie to python and I wondering if you guys can give me some exercise to work on. I have learned: print function , if function , strings, variables, and raw_input. The more the better ___ Tutor maillist

Re: [Tutor] Exercise to work on

2014-08-12 Thread Danny Yoo
On Tue, Aug 12, 2014 at 1:52 PM, keith papa wrote: > Hi, am a newbie to python and I wondering if you guys can give me some > exercise to work on. I have learned: print function , if function , strings, > variables, and raw_input. The more the better Do you find yourself doing certain kinds of co