You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to delmia_quest
Hello
I'd like created with a source a sequence if my buffer is empty
1 PartA and
5 PartB and
1 PartA
I did a SCL program but
USER_ATTRIB count : Real
procedure source2()
var
the_elem : Element ii : integer ee : integer dd : integer Part1 : Part_class Part2 : Part_class
Begin
delay 5 the_elem = get_element('Buffer1') wait until total part_count 0 for the_elem for ii=1 to 1 by 1 do Create(PartA) for dd=1 to 5 by 1 do Create(PartB) for ee=1 to 1 by 1 do Create(PartA) Endfor Endfor Endfor Pass() the_elem = get_element('Buffer1') wait until total part_count 15 for the_elem
End
Could help me please?
Thank you
higs...@gmail.com
unread,
Dec 4, 2018, 5:49:05 AM12/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message