How to use parameters like length of a curve to drive following features... / Pro ENGINEER
|
By Michael Westphal
|
19. Juli 2002, 20:59
|
Hallo folks, how can I use the length of a curve for my following features?
I want to use these parameters (length or radius or angle) in a relation but I don't know how to grab this parameters. In my particular case I have a ellipse and a certain number points on that with equal distances between them. To calculate the value of the distance I need the length of that elliptic curve. The other day, I wanted to make two angles in the scetcher equal. How does that work? For hints many thanks in advance.
|
|
By ble
|
19. Juli 2002, 21:25
|
Hi Michael,if you have the BMX module of pro, you are able to create analysis feature. You have to create a analysis feature to get the length of the curve. The result of these analysis can be used in a relation for getting the distance of the points. Regards, BLE
|
|
By Michael Westphal
|
19. Juli 2002, 23:00
|
Hallo ble,Ich habe bereits ein Analyse-KE erstellt. Die Länge der Kurve wird gemessen (Param-Name: Length) Was muß ich nun in der Beziehung schreiben, (welche Syntax)? Ich schrieb: l2 = length / p4 Es kommt die Fehlermeldung: "length" unbekannt (oder so ähnlich) Was mache ich falsch? Danke!
Michael
|
|
By zwatz
|
20. Juli 2002, 13:41
|
Hier sollte die Frage zur Syntax geklärt werden (und auch noch ein paar Details mehr).Gruß Thomas [Diese Nachricht wurde von zwatz am 20. Juli 2002 editiert.] [Diese Nachricht wurde von zwatz am 20. Juli 2002 editiert.]
|
|
By Manfred
|
20. Juli 2002, 18:02
|
Hallo, gemessene Parameter werden in Beziehungen mit folgender Syntax übernommen: z.B. I2 = length:fid_<fid-id> / p4 Gruß Manfred
|
|