blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 4
214
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
50
| license_type
stringclasses 2
values | repo_name
stringlengths 6
115
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringclasses 21
values | visit_date
timestamp[us] | revision_date
timestamp[us] | committer_date
timestamp[us] | github_id
int64 141k
586M
⌀ | star_events_count
int64 0
30.4k
| fork_events_count
int64 0
9.67k
| gha_license_id
stringclasses 8
values | gha_event_created_at
timestamp[us] | gha_created_at
timestamp[us] | gha_language
stringclasses 50
values | src_encoding
stringclasses 23
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 1
class | length_bytes
int64 5
10.4M
| extension
stringclasses 29
values | filename
stringlengths 2
96
| content
stringlengths 5
10.4M
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5d764f3cb435df4a83e36ef546db62cd499765f2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3363/CH14/EX14.3/Ex14_3.sce
|
f1cd0f4775430a1088db77916389db68d9ddd9df
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 347
|
sce
|
Ex14_3.sce
|
//Example 14.3, Page 514
clc
u=9.3*10^-24//in Tesla
B=1//in Tesla
Eb=u*B*6.24150934*10^18
T=300//in K
k=8.6*10^-5//ev/k
x=k*T
s=(Eb/x)*100
disp('Part a')
printf("\n The percentage is %f",s)
disp('Part b')
n=2.0*10^28///m3
k=1.38*10^-23//in J/k
uo=4*%pi*10^-7//T-m/amp
con=(uo*n*u*u)/(k*T)
printf("\n The number of unpaired electrons is %e",con)
|
bd6dd1f03ff0a6f701978906dbf471a8b75bc924
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3784/CH5/EX5.1/Ex5_1.sce
|
939485dfc525528a8049081f1a12e42c8c0390f3
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 633
|
sce
|
Ex5_1.sce
|
clc
//Variable Initilisation
Ns=1500 //Speed of Squirrel Cage Induction Motor in RPM
N1=1460 //Speed of Squirrel Cage Induction Motor in RPM
N2=1350 //Speed of Squirrel Cage Induction Motor in RPM
// At 1460 rpm the speed slip is given by
S1=(Ns-N1)/Ns //Slip
I=(sqrt(1/3)*(2/3))/(sqrt(S1)*(1-S1))
// At 1350 rpm the speed slip is given by
S2=(Ns-N2)/Ns //Slip
I1=(sqrt(1/3)*(2/3))/(sqrt(S2)*(1-S2))
//Results
printf('\n\n The motor maximum Current in terms of rated current at the above speed =%0.1f \n\n',I)
printf('\n\n The motor maximum Current in terms of rated current at the above speed =%0.1f \n\n',I1)
|
bdec5ea63bee3e78d6ed7c10c257ac2441dfc792
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2672/CH3/EX3.34/Ex3_34.sce
|
b7fb55e15364704a4895a05a5795166fea030b55
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 394
|
sce
|
Ex3_34.sce
|
//Example 3_34
clc;
clear;
close;
format('v',6);
//given data :
R=4;///ohm
L=0.5;//H
V=100;///V
f=50;//Hz
C=(1/2/%pi/f)^2/L*10^6;//micro F
disp(C,"(a) Capacitance at resonant Frequency(micro F)");
I0=V/R;//A
VC=I0/2/%pi/f/(C*10^-6);//V
disp(VC,"(b) Voltage across the capacitor at resonant(V)");
Q=VC/V;//Q-factor
disp(Q,"(b) Q-factor");
//Answer is not accurate in the book.
|
63774abd54587ff48b94ae7cae6d0f43a8d2ad14
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/257/CH13/EX13.6/Example_13_6.sce
|
90a337d5cd21dbce8d45cce87ba915bd215f0da4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 225
|
sce
|
Example_13_6.sce
|
syms s X1 X2 X3 U;
T=(s^2+4)/((s+1)*(s+2)*(s+3))
disp("state modle is")
A=[-1 0 0; -0 -2 0; 0 0 -3]
B=[1;1;1]*U
X=[X1;X2;X3]
C=[2.5 -8 6.5];
D=0;
disp(A*X+B,"[diff(X1);diff(X2);diff(X3)]=")
disp(C*X+D,"and Y = ")
|
50efa5a84bf120d3691c68f9fff7e14909659afc
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1859/CH7/EX7.5/exa_7_5.sce
|
c21c0b0cba69ed7851be4c3bd8f950e9fd66812c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 516
|
sce
|
exa_7_5.sce
|
// Exa 7.5
clc;
clear;
close;
// Given data
f=1000;//in Hz
R1=1000;//in ohm
R2=1000;// in ohm
R3=2000;//in ohm
R4=2000;//in ohm
C1=1*10^-6;//in F
r1= 10;// in ohm
omega=2*%pi*f;
C2=C1*R1/R2;//in F
disp(C2*10^6,"Unknown capacitance in micro F ");
r2=(R2*(R3+r1)-R1*R4)/R1;//in ohm
del_1=omega*r1*C1;//in radian
del_1=del_1*180/%pi;// in °
disp(del_1,"Phase angle error1 in degree");
del_2=omega*r2*C2;//in radian
del_2=del_2*180/%pi;// in degree
disp(del_2, "Phase angle error2 in degree");
|
87a931cb1560df5b24cb041771b748068ab57266
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/536/CH9/EX9.18/Example_9_18.sce
|
fd205f4ef38c5d59d5967f54b6d2d9aa53a951fc
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,299
|
sce
|
Example_9_18.sce
|
clc;
clear;
printf("\n Example 9.18\n");
d=1; //Diameter of plate
r1=0.5;
r4=r1; //Radius of the imaginary disc sealing the hemisphere
L=r1; //The distance between the plate and the bottom of the dome
A1=%pi*d^2/4; //Area of the plate
A2=2*%pi*d^2/4; //Area of the underside of the Hemisphere
A4=%pi*r4^2/4;//Area of an imaginary disc sealing the hemisphere and parallel
//to the plate
T1=750;//Temperature of the plate
T2=1200;//Temperature of hemispherical cone
T3=290;//Temperature of the surroundings
sigma=5.67e-8;
//from equation 9.134, the net radiation to the surface of the plate 1 is
//given by:
//Q1=sigma*A2*F21*(T2^4-T1^4)+sigma*A3*F31(T3^4-T1^4)
//using the reciprocity rule:
//Q1=sigma*A1*F12*(T2^4-T1^4)+sigma*A3*F31(T3^4-T1^4)
//All radiation from the disc 1 to the dome 2 is intercepted by the imaginary
// disc 4 and hence F\2 = F\4, which may be obtained from Figure 9.39ii, with
//i and j representing areas 1 and 4 respectively
R1=r1/L;
R4=r4/L;
S=1+(1+R4^2)/(R1^2);
F14=0.5*(S-(S^2-4*(r4/r1)^2)^0.5);
F12=F14;
//The summation rule states that
//F11+F12+F13=1
//F11=0
F13=1-F12;
Q1=sigma*A1*F12*(T2^4-T1^4)+sigma*A1*F13*(T3^4-T1^4);
printf("\n the net rate of heat transfer by radiation to the plate = %.1f kW",Q1*1e-3);
|
a10a18aa833413b7a64f560af959f53a059c5750
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2066/CH8/EX8.4.b/8_4b.sce
|
12c896245bbd140ea39953ecf097fe1bbd0042c5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 428
|
sce
|
8_4b.sce
|
clc
clear
//Initialization of variables
T1=584.6 //R
g=32.2 //ft/s^2
k=1.4
R=53.3 //ft-lb/lb R
V1=600 //ft/s
T2=519.6 //R
pa=14.7 //psi
p1=50 //psia
//calculations
Nm1=V1/(sqrt(k*g*R*T1))
Nm22= ((1+ (k-1)/2 *Nm1^2)/(T2/T1) -1)*(2/(k-1))
Nm2=sqrt(Nm22)
pr=((1+ (k-1)/2 *Nm1^2)/(1+ (k-1)/2 *Nm2^2))^(k/(k-1))
p2=pr*(p1+pa)
dp=p1+pa-p2
//results
printf("Pressure difference between two stations = %.1f psi",dp)
|
8624328e2aa352edbe3634dadd3180ee26cb02a3
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2444/CH6/EX6.10/ex6_10.sce
|
55eb48ad0fe1e6b60e12074ebfac04ae401fcda9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 411
|
sce
|
ex6_10.sce
|
// Exa 6.10
clc;
clear;
close;
format('v',7)
// Given data
Af = -100;// unit less
Vin = 0.06;// in V
Vout = Af*Vin;// in V
Vin = 50;// in mV
Vin = Vin * 10^-3;// in V
A = Vout/Vin;// unit less
//Af = A/(1+(A*Beta));
Beta = (abs(A)-abs(Af))/(Af*A);// unit less
disp(Beta,"The value of ß is");
Amount = 20*log10(abs( 1/(1+(-Af*Beta)) ));// in dB
disp(Amount,"The Amount of feed back in dB is");
|
150a102eec93c9f604a355a5e906fc6158329703
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3876/CH2/EX2.4/Ex2_4.sce
|
9032f3e43a6c5fdfa488bb0132edb746dd58d761
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 256
|
sce
|
Ex2_4.sce
|
//Chapter 2 Gases
clc;
clear;
//Initialisation of Variables
P= 752 //mm
V= 0.2 //lit
T= 21 //C
R= 0.0821 //lit atm mole^-1
m= 0.980 //gms
//CALCULATIONS
M= m*R*(T+273)*760/(V*P)
//RESULTS
mprintf("Molecular Weight of Chloroform = %.1f gms per mole",M)
|
77dbefc5ec4ae482c8d321761f60e373f433a988
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1199/CH4/EX4.4/4_4.sci
|
495058a3cfdfda6c0bea666e7f4727d806fb0bd7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 319
|
sci
|
4_4.sci
|
// 4.4
clc;
delta=4.8;
Es=2.4;
K=delta/Es;
Es1=7.2;
delta1=K*Es1;
Es2=10;
delta2=K*Es2;
fs1=500*10^-3;
mf1=delta/fs1;
printf("\nmodulation index for Es (2.4) =%.1f",mf1)
mf2=delta1/fs1;
printf("\nmodulation index for Es(7.2)=%.1f",mf2)
mf3=delta2/fs1;
printf("\nmodulation indexfor Es(10) =%.1f",mf3)
|
7763210f800ebc16097f5521a240977820e0b720
|
eec0cb8a9a3987d4e28fc22c89750a158a00ea84
|
/Assignment8_team8/ComputerAdd.tst
|
b57e6826073569895e58e74b7e67e79c3adec545
|
[] |
no_license
|
Archaic-Mage/CS2310_LAB_Assignments
|
8ac90e0123de95f5cf8db709cd7761962bf8cef2
|
e922b59fc1350db3f23b07b8f5986ac54f197c8d
|
refs/heads/main
| 2023-08-29T23:42:07.913682
| 2021-11-16T14:00:05
| 2021-11-16T14:00:05
| 401,640,543
| 1
| 1
| null | 2021-10-01T05:55:36
| 2021-08-31T09:10:15
|
Scilab
|
UTF-8
|
Scilab
| false
| false
| 673
|
tst
|
ComputerAdd.tst
|
load Computer.hdl,
output-file ComputerAdd.out,
compare-to ComputerAdd.cmp,
output-list time%S1.4.1 ARegister[0]%D1.7.1 DRegister[0]%D1.7.1 PC[]%D0.4.0 RAM16K[16]%D1.7.1 RAM16K[17]%D1.7.1 RAM16K[18]%D1.7.1 RAM16K[19]%D1.7.1;
// Load a program written in the Hack machine language.
ROM32K load add.hack,
output;
//setting a, b, c
set RAM16K[16] 9, set RAM16K[17] 3, set RAM16K[18] 6;
// First run (at the beginning PC=0)
repeat 8 {
tick, tock, output;
}
// Reset the PC
set reset 1,
set RAM16K[0] 0,
tick, tock, output;
set reset 0,
set RAM16K[16] 8, set RAM16K[17] 7, set RAM16K[18] 5;
// second run (at the beginning PC=0)
repeat 8 {
tick, tock, output;
}
|
496fa31ff8edea9605b2f72f71ce349b36e69091
|
8c802fb8c6a8dc8ed61222ce257eb61f580a462e
|
/projects/01/Not16.tst
|
4086c1d9065b2372ed8493f5ab8be77cdee17edb
|
[] |
no_license
|
radavis/nand2tetris
|
0703b55695378cd8ec279599a34114cbfba48ef7
|
021ba06dbbe203206b44360f162a0d64e2dc41f9
|
refs/heads/master
| 2021-01-01T20:05:37.036752
| 2015-05-16T19:13:31
| 2015-05-16T19:13:31
| 34,955,667
| 8
| 3
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 370
|
tst
|
Not16.tst
|
// File name: projects/01/Not16.tst
load Not16.hdl,
output-file Not16.out,
compare-to Not16.cmp,
output-list in%B1.16.1 out%B1.16.1;
set in %B0000000000000000,
eval,
output;
set in %B1111111111111111,
eval,
output;
set in %B1010101010101010,
eval,
output;
set in %B0011110011000011,
eval,
output;
set in %B0001001000110100,
eval,
output;
|
7b1a0eca127d4a4f232474fad8f4946cd1e9980d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3772/CH15/EX15.12/Ex15_12.sce
|
9dd2475cba9f328b9579ed7228309847f9ecb046
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 764
|
sce
|
Ex15_12.sce
|
// Problem no 15.12,Page no.359
clc;clear;
close;
D=0.038 //m //External Diameter
d=0.035 //m //Internal Diameter
d_1=0.0008 //m //Steel wire diameter
p=2*10**6 //pa //Pa //Internal Pressure
sigma_t_1=7*10**6 //Pa //Circumferential stress
//E_s=1.6*E_s
m=0.3
//Calculation
t=(D-d)*2**-1 //m Thickness
//sigma_t*2*t=%pi*d*2**-1*sigma_w
//From Above equation we get
//sigma_t=0.419*sigma_w (Equation 1)
sigma_w_1=(p*d-sigma_t_1*2*t)*(2*d_1**-1*%pi*4**-1*d_1**2)**-1 //stress in wire
sigma_l=p*d*(4*t)**-1 //Longitudinal stress in tube
//Now Equating equations of strain in tube and wire we get
sigma_w=-(1.6*(sigma_t_1-sigma_l*m)-sigma_w_1)*1.67**-1*10**-6
//Result
printf("The Tension at which wire must have been wound is %.2f",sigma_w);printf(" MPa")
|
b150669b24d076fde41dc9c7231bf74c73368db7
|
e98ecd181a759a845d06627abbe4aa5fa643ce27
|
/Project/hardware/export_db/master_example.cmp.sci
|
b3992b75744571618ae53df0dc7ce7ce5ded5f9b
|
[] |
no_license
|
abdulkhan94/ASIC-Design-Lab
|
3eb813a00aaf424f4d7bcdabc5a0c16675edc6e8
|
ee1d8713d3a65d21a7e0e27baeb2e9db917c1b49
|
refs/heads/master
| 2021-06-17T11:55:03.983197
| 2017-05-23T05:24:30
| 2017-05-23T05:24:30
| 92,132,619
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 69,533
|
sci
|
master_example.cmp.sci
|
<session design_hash="00000000000000000000" m_completed_compilation="false">
<stp_instance is_hdl_type="false" m4k_usage="0" m512_usage="0" mram_usage="0">
<sci_design_instance entity_name="" instance_hpath="" instance_name="auto_signaltap_0" ir_bits="0" is_auto_index="false" is_imported_from_partition="false" is_incremental="false" node_info="0x30006E00" source_file="">
<parameters/>
<inputs/>
<outputs/>
</sci_design_instance>
<stp_signal_set clock="CLOCK_50" data_input_width="0" dpo_name_vec_size="0" is_dpo_vec_size="0" is_global_temp="true" name="signal_set: 2015/05/03 17:56:18 #0" ordered_data_ports_vec_size="260" ordered_trigger_ports_vec_size="260" ram_type="" sample_depth="128" storage_qualifier_input_width="0" trigger_in_connected="false" trigger_in_source="" trigger_input_width="0" trigger_out_connected="false" trigger_out_source="" wire_vec_size="0">
<stp_trigger advanced_trigger_string="b" crc_value="0x70A9C8B1" custom_flow_control="false" event_levels="1" name="trigger: 2015/05/03 17:56:18 #1" power_up_trigger="false" segment_size="128" storage_qualifier_mode="off" uses_advanced_trigger="false">
<advanced_trigger_crc_vec>
<advanced_trigger_crc value="empty"/>
</advanced_trigger_crc_vec>
<advanced_trigger_condition_vec>
<advanced_trigger_condition value=""/>
</advanced_trigger_condition_vec>
</stp_trigger>
<wire_vec/>
<ordered_data_ports_vec>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[16]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[17]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[18]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[19]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[20]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[21]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[22]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[23]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[24]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[25]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[26]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[27]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][16]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][17]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][18]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][19]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][20]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][21]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][22]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][23]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][24]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][25]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][26]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][27]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][28]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][29]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][30]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][31]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][16]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][17]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][18]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][19]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][20]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][21]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][22]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][23]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][24]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][25]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][26]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][27]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][28]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][29]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][30]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][31]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|i[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|i[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|i[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|i[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|j[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|j[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|j[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|j[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[16]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[17]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[18]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[19]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[20]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[21]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[22]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[23]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[24]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[25]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[26]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[27]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[28]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[29]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[30]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[31]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[9]"/>
</ordered_data_ports_vec>
<ordered_trigger_ports_vec>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[16]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[17]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[18]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[19]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[20]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[21]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[22]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[23]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[24]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[25]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[26]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[27]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|address[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][16]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][17]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][18]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][19]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][20]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][21]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][22]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][23]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][24]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][25]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][26]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][27]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][28]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][29]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][30]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][31]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[0][9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][16]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][17]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][18]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][19]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][20]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][21]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][22]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][23]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][24]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][25]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][26]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][27]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][28]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][29]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][30]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][31]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|csr_registers[1][9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|i[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|i[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|i[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|i[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|j[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|j[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|j[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|j[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample1[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample2[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample3[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample4[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample5[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample6[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample7[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|sample8[9]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[0]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[10]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[11]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[12]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[13]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[14]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[15]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[16]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[17]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[18]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[19]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[1]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[20]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[21]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[22]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[23]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[24]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[25]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[26]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[27]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[28]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[29]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[2]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[30]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[31]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[3]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[4]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[5]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[6]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[7]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[8]"/>
<sci_design_wire is_dpo="false" name="amm_master_qsys_with_pcie:amm_master_inst|user_module:user_module_0|state[9]"/>
</ordered_trigger_ports_vec>
<ordered_storage_qualifier_ports_vec/>
<is_dpo_vec/>
<dpo_name_vec/>
</stp_signal_set>
</stp_instance>
<hierarchy_index_offset_map/>
<opencore_plus_spec/>
</session>
|
ffa38881f22ac3cc4f882a7148aad0cfde7b7a48
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/851/CH7/EX7.3/Table7_3.sce
|
c6e943d1055f68b30e8b1d4899f62728c0ad51fc
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,071
|
sce
|
Table7_3.sce
|
//clear//
//Caption:Illustrating the generation of DPSK signal
//Table7.3 Generation of Differential Phase shift keying signal
clc;
bk = [1,0,0,1,0,0,1,1];//input digital sequence
for i = 1:length(bk)
if(bk(i)==1)
bk_not(i) =~1;
else
bk_not(i)= 1;
end
end
dk_1(1) =bool2s( 1 & bk(1)); //initial value of differential encoded sequence
dk_1_not(1)=bool2s(0& bk_not(1));
dk(1) = bitxor(dk_1(1),dk_1_not(1))//first bit of dpsk encoder
for i=2:length(bk)
dk_1(i) = dk(i-1);
dk_1_not(i) = ~dk(i-1);
dk(i) = bitxor(bool2s(dk_1(i)& bk(i)),bool2s(dk_1_not(i)& bk_not(i)));
end
for i =1:length(dk)
if(dk(i)==1)
dk_radians(i)=0;
elseif(dk(i)==0)
dk_radians(i)=%pi;
end
end
disp('Table 7.3 Illustrating the Generation of DPSK Signal')
disp('_____________________________________________________')
disp(bk,'(bk)')
bk_not = bk_not';
disp(bk_not,'(bk_not)')
dk = dk';
disp(dk,'Differentially encoded sequence (dk)')
dk_radians = dk_radians';
disp(dk_radians,'Transmitted phase in radians')
disp('_____________________________________________________')
|
3c9e7aa9314ece699b485f9eda388a350ee96bd8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1673/CH4/EX4.2/4_2.sce
|
97222aa11be9c94258c5838e1239e81c1d7f9580
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 579
|
sce
|
4_2.sce
|
//example 4.2
//least square curve fitting procedure
//page 129
clc;clear;close;
x=[0 2 5 7];
y=[-1 5 12 20];
for i=1:4
x_2(i)=x(i)^2;
xy(i)=x(i)*y(i);
end
printf('x\t y\t x^2\t xy\t \n\n');
S_x=0,S_y=0,S_x2=0,S_xy=0;
for i=1:4
printf('%d\t %d\t %d\t %d\t\n',x(i),y(i),x_2(i),xy(i));
S_x=S_x+x(i);
S_y=S_y+y(i);
S_x2=S_x2+x_2(i);
S_xy=S_xy+xy(i);
end
printf('%d\t %d\t %d\t %d\t\n',S_x,S_y,S_x2,S_xy);
A=[4,S_x;S_x,S_x2];
B=[S_y;S_xy];
C=(A)^-1*B;
printf('Best straight line fit Y=%.4f+x(%.4f)',C(1,1),C(2,1));
|
6a41567ccd05067c6f1549b644bc0fb1013fec13
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1445/CH8/EX8.23/ch8_ex_23.sce
|
55b53553d2dcf6f7618eed9b2420ef109bf426e5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 681
|
sce
|
ch8_ex_23.sce
|
//CHAPTER 8- DIRECT CURRENT MACHINES
//Example 23
disp("CHAPTER 8");
disp("EXAMPLE 23");
//VARIABLE INITIALIZATION
v=230; //in Volts
r_a=0.4; //in Ohms
r_f1=115; //in Ohms
I_a=20; //in Amperes
N1=800; //in rpm
N2=1000; //in rpm
//SOLUTION
I_f1=v/r_f1; //redundant step
E_b1=v-(I_a*r_a);
//rearranging the equation, we get,
r_f2=((E_b1*N2)/((v*N1)-(N1*I_a*r_a)))*r_f1;
r_f2_dash=r_f2-r_f1;
disp(sprintf("The external resistance is %f Ω",r_f2_dash));
//The answer is slightly different due to the precision of floating point numbers
//END
|
0eac28709d1a9135cc7a990bac98878ae4ea17db
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2252/CH17/EX17.3/Ex17_3.sce
|
dda2253ccfc41937c717b69570b9e52e19b7a67e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 196
|
sce
|
Ex17_3.sce
|
P=6//no. of poles
A=P//no. of parallel paths
phi=.018//flux per pole
N=600//speed of rotation in rpm
Z=840//total no. of conductors
Eg=P*phi*N*Z/(60*A)
mprintf("Emf generated=%f V\n",Eg)
|
5ff41221fe7ef117e582cae1997233ce659a9684
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1226/CH17/EX17.44/EX17_44.sce
|
161e9411533898d2c845a2d74fad010ab6b95b60
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 3,912
|
sce
|
EX17_44.sce
|
clc;funcprot(0);//EXAMPLE 17.44
// Initialisation of Variables
D=0.34;..............//Engine bore in m
k=0.5;...............//Four stroke engine
n=1;..................//No of cylinders
L=0.44;................//Engine stroke in m
Ne=400;................//Engine rpm
aic=465;..............//Area of indicator diagram in mm^2
l=60;..................//Length of diagram in mm
s=0.6;...............//Spring constant in bar/mm
W=950;.................//Load of dynamometer in N
CD=7460;................//Dynamometer constant
mf=10.6;................//Fuel used in kg/h
Ca=49500;.................//Calorific value of fuel in kJ/kg
mw=25;...................//Cooling water circulated in kg/min
cpw=4.18;..................//Specific heat capacity of water in kJ/kgC
delt=25;..................//Rise in temperature of water
//Mass analysis of fuel
C=84;..................//Percentage of carbon
H=15;..................//Percentage of hydrogen
In=1;..................//Percentage of incombustible
//Volume analysis of exhaust gases
CO2=9;..................//Percentage of caron dioxide
O=10;..................//Percentage of oxygen
N=81;..................//Percentage of nitrogen
tg=400;................//Temperature of exhaust gases in C
cpg=1.05;..............//Specific heat of exhaust gases in kJ/kgC
tr=25;.................//Temperature of room in C
ppst=0.03;..............//Partial pressure of steam in exhaust gases in bar
cpst=2.1;.................//Specific heat of superheated steam in kJ/kgC
//Calculations
pmi=(aic*s)/l;................//Mean effective pressure in bar
IP=(n*pmi*L*D*D*k*10*Ne*(%pi/4))/6;...............//Indicated power in kW
BP=(W*Ne)/CD;.......................//Brake power in kW
FP=IP-BP;...........................//Frictional power in kW
hf=(mf/60)*Ca;...................//Heat supplied in kJ per min
hbp=BP*60;.....................//Heat equivalent of Brake power in kW
hfp=FP*60;......................//heat equivalent of frictional power in kW
hcw=mw*cpw*delt;..................//Heat carried away by cooling water
ma1=(N*C)/(33*(CO2));...........//Mass of air supplied per kg of fuel
mg1=ma1+1;.......................//Mass of exhaust gases per kg of fuel
mg=mg1*(mf/60);.................//Mass of exhaust gas formed per min
mst1=9*(H/100);.................//Mass of steam formed per kg of fuel
mst=mst1*(mf/60);..................//Mass of steam formed per min
mdg=mg-mst;.......................//Mass of dry exhaust gas
hex=mdg*cpg*(tg-tr);...............//Heat carried by exhaust gases
hst=(2545.5+(cpst*(tg-24.1)))*mst;................//Heat carried by steam in exhaust gases in kJ/kg.....The values are from steam tables corresponding to the partial pressure 0.03 and temperature 400 Celsius
ha=hf-(hbp+hfp+hcw+hex+hst);.....................//Unaccounted heat
pf=100;pbp=(hbp/hf)*100;pfp=(hfp/hf)*100;pcw=(hcw/hf)*100;pex=(hex/hf)*100;pa=(ha/hf)*100;pst=(hst/hf)*100;
printf("\n\n")
printf("HEAT BALANCE TABLE\n")
printf("_______________________________________________________________________\n")
printf("Item kJ Percent\n")
printf("_______________________________________________________________________\n")
printf("Heat supplied by fuel %d %f\n",hf,pf)
printf("Heat absorbed in BP %d %f\n",hbp,pbp)
printf("Heat lost by FP %d %f\n",hfp,pfp)
printf("Heat taken away by cooling water %d %f\n",hcw,pcw)
printf("Heat carried away by dry exhaust gases %d %f\n",hex,pex)
printf("Heat carried away by steam in exhaust gases %d %f\n",hst,pst)
printf("Unaccounted heat %d %f\n",ha,pa)
printf("_____________________________________________________________________")
|
18736637881b1888d889d978e186e5d692c696b3
|
39c5c468df5e2bde0147a30cf092fc8da3e7ed3e
|
/UFRGS/calcNumerico/area2/m10/pesos.sce
|
270613ca9d74300bd7fc1afc3a9094481c3e0703
|
[] |
no_license
|
andredxc/Files
|
9dffc9fe5f7e923b83035d794dfa15c930cdb898
|
e32309b9ab548b829b04be66c2776cf9c9c6656e
|
refs/heads/master
| 2021-06-03T10:44:01.606242
| 2020-09-21T15:39:48
| 2020-09-21T15:39:48
| 107,410,076
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 683
|
sce
|
pesos.sce
|
/*
ex.
Sejam os nós x=[0, 0.6, 1]. Encontre os pesos A_i da quadratura
I=A_1f(x_1)+A_2f(x_2)+A_3f(x_3) tal que o erro seja o menor possível
para aproximar a integral de f no intervalo 0 a 1.
R: [8/36, 25/36, 3/36]
*/
clear
vetor_nodes = [-0.72, 0.12, 0.82]
lim_inicial = -1
lim_final = 1
len_nodes = length(vetor_nodes)
// Monta matriz A
for i = 1:len_nodes
for j = 1:len_nodes
if i == 1 then
A(i,j) = i // Primeira linha so tem 1s
else
A(i,j) = vetor_nodes(j)^(i-1)
end
end
end
// Monta matriz resultado B
for i = 1:len_nodes
B(i) = (lim_final^i - lim_inicial^i)/i
end
// Obtem pesos
w = inv(A)*B
disp(w)
|
653a22322da610f4dd7fe09dc93b515886fb622e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1910/CH11/EX11.8/Chapter118.sce
|
8f83095c5ceaa5c3a0a7f600d3c6ed3b974acca2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,705
|
sce
|
Chapter118.sce
|
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Introduction to heat transfer by S.K.Som, Chapter 11, Example 8")
//Two concentric spheres of diameters D1=0.5m and D2=1m are separated by an air space.
//The surface tempratures are T1=400K and T2=300K
T1=400;
T2=300;
D1=0.5;
D2=1;
//A1 and A2 are the areas in m^2 of surface 1 and surface 2 respectively
A1=(%pi*D1^2);
A2=(%pi*D2^2);
//Stefan-Boltzman constant(sigma)=5.67*10^-8 W/(m^2*K^4)
sigma=5.67*10^-8;
//The emissivity is represented by emi
//The radiation heat exchange in case of two concentric sphere is given by Q=[A1*sigma*(T1^4-T2^4)]/[(1/emi1)+(A1/A2)*(1/emi2-1)]
//When the spheres are black emi1=emi2=1
emi1=1;
emi2=1;
//Hence Q=A1*sigma*(T1^4-T2^4)
disp("The net rate of heat exchange between the spheres when the surfaces are black is Q=A1*sigma*(T1^4-T2^4) in W ")
Q=A1*sigma*(T1^4-T2^4)
//The net rate of radiation exchange when one surface is gray and other is diffuse having emi1=0.5 and emi2=0.5
emi1=0.5;
emi2=0.5;
disp("The net rate of radiation exchange when one surface is gray and other is diffuse is given by Q1=[A1*sigma*(T1^4-T2^4)]/[(1/emi1)+(A1/A2)*(1/emi2-1)] in W")
Q1=[A1*sigma*(T1^4-T2^4)]/[(1/emi1)+(A1/A2)*(1/emi2-1)]
//The net rate of radiation exchange when outer surface is assumed to be black body i;e(emi2=1)
emi2=1;//emissivity of outer surface
disp("The net rate of radiation exchange when outer surface is assumed to be black body i;e(emi2=1) in W")
Q2=[A1*sigma*(T1^4-T2^4)]/[(1/emi1)+(A1/A2)*(1/emi2-1)]
disp("Error(E) is given By [(Q2-Q1)/Q1]*100 in percentage")
E=[(Q2-Q1)/Q1]*100
|
fbde805de52ec2aad3a02a4dd4f63500505b75f1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2870/CH7/EX7.12/Ex7_12.sce
|
be66fe2efdf5009dc2e7801f0b9fa4b231273ca7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 409
|
sce
|
Ex7_12.sce
|
clc;clear;
//Example 7.12
//given data
P2=1000;
P1=100;
//from Table A-5
//At P2
v1=0.001043;
//calculations
Wrev=v1*(P2-P1);
disp(Wrev,'compressor work as saturated liquid at inlet in kJ/kg')
//from Table A-5
//at P1 as sat. vapour
h1=2675.0;
s1=7.3589;
s2=s1
//from Table A-6
//at P2 and s2
h2=3194.5;
Wrev=h2-h1;
disp(Wrev,'compressor work as saturated vapor at inlet in kJ/kg')
|
2a6396ad6ea2b5f2453202cee488cc27283f3438
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2792/CH2/EX2.1/Ex2_1.sce
|
d1b13db45af715b4675ac6f6a01f7e03a463e847
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 825
|
sce
|
Ex2_1.sce
|
clc
h=1.05*10^-34
disp("h = "+string(h)+"Js") //initializing value of reduced plancks constant or dirac constant or h-bar
mo = 9.1*10^-31
disp("mo = "+string(mo)+"kg") //initializing value of mass of electron
E = 0.1*1.6*10^(-19)
disp("E= "+string(E)+"J")//initializing value of Energy of electron in conduction band
m=0.067*mo
disp("m = "+string(m)+"kg") //initializing value of appropriate mass in the conduction band for GaAs
k = sqrt(2*m*E)/h
disp("The k-value for an electron in the conduction band of GaAs is ,(k = sqrt(2*m*E)/h)= "+string(k)+"m^-1")//calculation
ko = 1.625*10^9
disp("The k-value for an electron in the free space is ,ko = "+string(ko)+"m^-1")// initializing k value of electron in the free space
disp("the two value are quite difference since the k value represent effective momentum")
|
0ea89e4d5c5587406156ff35de446d9916faa3c4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1332/CH11/EX11.5/11_5.sce
|
8c4c7be78c148fbec78f0b40c6928778fe0bb0ea
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 924
|
sce
|
11_5.sce
|
//Example 11.5
//Inverse Power Method
//Page no. 347
clc;close;clear;
A=[7,6,-3;-12,-20,24;-6,-12,16];
e=10^-6;
X=[1;1;1];
B=0;
Y=[0;0;0]
a=0;l=0;
for i=1:2
printf('When a=%i\n',a);
C=A-a*eye();
disp(C,"C=")
C_1=inv(C);
disp(C_1,"Inverse of C=");
printf('\n\nItr lambda X')
printf('\n------------------------------------------------------------------\n')
for j=1:10
printf('\n%i %f %f %f %f',j-1,l,X(1),X(2),X(3));
Y=C_1*X;
B=max(Y);
e1=abs(l-B);
X=Y/B;
m=0;
for k=1:3
m=m+(Y(k)-X(k))^2;
end
e2=sqrt(m);
er=max(e1,e2);
if(er<e)
break
end
l=B;
end
a=-3;
printf('\n\n\n\n')
end
printf('\n\n\nNote : Computation of Y is wrong given in the book')
|
d68f86b633df02df1d907a7bc3621803fa64c266
|
a62e0da056102916ac0fe63d8475e3c4114f86b1
|
/set9/s_Engineering_Physics_K._V._Kumar_3537.zip/Engineering_Physics_K._V._Kumar_3537/CH2/EX2.14/Ex2_14.sce
|
ace4ca344bd7557a267f057af585458d7969ba1f
|
[] |
no_license
|
hohiroki/Scilab_TBC
|
cb11e171e47a6cf15dad6594726c14443b23d512
|
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
|
refs/heads/master
| 2021-01-18T02:07:29.200029
| 2016-04-29T07:01:39
| 2016-04-29T07:01:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 452
|
sce
|
Ex2_14.sce
|
errcatch(-1,"stop");mode(2);//Example 2_14
;
;
//To find the angular separation between two wave lengths
N=6*10^5 //units in lines per meter
m=3
lemda1=500*10^-9 //units in meters
lemda2=510*10^-9 //units in meters
theta1=asin(m*N*lemda1)*180/%pi
theta2=asin(m*N*lemda2)*180/%pi
theta=(theta2-theta1)
printf("The angular separation between two wave lengths is %.2f degrees",theta)
exit();
|
5bac4715029fc8d02e124036f0d6cdc9a3fdef5d
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/source/2.4.1/macros/m2sci/sci_gray.sci
|
bf1e115f432fbb2d25fc30519157ce6dc9734a10
|
[
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 199
|
sci
|
sci_gray.sci
|
function [stk,txt,top]=sci_gray()
// Copyright INRIA
txt=[]
if rhs<1 then
stk=list('graycolormap(32)','0','32','3','1')
else
stk=list('graycolormap('+stk(top)(1)+')','0',stk(top)(1),'3','1')
end
|
20b93de20946440f56f5fb2b101362868518961e
|
b62e95d0f654f9e1b04b0cefd24238e0921f9947
|
/MRI/3013065.02.MRI.Encoding.v1.sce
|
197c45b9d870c8f83582c52f0ed543ecc08d0183
|
[] |
no_license
|
L3onore/PresentationNeurobs
|
4a19a4f4730d72fcc9e2cfe49ab1694bdc31284e
|
bc447434d2ca776506fd4d7121f96bc4b45a9467
|
refs/heads/master
| 2021-01-20T04:22:28.601020
| 2017-04-28T09:09:26
| 2017-04-28T09:09:26
| 89,682,814
| 0
| 1
| null | 2017-04-28T08:56:43
| 2017-04-28T07:59:18
|
Scilab
|
UTF-8
|
Scilab
| false
| false
| 6,562
|
sce
|
3013065.02.MRI.Encoding.v1.sce
|
scenario = "False memory - encoding session"; # name of this scenario file
pcl_file = "3013065.02.MRI.Encoding.v1.pcl"; # direct to the correct pcl file
#default_font = "Comic Sans MS"; # can choose all types of fonts you want
default_font = "Calibri";
default_font_size = 30;
default_text_color = 235,235,235; # nearly white, but not entirely, better for eyes
default_text_align = align_left;
active_buttons = 15; #say how many you have
button_codes = 1, 2, 3,4,5,6,7,8,9,10,11,12,13, 14,15;# the numbers in the settings, the number under the #sign
# 1 = left mouse button
# 2 = right mouse button
# 3 = enter
# 4 = left
# 5 = right
# 6= leftup
# 7 = rightup
# 8 = A
# 9 = s
# 10 = d
# 11 = j
# 12 = k
# 13 = l
# 14 = up
# 15 = down
begin; # there is no end
#input screen
picture {
} p_default;
picture { text { caption = "ask for info"; }
t_info_1; x=0; y=100;
text { caption = " ";}
t_info_2; x=0; y=0;
text { caption = "Press [ENTER] to confirm or [ESC] to stop the program!"; } t_info_3; x=0; y=-200;
} p_info;
# Instructions
picture { text { caption = " Instructie";font_size = 15;} t_instruc_1;
x = 0; y = 0;
text { caption = " Je gaat zometeen woorden een voor een op het scherm zien. \n
Probeer elk woord zo goed mogelijk te onthouden! \n
De woorden zijn onderverdeeld in lijsten waarin je elk woord 2 keer zult zien.
"; } t_instruc_2;
x = 0; y = -50;
} p_instruction;
picture { text { caption = " Instructie";font_size = 15;} t_instruc_11;
x = 0; y = 0;
text { caption = " Morgen, in sessie 2, vragen we je hoeveel woorden je nog onthouden hebt. \n
Let dus goed op en probeer zo veel mogelijk woorden te onthouden!
"; } t_instruc_12;
x = 0; y = -50;
} p_instruction4;
picture { text { caption = "Na elke lijst verschijnt een balk op het scherm. \n
De bedoeling is dat je na elke lijst aangeeft in hoeverre je stemming is veranderd, \n
ten opzichte van aan het begin van het experiment. \n
Je kunt met de pijltjes toetsen van links naar rechts over de balk schuiven. \n
Je hebt hiervoor 3 seconden de tijd. \n \n
Dan verschijnt er weer een balk. \n
Hier vragen we je hoeveel woorden je van de vorige lijst denkt te kunnen onthouden. \n
Je kunt met de pijltjes toetsen naar rechts over de balk schuiven. \n
Je hebt hiervoor 3 seconden de tijd. \n \n
Gebruik altijd ENTER om te bevestigen.
";font_size = 20; } t_instruc_4;
x = 0; y = -50;
} p_instruction2;
picture { text { caption = " Veel succes!";} t_instruc_7;
x = 0; y = 0;
text { caption = " Heb je nog vragen? Stel ze nu aan de onderzoeker! \n
Druk op Enter om te beginnen"; } t_instruc_8;
x = 0; y = -50;
} p_instruction3;
picture { text { caption = " *** Volgende lijst ***";} t_instruc_9;
x = 0; y = 100;
} p_lijst;
#The word gets presented here, the word Target gets replacd by all target words, or stimuli from the txt file
picture { text { caption =" + "; }t_target; x= -100;y= 150;
text { caption =" + "; }t_target2; x= 100;y= 150;
text { caption =" + "; }t_target3; x= -100;y= 0;
text { caption =" + "; }t_target4; x= 100;y= 0;
text { caption =" + "; }t_target5; x= -100;y= -150;
text { caption =" + "; }t_target6; x= 100;y= -150;
}p_target;
#duration of target
trial {
picture p_target;
time = 0;
duration = 6000;
}t_trial;
#optional break
picture { text { caption ="Pause"; } t_pause; x=0;y=0;
}p_pause;
#First slider (mood)
picture {
# the line
box { color = 255,255,255; height = 3; width = 350; };
x = 0; y = 0;
# the cursor
box { color = 255,0,0; height = 50; width = 3; };
x = 0; y = 0;
# text
text { caption = "Relatief verdrietiger"; font_size = 24; };
x = -360; y = 0;
text { caption = "Relatief vrolijker"; font_size = 24; };
x = 360; y = 0;
text { caption = "Wat is je stemming op dit moment?"; font_size = 36; };
x = 0; y = 250;
} lines;
#Second slider (meta)
picture {
# the line
box { color = 255,255,255; height = 3; width = 350; };
x = 0; y = 0;
# the cursor
box { color = 255,0,0; height = 50; width = 3; };
x = 0; y = 0;
# text
text { caption = "Geen enkele"; font_size = 24; };
x = -360; y = 0;
text { caption = "Allemaal"; font_size = 24; };
x = 360; y = 0;
text { caption = "Hoeveel woorden denk je dat je van deze lijst hebt onthouden?"; font_size = 36; };
x = 0; y = 250;
} metalines;
# ----- What was the color?------#
picture {
#Blue
#box { color = 0,0,255; height = 100; width = 100; };
#x = -350; y = -200;
#Red
#box { color = 255,0,0; height = 100; width = 100; };
#x = 350; y = -200;
# text
text { caption = "Blauw"; font_size = 36; font_color = 0,0,255;};
x = -300; y = 0;
text { caption = "Blauw"; font_size = 36; font_color = 0,0,255; };
x = 300; y = 0;
text { caption = "Rood"; font_size = 36; font_color = 255,0,0;};
x = 300; y = -200;
text { caption = "Rood"; font_size = 36; font_color = 255,0,0; };
x = -300; y = -200;
text { caption = "Welke kleur kwam het meeste voor in deze lijst?"; font_size = 36; };
x = 0; y = 150;
text { caption = "↑Pijltje omhoog↑ " ; font_size =36; font_color = 250,250,250; background_color = 0,0,255; };
x = 0; y = 0;
text { caption = "↓Pijltje omlaag↓" ; font_size =36; font_color = 250,250,250; background_color = 255,0,0;};
x = 0; y = -200;
}p_colorquest;
# fixation cross between lists
picture {
box { color = 255,255,255; height = 20; width = 3; };
x = 0; y = 0;
box { color = 255,255,255; height = 3; width = 20; };
x = 0; y = 0;
} fix;
#duration of fixation cross
trial {
picture fix;
time = 0;
duration = 1000;
}t_fix;
# ITI fixation cross (between words)
picture {
box { color = 255,255,255; height = 20; width = 3; };
x = 0; y = 0;
box { color = 255,255,255; height = 3; width = 20; };
x = 0; y = 0;
} fix2;
#duration of fixation cross
trial {
picture fix;
time = 0;
duration = 1000;
}t_fix2;
# ITI blank (between words
picture { text { caption = " ";} t_instruc_10;
x = 0; y = 0;
} p_ITI;
#duration of blank
trial {
picture p_ITI;
time = 0;
duration = 250;
}t_ITI;
#ending screen
picture { text { caption = "Bedankt! \n Probeer alle woorden zo goed mogelijk te onthouden! \n
Haal aub de onderzoeker uit de andere ruimte";} t_bye;
x = 0; y = 0;
} p_goodbye;
# proberen om twee woorden tegelijk te laten zien!
|
1ad5c6d1a94e3c26214a0a41fa413462193e093c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2657/CH1/EX1.6/Ex1_6.sce
|
2b5f46d4abdcad7906e4b6ce28792db496eccae5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 916
|
sce
|
Ex1_6.sce
|
//Calculations on diesel engine
clc,clear
//Given:
bp=5 //Brake power in kW
eta_it=30 //Indicated thermal efficiency in percent
eta_m=75 //Mechanical efficiency in percent (printing error)
//Solution:
ip=bp*100/eta_m //Indicated power in kW
CV=42000 //Calorific value of diesel(fuel) in kJ/kg
m_f=ip*3600/(eta_it*CV/100) //Fuel consumption in kg/hr
//Density of diesel(fuel) = 0.87 kg/l
rho_f=0.87 //Density of fuel in kg/l
V_f=m_f/rho_f //Fuel consumption in l/hr
isfc=m_f/ip //Indicated specific fuel consumption in kg/kWh
bsfc=m_f/bp //Brake specific fuel consumption in kg/kWh
//Results:
printf("\n The fuel consumption of engine, m_f in,\n (a)kg/hr = %.3f kg/hr\n (b)litres/hr = %.2f l/hr",m_f,V_f)
printf("\n\n (c)Indicated specific fuel consumption, isfc = %.3f kg/kWh",isfc)
printf("\n (d)Brake specific fuel consumption, bsfc = %.3f kg/kWh\n\n",bsfc)
//Data in the book is printed wrong
|
cd4606c93f04f0354296cfa31f4b5aa2a627d848
|
725517259e3eea555ad0f79d421792c632bc4655
|
/workspace/missionA3.sce
|
d44aba498c91517b072cb29d283e810aab79f99a
|
[] |
no_license
|
Exia-epickiwi/exolife
|
58b8a72aa397c5d3df8dc6f61730b3b2b217740e
|
b1bdb3ec2adb92c0fc8c546c9bd56a654523bd22
|
refs/heads/master
| 2020-05-25T14:05:45.795829
| 2017-03-20T09:26:15
| 2017-03-20T09:26:15
| 84,937,674
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 308
|
sce
|
missionA3.sce
|
//
funcprot(0)
//eaux chaude sur la carte : mission A3
//load
getd('../scripts/')
//save
imgPos='../images/'
renderPos = "render/" //The folder where the render images will be saved
img=readpbm(imgPos + 'Europa_surface.pbm');
resultat = seuillage(img,250)
writepbm(resultat,renderPos+"MissionA3.pbm");
|
13a7ef51df607e7c0473388234ab180f0e48e60b
|
34fe04e70c3d8cd31b1e57e0aa6ef7cc241f39ec
|
/medea_result/heat_expansion/600888/test/Ag_99/displaced_Ag__a.sci
|
0a637a3b7248e9f5a51d51fa1d8d5ee4471c8698
|
[] |
no_license
|
daddygongon/thesis_data
|
162563a27f98d97f5550c910a5b4403675e1533d
|
4c9bf2caa9224c2249cfdd873452249fadd5e124
|
refs/heads/master
| 2020-05-21T10:34:53.619953
| 2017-03-10T08:09:30
| 2017-03-10T08:09:30
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,329
|
sci
|
displaced_Ag__a.sci
|
@Title displaced_Ag__a_1
@Columns AsymmetricAtom
AtomicNumber int 0
Connections string {{}}
Fractional double {{0.0 0.0 0.0}}
Name string {{}}
Site int 1
WyckoffPosition int -1
@end
@data
47 {} {0.75 0.75 0.5} Ag 1 -1
47 {} {0.75 0.75 0} Ag 1 -1
47 {} {0.75 0 0.25} Ag 1 -1
47 {} {0.75 0.25 0.5} Ag 1 -1
47 {} {0 0.75 0.25} Ag 1 -1
47 {} {0 0 0.5} Ag 1 -1
47 {} {0.25 0.75 0.5} Ag 1 -1
47 {} {0.75 0 0.75} Ag 1 -1
47 {} {0.75 0.25 0} Ag 1 -1
47 {} {0.75 0.5 0.25} Ag 1 -1
47 {} {0 0.75 0.75} Ag 1 -1
47 {} {0.002245 0 0} Ag 1 -1
47 {} {0 0.25 0.25} Ag 1 -1
47 {} {0 0.5 0.5} Ag 1 -1
47 {} {0.25 0.75 0} Ag 1 -1
47 {} {0.25 0 0.25} Ag 1 -1
47 {} {0.25 0.25 0.5} Ag 1 -1
47 {} {0.5 0.75 0.25} Ag 1 -1
47 {} {0.5 0 0.5} Ag 1 -1
47 {} {0.75 0.5 0.75} Ag 1 -1
47 {} {0 0.25 0.75} Ag 1 -1
47 {} {0 0.5 0} Ag 1 -1
47 {} {0.25 0 0.75} Ag 1 -1
47 {} {0.25 0.25 0} Ag 1 -1
47 {} {0.25 0.5 0.25} Ag 1 -1
47 {} {0.5 0.75 0.75} Ag 1 -1
47 {} {0.5 0 0} Ag 1 -1
47 {} {0.5 0.25 0.25} Ag 1 -1
47 {} {0.5 0.5 0.5} Ag 1 -1
47 {} {0.25 0.5 0.75} Ag 1 -1
47 {} {0.5 0.25 0.75} Ag 1 -1
47 {} {0.5 0.5 0} Ag 1 -1
@end
@Columns Cell
Constraints string {a b c A B G}
Origin int {{0 0 0}}
Parameters double {{10.0 10.0 10.0 90.0 90.0 90.0}}
PrimitiveData double {{{1.0 0.0 0.0} {0.0 1.0 0.0} {0.0 0.0 1.0}}}
RotationMatrix double {{{1.0 0.0 0.0} {0.0 1.0 0.0} {0.0 0.0 1.0}}}
SpaceGroup string P1
SpaceGroupNumber int 1
ToCartesians double {{{10.0 0.0 0.0} {0.0 10.0 0.0} {0.0 0.0 10.0}}}
ToFractionals double {{{0.10000000000000001 0.0 0.0} {0.0 0.10000000000000001 0.0} {0.0 0.0 0.10000000000000001}}}
@end
@data
{a b c A B G} {0 0 0} {8.91046593022 8.91046593022 8.91046593022 90 90 90} {{1 0 0} {0 1 0} {0 0 1}} {{1 0 0} {0 1 0} {0 0 1}} P1 1 {{8.91046593022 0 0} {1.63378725158e-007 8.91046593022 0} {1.63378725158e-007 1.63378722162e-007 8.91046593022}} {{0.112227576855 0 0} {-2.05775978246e-009 0.112227576855 0} {-2.05775974473e-009 -2.05775974473e-009 0.112227576855}}
@end
@Columns AsymmetricBond
Atom1 reference AsymmetricAtom
Atom2 reference AsymmetricAtom
Key int 0
Order int 0
@end
@data
@end
@Columns Bond
AsymmetricBond reference AsymmetricBond
Atom1 reference Atom
Atom2 reference Atom
CellOffset2 int {{0 0 0}}
Key int 0
@end
@data
@end
|
0098fd332e4595f1590980f0034dc17e2f284fab
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3137/CH5/EX5.9/Ex5_9.sce
|
9e2ef3c9b02e617f7a788b355a389c293d6b3a9a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 469
|
sce
|
Ex5_9.sce
|
//Initilization of variables
F1=1000 //lb
F2=1200 //lb
F3=2000 //lb
x1=1 //ft
x2=7 //ft
x4=2 //ft
x3=6 //ft
//Calculation
//Equilibrium equations
Rn=(F3*(x1+x2+x3)+F2*(x1+x2)+F1*x1)/(x1+x3+x2+x4)//Moment about point M
Rm=(F1*(x2+x3+x4)+F2*(x3+x4)+F3*x4)/(x1+x2+x3+x4)//Moment about point N
//Result
clc
printf('The reaction at M is %flb and reaction at N is %flb',Rm,Rn)
//Decimal Accuracy causes discrepancy in answers between computation and textbook
|
0f9701f666719c5718399a30a1812b7c54df4475
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1922/CH4/EX4.10/4_10.sce
|
66df6020e4c3e3a3b96614758cc1d2f6c54e833b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 301
|
sce
|
4_10.sce
|
clc
clear
//Initialization of variables
T1=673 //K
T2=293 //K
//calculations
eta=(T1-T2)/T1
//results
if eta>=0.5 then
printf("Max efficiency = %.3f and an efficiency of 0.5 is possible",eta)
else
printf("Max efficiency = %.3f and an efficiency of 0.5 is not possible",eta)
end
|
49e917da0e5f7eeff03c910b7b305ec98e09c51c
|
0812f3bb6f3cc038b570df68ccee4275da04b11f
|
/models/complexity_1000/Applied_Thermodynamics_and_Engineering/CH7/EX7.15/7_15.sce
|
c17b6813302a8d513a0427052c743b254228f60e
|
[] |
no_license
|
apelttom/20-semester_PhD_thesis
|
edc0b55580bae9d364599932cd73cf32509f4b7a
|
ff28b115fcf5e121525e08021fa0c02b54a8e143
|
refs/heads/master
| 2018-12-26T22:03:38.510422
| 2018-12-14T20:04:11
| 2018-12-14T20:04:11
| 106,552,276
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 350
|
sce
|
7_15.sce
|
clc;
a=0.909;
b=0.091;
nR=1+0.5;
nP=1;
H0=-282990;
R=8.3145;
T0=298;
U0=H0-(nP-nR)*R*T0;
UR0=-7844;
UR1=9487;
UP0=-6716;
UP2=(a*281751)-(UR0-UR1)+UP0
UP2_=(a*138720)+(b*74391)+(1.709*73555);
disp("which compares with the actual,hence actual temperature of the products is slightly greater than 3200",UP2_,"and UP2 at T=3200",UP2,"actual UP2 is")
|
804db1c849b6023c2c83174f85c09b5acd24ea51
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1541/CH2/EX2.28/Chapter2_Example28.sce
|
7c082131431b06c7bce72e815ec89374c174adbb
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,039
|
sce
|
Chapter2_Example28.sce
|
//Chapter-2, Example 2.28, Page 2.51
//=============================================================================
clc
clear
//INPUT DATA
Rp=1;//Percentage resistance drop in percentage
Xp=4;//Percentage reactance drop in percentage
cosQ1=0.8;//Lagging power factor
sinQ1=0.6;//Sine of Q1
cosQ2=1;//Power factor
sinQ2=0;//Sine of Q2
cosQ3=0.8;//Leading power factor
sinQ3=0.6;//Sine of Q3
//CALCULATIONS
Vla=(Rp*cosQ1)+(Xp*sinQ1);//Percentage secondary voltage drop for lagging power factor in percentage
V=(Rp*cosQ2)+(Xp*sinQ2);//Percentage secondary voltage drop for unity power factor in percentage
Vle=(Rp*cosQ3)-(Xp*sinQ3);//Percentage secondary voltage drop for leading power factor in percentage
//OUTPUT
mprintf('Secondary voltage drop for lagging power factor is %3.1f percent\nSecondary voltage drop for unity power factor is %3.1f percent\nsecondary voltage drop for leading power factor is %3.1f percent',Vla,V,Vle )
//=================================END OF PROGRAM==============================
|
e2f6e91dec4a1b27cd54eb42ff8c44a4552cf74e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/545/CH9/EX9.1/ch_9_eg_1.sce
|
0bc3f9a2fbc8b8eb6b2b7148682c02fc96f134ce
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,124
|
sce
|
ch_9_eg_1.sce
|
clc
disp("the soln of eg 9.1-->Transient heat conduction in a Rectangular slab")
disp("the values of Temp measured from centre at the gap of .2 cm are")
alpha=10^-5, delta_t=.1, delta_x=10^-3 //given data
m=alpha*delta_t/(delta_x^2)
for i=2:4, a(i)=m //sub-diagonal
end
b(1)=(-2*m-1)/2
for i=2:4,b(i)=-2*m-1 //diagonal
end
for i=1:3, c(i)=m //super-diagonal
end
for i=1:4, x(i)=20 //initial temperature
end
for t=0.1:.1:3.1,for i=1:4, y(i)=x(i), end //TDMA method
d(1)=-.5*y(1),
d(2)=-y(2)
d(3)=-y(3)
d(4)=-y(4)-300
i=1, n=4
Beta(i)=b(i),
Gamma(i)=d(i)/Beta(i)
i1=i+1,
for j=i1:n, Beta(j)=b(j)-a(j)*c(j-1)/Beta(j-1),
Gamma(j)=(d(j)-a(j)*Gamma(j-1))/Beta(j),
end
x(n)=Gamma(n)
n1=n-i,
for k=1:n1, j=n-k,x(j)=Gamma(j)-c(j)*x(j+1)/Beta(j)
end
for i=1:4,disp(x(i)); //solution of temperature
end
disp("-----------------")
end
disp("----------END---------");
|
8359a1ea1caf7f3522b9fad31e8dfbb69c81a215
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2621/CH1/EX1.7/Ex1_7.sce
|
6cb1e76227cbd60a1dc303a0485064bb51832f8e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 531
|
sce
|
Ex1_7.sce
|
// Example 1.7
clc;
clear;
close;
// Given data
format('v',6);
VEE= 5;// supply voltage in V
RC= 2*10^3;// collector resistance in Ω
RE= 4.3;// emitter resistance in kΩ
VBE= 0.7;// in V
VT= 26;// in mV
IE= (VEE-VBE)/(2*RE);//emitter current in mA
re_desh= VT/IE;//dynamic emitter resistance in Ω
Ad= RC/(2*re_desh);// differential mode gain
Acm= RC/(2*RE*10^3+re_desh);// common mode gain
disp(Acm,"The common mode gain is : ");
CMRR= Ad/Acm;// common mode rejection ratio
disp(CMRR,"The CMRR is : ");
|
c2eb2962069506bce0fd251c8612121a65ab82e9
|
7bf9b615fc7bd8790ccc10d5e8f07824d114a245
|
/ir_predict.sci
|
65b961a1c275fd684a06eb1d478f7bcd47638de2
|
[] |
no_license
|
szhilin/scirt
|
91b4ea7c9f328999e8f5aa1799b0930256bcdde9
|
31ea78eb9e7fb547dd6d81fe86b89ccb9f4c761d
|
refs/heads/master
| 2021-01-09T06:00:49.769480
| 2017-02-05T15:56:33
| 2017-02-05T15:56:33
| 80,890,335
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 3,378
|
sci
|
ir_predict.sci
|
function [yp, betap, exitcode, active] = ir_predict(Xp, X, y, epsilon)
// Computes interval prediction for response y at the point x
// using the interval regression constructed for dataset (X,y,epsilon)
//
// TODO: Fix bugs in algorithm of active constraints detection.
//
// Inputs:
// Xtest (k x m)-matrix, contains points (row vectors) to predict at
// X (n x m)-matrix of observations for X variables
// y column n-vector of measured values of response variable y
// epsilon real number or n-vector, half-width(s) of uncertainty
// intervals for response variable y
//
// Outputs:
// yp (k x 2)-matrix, interval regression predictions at points Xp(i,:),
// yp(i,1) and yp(i,2) are, accordingly, lower and upper bounds
// of predicted interval
// betap (k x m x 2)-matrix, regression parameters values providing
// interval prediction yp(i), beta(i,:,1) and beta(i,:,2)
// correspond to lower and upper bounds of yp accordingly
// exitcode integer exit code
// 1 Ok, solution is found
// -1 Unbounded solution set (colinearity in the data)
// -2 No feasible solution (feasible parameters set is empty)
// active k-element array of structs with fields 'lower' and 'upper',
// active(i).lower and active(i).upper contains vectors of
// active constraints (observations) which limit the lower and
// upper bounds of a predicted interval yp(i,:)
//
// Example:
// /// Simulate observations for simple dependency y = b(0) + b(1)*x
// b = [1; 1]; // simulated dependency parameters
// n = 5; // number of observations
// epsilon = 0.5; // error bound
// X = [ ones(n,1) (1:5)' ]; // X values
// y = X*b + epsilon*rand(n,1)-0.5; // y values with bounded errors
// figure;
// ir_scatter(X,y,epsilon); // Show interval dataset in black
// Xp = [1 2.5; 1 5.5]; // Set points where to predict
// [yp, betap, exitcode] = ir_predict(Xp, X, y, epsilon); // Predict dependency values
// ir_scatter(Xp,yp,'b.'); // Show predicted intervals in blue
if size(Xp,2) ~= size(X,2)
error('Xp must have the same number of columns as X');
end
k = size(Xp,1);
n = size(X,1);
m = size(X,2);
A = [X; -X];
b = [y+epsilon; -y+epsilon];
// Allocate matricies and structures
yp = zeros(k,2);
betaplow = zeros(size(Xp));
betaphigh = betaplow;
active = struct('lower',[],'upper',[]);
for i = 1:k
[betalow, flow, exitcode, actlow] = ir_linprog(Xp(i,:), A, b);
if exitcode < 0
mprintf("%d - lower: %d", i, exitcode);
return
end
[betahigh, fhigh, exitcode, acthigh] = ir_linprog(-Xp(i,:), A, b);
if exitcode < 0
mprintf("%d - upper: %d", i, exitcode);
return
end
yp(i,:) = [flow, -fhigh];
betaplow(i,:) = min(betalow',betahigh');
betaphigh(i,:) = max(betalow',betahigh');
active(i).lower = [actlow.lower; acthigh.lower];
active(i).upper = [actlow.upper; acthigh.upper];
end
betap = cat(3,betaplow,betaphigh);
endfunction // ir_predict
|
19c6f56cac37248997288bed02608aeb207105c4
|
10646794149c56eb4d1299d3d8a6cbb0a9ca3d05
|
/test/notoktests/maskjmp2.tst
|
6592d97f49197728fae842d40e8a363ff3354d12
|
[] |
no_license
|
pilki/FPdNaCl
|
7256b5c116774ab70fc584db9a18eaf0f5ef66ac
|
54ed0e63fecb82ac163d153b1ffa17695cdb987d
|
refs/heads/master
| 2020-05-20T08:14:44.612852
| 2011-05-12T14:31:38
| 2011-05-12T14:31:38
| 1,535,615
| 1
| 2
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 82
|
tst
|
maskjmp2.tst
|
;improperly masked indirect jump
%2 <- %2 and 0xffffffe0
ijmp %3 ; wrong register
|
5aea1b1915fd38506382b373037c4a865c02b282
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2063/CH1/EX1.24/1_24.sce
|
ab67c95da9be6ba3bad7babd126baa7ca70760de
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,102
|
sce
|
1_24.sce
|
clc
clear
//Input data
P1=1;//pressure at the beginning of compression stroke in bar
T1=298;//Temperature at the beginning of compression stroke in K
P3=38;//Pressure at the end of constant volume heat addition in bar
T4=1573;//Temperature at the end of constant volume heat addition in K
r=9.5;//Compression ratio
Cp=1.004;//Specific heat of air at constant pressure
Cv=0.717;//Specific heat of air at constant volume
//Calculations
r1=Cp/Cv;//Isentropic ratio
T2=T1*r^(r1-1);//Temperature at the end of compression stroke in K
P2=P1*r^r1;//Pressure at the end of compression stroke in bar
T3=T2*(P3/P2);//Temperature at the end of constant volume heat addition in K
rho=T4/T3;//Cut off ratio
T5=T4*(rho/r)^(r1-1);//Temperature at the end of expansion stroke in K
Qs=Cv*(T3-T2)+Cp*(T4-T3);//Heat supplied per kg in kJ
Qr=Cv*(T5-T1);//Heat rejected per kg in kJ
W=Qs-Qr;//Work done per kg of air in kJ
n=(W/Qs)*100;//Efficiency of the air standard dual cycle in percent
//Output
printf('(a)The work done per kg of air is %3.1f kJ\n (b)Cycle efficiency is %3.2f percent',W,n)
|
08f0905187ceccec795c34287d305a8e20c4a991
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/284/CH10/EX10.11/ex_11.sce
|
afd752c23a4338f92f21900655eda24cd9017bed
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 302
|
sce
|
ex_11.sce
|
// Chapter 10_Fundamentals of the Metal Oxide Semiconductor Field Effect Transistor
//Caption_Cut off frequency
//Ex_11//page 484
mun=400 //mobility
L=4*10^-4
VT=1
VGS=3
fT=mun*(VGS-VT)/(2*%pi*L^2)*10^-6
printf('The cut off frequency of this MOSFET with constant mobility is %1.0f MHz',fT)
|
f33fe0f1d49290efc9dff29769f95f8970b7a632
|
6813325b126713766d9778d7665c10b5ba67227b
|
/Chapter6/Ch_6_Eg_6.3.sce
|
1b36e57b5bc7a480464bd666bf17d734fa689d40
|
[] |
no_license
|
arvindrachna/Introduction_to_Scilab
|
955b2063b3faa33a855d18ac41ed7e0e3ab6bd1f
|
9ca5d6be99e0536ba1c08a7a1bf4ba64620ec140
|
refs/heads/master
| 2020-03-15T19:26:52.964755
| 2018-05-31T04:49:57
| 2018-05-31T04:49:57
| 132,308,878
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 136
|
sce
|
Ch_6_Eg_6.3.sce
|
//Use of the x_choose function.
n=x_choose(['Red'; 'Green'; 'Blue'],['Choose a color by double clicking'],'Return without selection')
|
d2f44629b81583c5fa3c5b907089500080554b8b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1016/CH11/EX11.2/ex11_2.sce
|
fa983757f649ad952dbb239d8deca1a537118256
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 320
|
sce
|
ex11_2.sce
|
clc;clear;
//Example 11.2
//given data
hf=30;//half life in days
//M is intial conc.
//calcualtions
k=0.693/hf;
disp(k,'radioactive disintegration constant in 1/day');
//M/4 is left
t=-log(1/4)/k;
disp(t,'time taken for (ii) in days');
//M/8 is left
t=-log(1/8)/k;
disp(t,'time taken for (iii) in days')
|
73ecea1228479422fd73d63a101aef0760a17740
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3875/CH10/EX10.14/10_14.sce
|
08ed781f719469ca0754b0d62d7f0194878dab20
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 514
|
sce
|
10_14.sce
|
clc;
clear;
P=10^-3 //power in watt
h=6.62*10^-34 //Plancks constant in J-s
v=3*10^8 //frequncy of light in Hz
lambda=4560*10^-10 //wavelength in m
eff=0.005 //quantum efficiency
e=1.6*10^-19 //charge in C
//calculation
E=(h*v)/lambda //energy of each photon in joules
N=P/E //no of photons incident on the metal per sec
N_e=N*eff //no of electrons released per sec
I=N_e*e
mprintf("The photoelectric current is = %1.3e amp or 1.837 micro-amp",I)
//The Answer provided in the textbook is wrong.
|
680ac22ad191601b56576eabf1ae61b9b118a0cc
|
a62e0da056102916ac0fe63d8475e3c4114f86b1
|
/set9/s_Engineering_Mechancis-schaum_Series_Mclean_3137.zip/Engineering_Mechancis-schaum_Series_Mclean_3137/CH18/EX18.46/Ex18_46.sce
|
28d9d39e4ca622b197807662dfc1b5b3dfc676c2
|
[] |
no_license
|
hohiroki/Scilab_TBC
|
cb11e171e47a6cf15dad6594726c14443b23d512
|
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
|
refs/heads/master
| 2021-01-18T02:07:29.200029
| 2016-04-29T07:01:39
| 2016-04-29T07:01:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 235
|
sce
|
Ex18_46.sce
|
errcatch(-1,"stop");mode(2);//Initilization of variables
v=4 //m/s
m=9 //kg
s=1.5 //m
//Calculations
Io=(2/3)*(m*s^2) //kg.m
w=(m*v*s*0.5)/Io //rad/s
//Result
printf('The angular velocity of the box is %i rad/s',w)
exit();
|
0524652b939a8e6dfee66dc780f90b95673e828c
|
06e74210ace33400285a034c1757ea4955aa3a0e
|
/libtest/tests/28_filename.tst
|
ea9e9265deea65334f8e8436349a6ecd29f063c8
|
[
"MIT",
"SMLNJ"
] |
permissive
|
helmwo/awklib
|
c2aa8c1e2366797365830cab9d1c022754090f00
|
7b19b0346ade4e89a4f26223a39af7f899630e55
|
refs/heads/master
| 2023-07-14T19:23:27.498998
| 2021-09-05T20:46:48
| 2021-09-05T20:46:48
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 267
|
tst
|
28_filename.tst
|
# Per GAWK manual:
# Inside a BEGIN rule, the value of FILENAME is "", because there are no input
# files being processed yet.
# https://www.gnu.org/software/gawk/manual/gawk.html#Auto_002dset
BEGIN { print FILENAME }
END { print NR }
##Input
1
2
3
##Output
3
##END
|
df8a433bf14765a193fb5c678dad79b649e78eda
|
66106821c3fd692db68c20ab2934f0ce400c0890
|
/test/probes/watch1.tst
|
a78c03f73e88ad5f80854da28441e1b833f7c49a
|
[] |
no_license
|
aurelf/avrora
|
491023f63005b5b61e0a0d088b2f07e152f3a154
|
c270f2598c4a340981ac4a53e7bd6813e6384546
|
refs/heads/master
| 2021-01-19T05:39:01.927906
| 2008-01-27T22:03:56
| 2008-01-27T22:03:56
| 4,779,104
| 2
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 178
|
tst
|
watch1.tst
|
# @Harness: probes
# @Result:
# @Program: array.asm
# @Purpose: tests read watches
watch A { | | | }
main {
insert A 0x100;
}
result {
4 A.beforeRead;
4 A.afterRead;
}
|
b87341eb9467d3b55b78b6ee0b22c6c912928e0a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1061/CH5/EX5.13/Ex5_13.sce
|
4bb8846367014e0535c6a233470eda32df7a2d49
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 254
|
sce
|
Ex5_13.sce
|
//Ex:5.13
clc;
clear;
close;
Lc=100000;// coherence length in m
y=1.32*10^-6;// operating wavelength in m
dy=1.5*10^-9;// spectral width in m
BF=y^2/(Lc*dy);//model birefrigence in um
L=y/BF;// beat length in m
printf("The beat length=%f m", L);
|
ee6accd3d25c76ce271ac59c47acac1782e7fa2d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/710/CH10/EX10.4/10_4.sci
|
463cc9bbed939ef28f749a323a424f9914982f0e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 540
|
sci
|
10_4.sci
|
clc();
clear;
//To determine the uncertainity in determining the position of this electron
m=9.1*10^-31; //mass of electron
v=6*10^3; //speed of electron
p=m*v; //uncertainity in momentum in kg.m/s
h=6.626*10^-34; //plancks constant
deltap=0.00005*p; //uncertainity in p is 0.00005 of p
deltax=(h/(4*%pi*deltap))*10^3 //uncertainity in position
printf("The uncertainity in position is %f mm",deltax);
|
ec73e0ed2a4d774a4154e8c0b3cb9d89f2449488
|
68f6f3335d41b95146619ddf406414da5c1bc975
|
/metodos-numericos/practicas/scilab/alpha40.sci
|
711b19247f29ebf7516d23dcf565f417631c1802
|
[] |
no_license
|
nachocattoni/Ita
|
be52ab7f80cb0dd7d0a0ef470c72a7f997f2e75b
|
f7e102a2917ebe59358dbd9d5f7af81703c16fde
|
refs/heads/master
| 2021-05-02T08:09:23.784800
| 2018-02-08T02:50:30
| 2018-02-08T02:50:30
| 120,845,736
| 0
| 0
| null | 2018-02-09T02:29:22
| 2018-02-09T02:29:21
| null |
UTF-8
|
Scilab
| false
| false
| 21,384
|
sci
|
alpha40.sci
|
clear; clc;
// Descomposición de Cholesky //
// //
// A: Matriz hermitiana y definida positiva //
// L: Matriz triangular inferior tal que LL* = A (L* es la conjugada //
// transpuesta). //
function L = Cholesky(A)
n = size(A, 1)
L = zeros(n, n)
L(1,1) = sqrt(A(1,1))
if( n > 1 )
L(2:n,1) = A(2:n,1) / L(1,1)
L(2:n,2:n) = Cholesky(A(2:n, 2:n) - L(2:n,1) * L(2:n,1)')
end
endfunction
EJ_CholeskyA = [ 16 -12 8 -16;
-12 18 -6 9;
8 -6 5 -10;
-16 9 -10 46];
EJ_CholeskyB = [ 4 12 -16;
12 37 -43;
-16 -43 98];
// Descomposición QR //
// //
// A: Matriz real cuadrada //
// Q: Matriz ortogonal //
// R: Matriz triangular superior //
// //
// No es numericamente estable. //
function [Q, R] = QR(A)
[n, m] = size(A)
Q = zeros(n, n)
Q(:,1) = A(:,1) / norm(A(:,1))
for i = 2:n
w = A(:,i)
for j = 1:i-1
w = w - (Q(:,j)'*A(:,i)) * Q(:,j)
end
Q(:,i) = w / norm(w)
end
R = Q'*A
endfunction
// Radio Espectral //
// //
// A: Matriz cuadrada //
// r: Máximo valor absoluto de los autovalores de A (radio espectral) //
function r = RadioEspectral(A)
r = max(abs(real(spec(A))))
endfunction
// Diagonal Dominante //
// //
// A: Matriz cuadrada //
// y: %T en caso de ser A una matriz diagonal dominante //
function y = DiagonalDominante(A)
n = size(A, 1);
for i=1:n
if(2 * abs(A(i, i)) < sum(abs(A(i,:))))
y = %F
return;
end
end
y = %T
endfunction
// Simétrica //
// //
// A: Matriz cuadrada //
// y: %T en caso de ser A una matriz simétrica (o hermitiana) //
function y = Simetrica(A)
y = and(abs(A - A') < 1e-15);
endfunction
// Definida Positiva //
// //
// A: Matriz de la cual se quiere averiguar si es definida positiva //
// y: %T si todos los autovalores son positivos, es decir, si es definida //
// positiva. //
function y = DefinidaPositiva(A)
y = and(real(spec(A)) > 1e-15);
endfunction
// Check Jacobi //
// //
// Determina si la matriz de iteración del método de Jacobi tiene radio //
// espectral menor que 1. Si lo tiene, la función devuelve true y es apta //
// para utilizar Jacobi, si no, aún puede ser diagonal dominante y Jacobi //
// aún puede funcionar. //
// La matriz de iteración de Jacobi es inv(D)*R, si esa matriz tiene norma //
// menor que uno, entonces converge y NO ESTA CHECKADO ACA. //
function b = CheckJacobi(A)
D = diag(diag(A))
R = A - D
try
b = RadioEspectral( diag(1 ./ diag(D)) * R ) < 1
catch
b = DiagonalDominante(A)
if ~b then
try
b = norm(diag(1 ./ diag(D)) * R) < 1 // puede usarse cualquier norm
end
end
end
// Agregar el método general de la norma
endfunction
// Check Gauss //
// //
// Determina si la matriz es apta para aplicar el método de Gauss-Seidel //
// Para serlo, debe ser diagonal dominante, o bien, simétrica y definida //
// positiva. //
// Descomponer A en L D U, donde D es diag(diag(A)), la matriz de iteración //
// de Gauss Seidel es inv(D - L)*U, si eso tiene alguna norma que de menor //
// que 1, entonces también converge. //
function y = CheckGauss(A)
y = DiagonalDominante(A) | (Simetrica(A) & DefinidaPositiva(A));
if ~y then
try
D = diag(diag(A))
L = tril(A) - D
U = (tril(A') - D)'
disp(D, L, U);
y = norm(inv(D - L)*U) < 1; // puede usarse cualquier norm
catch
y = %f
end
end
endfunction
// Método de Jacobi //
// //
// A, x, b: Describen el sistema de ecuaciones, x es aproximación inicial //
// tol: Tolerancia requerida, por defecto 1e-4 //
// iter: Cantidad de iteraciones a realizar, por defecto 15k //
// y: Aproximación de la solucion //
// cnt: Cantidad de iteraciones realizadas realmente //
// //
// Sea D = diag(A) //
// x_sig = (I - inv(D) * A) * x + inv(D) * b //
function [y, cnt] = Jacobi(A, x, b, tol, iter)
if ~exists("iter", "local") then
iter = 15000
end
if ~exists("tol", "local") then
tol = 1e-9
end
n = size(A, 1);
y = x;
cnt = 0
while cnt < iter
cnt = cnt + 1
for i=1:n
guarda = A(i, i);
A(i, i) = 0;
y(i) = (b(i) - A(i,:)*x) / guarda;
A(i, i) = guarda;
end
if(norm(x - y) < tol)
break;
end
x = y;
end
endfunction
EJ_JacobiA1 = [0 2 4;
1 -1 -1;
1 -1 2];
EJ_Jacobib1 = [0 0.375 0]';
EJ_Jacobix1 = [5 7 10]';
EJ_JacobiA2 = [ 1 -1 0;
-1 2 -1;
0 -1 1.1];
EJ_Jacobib2 = [0 1 0]';
EJ_Jacobix2 = [1 4 3]';
// Método de Gauss-Seidel //
// //
// Usar la conveniente "CheckGauss" en A, antes que querer usar esto //
// A, x, b: Sistema de ecuaciones normal, con x siendo una aproximación //
// inicial de la solución. //
// tol; Tolerancia, por defecto es 1e-9 //
// iter: Cantidad de iteraciones, por defecto, 15k //
function [y, cnt] = GaussSeidel(A, x, b, tol, iter)
if ~exists("iter", "local") then
iter = 15000
end
if ~exists("tol", "local") then
tol = 1e-9
end
n = size(A, 1);
y = x;
cnt = 0
while cnt < iter
cnt = cnt + 1
for i=1:n
mat = A(i,:).*y';
v1 = 0;
v2 = 0;
if(i > 1)
v1 = sum(mat(1:i-1));
end
if(i < n)
v2 = sum(mat(i+1:n));
end
y(i) = (b(i) - v1 - v2) / A(i, i);
end
if(norm(x - y) < tol)
break;
end
x = y;
end
endfunction
// Sustitución Regresiva //
// //
// Resuelve el sistema de ecuaciones Ax = b, con A triangular inferior. //
function x = SustitucionRegresiva(A, b)
n = size(A, 1)
x(n) = b(n) / A(n, n)
for i = n-1:-1:1
x(i) = (b(i) - A(i,i+1:n) * x(i+1:n)) / A(i,i)
end
endfunction
// Método de Gauss //
// //
// Resuelve el sistema de ecuaciones Ax = b dando como resultado la matriz //
// P de permutacion de filas, la solucion x, y deja a A como triangular //
// inferior. //
function [x, P, A, b] = Gauss(A, b)
n = size(A, 1)
P = eye(n, n)
if( det(A) == 0 )
error("Argiroffo informs: ¡El determinante es cero, nene!")
end
for i = 1:n
mx = A(i, i)
idmx = i
for j = i+1:n
if(abs(A(j, i)) > mx)
mx = A(j, i)
idmx = j
end
end
A([i, idmx],:) = A([idmx, i],:)
P([i, idmx],:) = P([idmx, i],:)
b([i, idmx]) = b([idmx, i])
for j = i+1:n
m = A(j,i) / A(i,i)
A(j,:) = A(j,:) - m * A(i,:)
b(j) = b(j) - m * b(i)
end
end
x = SustitucionRegresiva(A, b)
endfunction
// Minimos Cuadrados //
// //
// x, y: descripción de los puntos, no necesariamente distintos en x //
// k: grado del polinomio que querés //
// p: polinomio que querés, que minimiza la suma de las diferencias al //
// cuadrado con los puntos dados como dato, de grado k //
// err: error //
function [p, err] = MinimosCuadrados(x, y, k)
n = length(x)
X = ones(n, k+1)
for i = 1:n
for j = 1:k
X(i,j+1) = x(i)**j
end
end
a = Gauss(X'*X, X'*y)
p = poly(a, "x", "coeff")
err = y - X * a
endfunction
// Método de Sobrerelajación //
// //
function [sol, iter]=SOR(A,b,x0,tol)
iter = 0;
n = size(A, 1);
D = diag(diag(A));
D = inv(D);
ant = x0;
S = max(abs(real(spec(eye(n,n) - D*A))))
w = 2/(1+sqrt(1-S^2));
while ( %T )
for i=1:n
aux1 = 0;
for j=1:i-1
aux1 = aux1 + A(i,j)*sol(j)
end
aux2 = 0;
for j=i+1:n
aux2 = aux2 + A(i,j)*ant(j)
end
sol(i) = w/A(i,i) * (b(i) - aux1 - aux2) + (1 - w)*ant(i)
iter = iter + 1;
end
disp(sol);
disp(ant);
if norm(sol - ant) < tol
break;
end
ant = sol;
end
endfunction
// Método de la Potencia //
// //
// A: Matriz de la cual se quiere calcular el autovalor de mayor valor abs. //
// zv: Estimación inicial del autovector, probar varias estimaciones, ya que //
// si zv comienza siendo un autovector asociado a algun otro autovalor, el //
// método de va a quedar 'estancado' ahi. //
// iter: Cantidad de iteraciones, por defecto son 500 //
function [vector, lambda] = Potencia(A, zv, iter)
// zv es un vector inicial, iter cantidad de iteraciones
// metodo de la potencia, aproxima el autovalor de mayor
// valor absoluto, y su autovector asociado
if ~exists("iter", "local") then
iter = 500
end
n = size(A, 1);
for rep=1:iter
wn = A*zv;
zn = wn / norm(wn, 'inf');
for k=1:n
if(abs(zn(k)) > 1e-12)
lambda = wn(k) / zv(k);
break;
end
end
zv = zn;
end
vector = zn;
endfunction
// Gershgorin //
// //
// A: Matriz cuadrada //
// cota_inf, cota_sup: Dan cotas a los autovalores //
// Esta función también grafica los círculos de Gershgorin, y es fácilmente //
// modificable para obtener el intervalo de la recta real que cubre cada //
// círculo. //
function [cota_inf, cota_sup] = Gershgorin(A)
// Devuelve la cota inferior y la cota superior de los autovalores
// Tambien hace un plot, que da mas informacion...
cota_inf = 0;
cota_sup = 0;
n = size(A, 1);
for i=1:n
centro(i) = A(i, i);
radio(i) = sum(abs(A(i,:))) - A(i, i);
cota_inf = min(cota_inf, centro(i) - radio(i));
cota_sup = max(cota_sup, centro(i) + radio(i));
end
x = [cota_inf:1e-2:cota_sup];
for i=1:n
plot(x, sqrt( radio(i)^2 - (x - centro(i)).*(x - centro(i)) ));
plot(x, -sqrt( radio(i)^2 - (x - centro(i)).*(x - centro(i)) ));
end
endfunction
//,Diferencias Divididas //
// //
// x, y: Descripción de la nube de puntos //
// D: Matriz de diferencias divididas, D(i, j) = f[x_i ... x_j] //
function D = DiferenciasDivididas(x, y)
n = length(y)
D = diag(y)
for j = 2:n
for i = j-1:-1:1
D(i,j) = (D(i+1, j) - D(i, j-1))/(x(j)-x(i))
end
end
endfunction
// Interpolación Newton //
// //
// x, y: Descripción de n + 1 puntos //
// p: Polinomio de grado n, que pasa por los n + 1 puntos, es único. //
function p = InterpolacionNewton(x, y)
n = length(x)
D = DiferenciasDivididas(x, y)
p = poly([0], "x", "coeff")
n_j = poly([1], "x", "coeff")
for i = 0:n-1
p = p + D(1,i+1) * n_j
n_j = n_j * poly(x(i+1), "x", "roots")
end
endfunction
// Productorio de Lagrange //
// //
// j: Número de elemento a ignorar //
// x: Descripción de los puntos //
// p: Productorio desde i = 1 hasta i = n, con i != j, de //
// (x - x(i)) / (x(k) - x(i). //
function p = ProdLagrange(j, x)
n = length(x)
p = poly([1], "x", "coeff")
for m = 1:n
if m == j then continue; end
p = p * poly(x(m),"x","roots") / (x(j)-x(m))
end
endfunction
// Interpolación Lagrange //
// //
// x, y: Descripción de los n + 1 puntos //
// p: Polinomio de grado n, que pasa por los n + 1 puntos, es único. //
function p = InterpolacionLagrange(x, y)
p = poly([0], "x", "coeff")
n = length(y)
for i = 1:n
p = p + ProdLagrange(i, x) * y(i)
end
// El polinomio P(x) = Sumatorio {desde k = 1 hasta n} [ L_k(x) * y(k)]
endfunction
// Puntos de Chebyshev //
// //
// n: Cantidad de puntos a obtener, para aproximar polinomios con grado m, //
// debe ser n = m + 1, de esa manera se pasan luego los m + 1 puntos para //
// interpolar y se obtiene polinomio de grado m. //
// a, b: Intervalo en el cual obtener los puntos //
// r: Arreglo con los mejores puntos para hacer una interpolación //
function r = PuntosChebyshev(n, a, b)
r = zeros(n,1)
for k = 0:n-1
r(k+1) = (b - a) / 2 * cos(%pi * (2 * k + 1) / (2 * n)) + (a + b) / 2
end
endfunction
// Método del Trapecio //
// //
// f: Función a integrar //
// a, b: Intervalo de integración //
// n: Cantidad de intervalos . //
// Devuelve una aproximación de la integral definida entre a y b usando n //
// puntos, su error es: h^2 (b-a) / 12 * max(abs(f''(x))) para x entre //
// a y b, siendo h = (b - a) / n. //
function I = Trapecio(f, a, b, n)
h = (b - a) / n
I = 0.5 * (f(a) + f(b))
for k = 1:n-1
x = a + k * h
I = I + f(x)
end
I = I * h
endfunction
// Método de Simpson //
// //
// f: Función a integrar //
// a, b: Intervalo de integración //
// n: Cantidad de intervalos, debe ser par. //
// Devuelve una aproximación de la integral definida entre a y b usando n //
// puntos, su error es: -h^4 * (b-a) / 180 * max(abs(f''''(x))) //
// para x entre a y b, y siendo h = (b - a)/n //
function I = Simpson(f, a, b, n)
h = (b - a) / n
I = f(a) + f(b)
for k = 1:n-1
x = a + k * h
if modulo(k,2) == 1 then
I = I + 4 * f(x)
else
I = I + 2 * f(x)
end
end
I = I * h/3
endfunction
// Método del Trapecio, en dos dimensiones //
// //
// a < b, n: cantidad de divisiones sobre x //
// c < d, m: cantidad de divisiones sobre y //
// f: Función en dos variables a integrar en [a, b] y [c, d] //
// I: Resultado de la aproximación de la integral, no vimos su error. //
// En caso de querer integrar algo que no tiene dominio rectangular, //
// la función como 0 fuera del dominio. //
function [I]=DoubleIntegralTrap(a, b, n, c, d, m, f)
Dx = (b - a)/n;
Dy = (d - c)/m;
x = zeros(1,n+1);
y = zeros(1,m+1);
F = zeros(n+1,m+1);
for i = 1:n+1
x(1,i) = a + (i-1)*Dx;
end;
for j = 1:m+1
y(1,j) = c + (j-1)*Dy;
end;
for i = 1:n+1
for j = 1:m+1
F(i,j) = f(x(1,i),y(1,j));
end;
end;
I = F(1,1) + F(1,m+1) + F(n+1,1) + F(n+1,m+1);
for i = 2:n
I = I + 2*(F(i,1) + F(i,m+1));
end;
for j = 2:m
I = I + 2*(F(1,j) + F(n+1,j));
end;
for i = 2:n
for j = 2:m
I = I + 4*F(i,j);
end;
end;
I = I*Dx*Dy/4;
endfunction
// Método de Simpson, en dos dimensiones //
// //
// a < b, n: cantidad de divisiones sobre x //
// c < d, m: cantidad de divisiones sobre y //
// f: Función en dos variables a integrar en [a, b] y [c, d] //
// I: Resultado de la aproximación de la integral, no vimos su error. //
// En caso de querer integrar algo que no tiene dominio rectangular, //
// la función como 0 fuera del dominio. //
function [I]=DoubleIntegralSimp(a, b, n, c, d, m, f)
Dx = (b - a)/n;
Dy = (d - c)/m;
x = zeros(1,n+1);
y = zeros(1,m+1);
Rx = zeros(1, n+1);
Ry = zeros(1, m+1);
F = zeros(n+1,m+1);
for i = 1:n+1
x(1,i) = a + (i-1)*Dx;
end;
for j = 1:m+1
y(1,j) = c + (j-1)*Dy;
end;
for i = 1:n+1
for j = 1:m+1
F(i,j) = f(x(1,i),y(1,j));
end;
end;
resto = 2
for i = 1:n+1
Rx(i) = resto
resto = 6 - resto
end
Rx(1) = 1
Rx(n + 1) = 1
resto = 2
for i = 1:m+1
Ry(i) = resto
resto = 6 - resto
end
Ry(1) = 1
Ry(m + 1) = 1
R = Rx' * Ry
I = sum(F .* R)/9 * Dx * Dy
endfunction
|
535b5b91abedaa2a4a4780c9cab58e7be5ce0b39
|
a45f93853fdb67523e71e3e7fb88c4298eae1ef7
|
/Screens/Display Options Screen.tst
|
e68a168603d435d451771e2e5099f9f566ee5ca3
|
[] |
no_license
|
voarsh/Disney-Treasure-Planet-Battle-at-Procyon
|
68192cbfdf8b823bc8399e3ea1e62d4976b74aed
|
99cbbc70701ef6e8f9d95eba1052635de992910f
|
refs/heads/master
| 2020-04-16T01:44:03.761947
| 2016-06-08T10:25:05
| 2016-06-08T10:25:05
| 38,745,932
| 3
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 8,520
|
tst
|
Display Options Screen.tst
|
ScreenName String 'Display Options Screen'
ImplName String 'NULL SCREEN'
ElementChunkArray Int 26
ScreenElementType Int 0
ImplName String 'Front End Screen Backdrop'
TabIndex Int 1
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 113, 800, 507 ) # left,top,right,bottom
ScreenElementType Int 1
ImplName String 'Open Prev Arrow Button'
TabIndex Int 5
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 349, 500, 451, 602 ) # left,top,right,bottom
Font String 'BlackChancery16'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_CANCEL'
Color Colour( 255.000000, 255.000000, 0.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Detail Model Scrollbar Button'
TabIndex Int 6
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 360, 320, 640, 355 ) # left,top,right,bottom
Font String 'Univers10'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_BUTTON'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Detail Effect Scrollbar Button'
TabIndex Int 7
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 360, 230, 640, 265 ) # left,top,right,bottom
Font String 'Univers10'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_BUTTON'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Detail Texture Scrollbar Button'
TabIndex Int 8
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 360, 275, 640, 310 ) # left,top,right,bottom
Font String 'Univers10'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_BUTTON'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Video Modes Toggle Button'
TabIndex Int 9
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 360, 185, 640, 220 ) # left,top,right,bottom
Font String 'Univers10'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_BUTTON'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Render Background Toggle Button'
TabIndex Int 10
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 360, 410, 640, 445 ) # left,top,right,bottom
Font String 'Univers10'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_BUTTON'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Restore Default Settings Button'
TabIndex Int 42
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 69, 530, 279, 574 ) # left,top,right,bottom
Font String 'BlackChancery16'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_RESTORE_DEFAULTS'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 2
ImplName String 'Detail Model Label'
TabIndex Int 20
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 324, 320, 356 ) # left,top,right,bottom
Font String 'UniversLightBold14'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
ScreenElementType Int 2
ImplName String 'Detail Texture Label'
TabIndex Int 22
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 280, 320, 314 ) # left,top,right,bottom
Font String 'UniversLightBold14'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
ScreenElementType Int 2
ImplName String 'Detail Effect Label'
TabIndex Int 24
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 236, 320, 261 ) # left,top,right,bottom
Font String 'UniversLightBold14'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
ScreenElementType Int 1
ImplName String 'Apply Render Device Changes'
TabIndex Int 42
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 656, 180, 785, 224 ) # left,top,right,bottom
Font String 'BlackChancery16'
Text String 'IDGS_TPFRONTENDTEXT02_APPLY_CHANGES'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Detail Terrain Toggle Button'
TabIndex Int 43
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 360, 365, 640, 400 ) # left,top,right,bottom
Font String 'Univers10'
Text String 'IDGS_TPFRONTENDTEXT_BUTTON_CREW'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Render Flag Button'
TabIndex Int 46
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 360, 455, 640, 490 ) # left,top,right,bottom
Font String 'Univers10'
Text String 'IDGS_TPFRONTENDTEXT_BUTTON_SHIPS'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Open Next Screen Button'
TabIndex Int 49
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 521, 530, 731, 574 ) # left,top,right,bottom
Font String 'BlackChancery16'
Text String 'IDGS_TPFRONTENDTEXT01_ADVANCED_OPTIONS'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Center Justify Label'
TabIndex Int 50
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 4, 126, 800, 165 ) # left,top,right,bottom
Font String 'BlackChancery22'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_DISPLAY_OPTIONS'
Color Colour( 0.000000, 0.000000, 0.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Center Justify Label'
TabIndex Int 51
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 0, 127, 800, 161 ) # left,top,right,bottom
Font String 'BlackChancery22'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_DISPLAY_OPTIONS'
Color Colour( 1.000000, 0.796100, 0.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Right Justify Label'
TabIndex Int 52
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 193, 322, 220 ) # left,top,right,bottom
Font String 'UniversLightBold14'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_RENDERER_AND_BIT_DEPTH'
Color Colour( 0.000000, 0.000000, 0.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Right Justify Label'
TabIndex Int 53
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 3, 191, 320, 215 ) # left,top,right,bottom
Font String 'UniversLightBold14'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_RENDERER_AND_BIT_DEPTH'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Right Justify Label'
TabIndex Int 54
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 371, 322, 410 ) # left,top,right,bottom
Font String 'UniversLightBold14'
Text String 'IDGS_TPFRONTENDTEXT02_TERRAIN_VISIBILITY'
Color Colour( 0.000000, 0.000000, 0.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Right Justify Label'
TabIndex Int 55
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 369, 320, 393 ) # left,top,right,bottom
Font String 'UniversLightBold14'
Text String 'IDGS_TPFRONTENDTEXT02_TERRAIN_VISIBILITY'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Right Justify Label'
TabIndex Int 56
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 417, 322, 453 ) # left,top,right,bottom
Font String 'UniversLightBold14'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_RENDER_BACKGROUND'
Color Colour( 0.000000, 0.000000, 0.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Right Justify Label'
TabIndex Int 57
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 415, 320, 441 ) # left,top,right,bottom
Font String 'UniversLightBold14'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_RENDER_BACKGROUND'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Right Justify Label'
TabIndex Int 58
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 463, 322, 514 ) # left,top,right,bottom
Font String 'UniversLightBold14'
Text String 'IDGS_TPFRONTENDTEXT02_FLAG_WAVING'
Color Colour( 0.000000, 0.000000, 0.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Right Justify Label'
TabIndex Int 59
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 0, 461, 320, 500 ) # left,top,right,bottom
Font String 'UniversLightBold14'
Text String 'IDGS_TPFRONTENDTEXT02_FLAG_WAVING'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'FrontEnd Animated Backdrop'
TabIndex Int 1
Selectable Bool False
Enabled Bool False
ReferenceArea Rect( 0, 113, 800, 507 ) # left,top,right,bottom
Font String 'Univers10'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_BUTTON'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
|
18bd974433e685a3a0927360734a3e3514414a13
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1646/CH1/EX1.13/Ch01Ex13.sce
|
86d75117835b5b50a2301d40e9de4eb86084556e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 597
|
sce
|
Ch01Ex13.sce
|
// Scilab Code Ex1.13: Page:32 (2011)
clc;clear;
c = 3e+008; // Speed of light in vacuum, m/s
E0 = 0.5; // Rest energy of the electron, MeV
v1 = 0.6*c; // Initial velocity of the electron, m/s
v2 = 0.8*c; // Final velocity of the electron, m/s
W = (1/sqrt(1-v2^2/c^2)-1/sqrt(1-v1^2/c^2))*E0; // The amount of work to be done to increase the speed of the electron, MeV
printf("\nThe amount of work to be done to increase the speed of an electron = %4.2e J", W*1e+06*1.6e-019);
// Result
// The amount of work to be done to increase the speed of an electron = 3.33e-014 J
|
e18cc803268a0f10a4da354740f3a2ae62eff38c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/965/CH2/EX2.73/73.sci
|
38f1d621d1693bd6518560f3cbd6c5f8e06fcea3
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 665
|
sci
|
73.sci
|
clc;
clear all;
disp("increase in heat dissipation")
k=0.174;// W/(m*C)
r1=6.5/2;//mm
ho=8.722;// W/(m^2*K)
rc=1000*k/ho;//mm
L=1;//m
t1=60;// degree C
tair=20;// degree C
disp("mm",rc,"critical radius of insulation =")
t=rc-r1;
disp("mm",t,"minimum insulation of thickness t = ")
disp("i) without insulation ")
Rthcv=1000/(ho*r1);
Q1=2*3.1416*L*(t1-tair)/Rthcv;
disp("W/m",Q1," heat flow without insulation Q1 =")
Rthcd=(log(rc/r1))/k;
Rthcv=1000/(ho*rc);
Rth2=Rthcd+Rthcv;
Q2=2*3.1416*L*(t1-tair)/Rth2;
disp("W/m",Q2," heat flow with insulation Q2 =")
change=(Q2-Q1)*100/Q1;
disp("%",change,"Percent increase in heat dissipation =")
|
d842c8d35d74a24efaa1b81dec5758fc4cb543da
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2783/CH5/EX5.14/Ex5_14.sce
|
8ac6f667e07703cd95a2608884401c6398e12453
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 394
|
sce
|
Ex5_14.sce
|
clc
//initialization of new variables
clear
n = 0.012;
S = 1;
alpha = 1;//degrees
Z = 0.00005:0.05:5;
k = (5-0.00005)/0.05 +1;
for i = 1:k
R_h(i) = S/((1/Z(i))+2*Z(i));
U_av(i) = (1/n)*(R_h(i)^(2/3))*sqrt(tan(alpha*%pi/180));
Q(i) = U_av(i)*S;
b(i) = S/Z(i);
AR(i) = Z(i)/b(i);
end
plot(AR(1:46),U_av(1:46));
xlabel('Aspect ratio');
ylabel('Q (m^3/s)');
|
66051ef37802aaea04fa1a3a59f6190c569cccb1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2762/CH5/EX5.5.1/5_5_1.sce
|
a3f81d89f51ec99017a1aadf062c9e24d728b172
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 532
|
sce
|
5_5_1.sce
|
//Transport Processes and Seperation Process Principles
//Chapter 5
//Example 5.5-1
//Principles of Unsteady State Heat Transfer
//given data
//english units
h=39.7;
k=0.498;//thermal conductivity
Cp=3.48*1000;//specific heat
rho=1073;//density
alpha=k/(rho*Cp)//temp coefficient
w=0.203;
x1=w/2;
x=0;
n=x/x1;
m=k/(h*x1);
T1=1.7+273.2;
T0=37.8+273.2;
T=10+273.2;
Y=(T1-T)/(T1-T0);
X=0.9;//from the given graph, X=(alpha*t)/(x1^2)
t=(X*x1*x1)/(alpha);
mprintf("the time taken is %f s = %f h",t,t/3600)
//end
|
8835fd6a67a726d62a0445cf628e803090c0c965
|
99b4e2e61348ee847a78faf6eee6d345fde36028
|
/Toolbox Test/tf2zpk/tf2zpk9.sce
|
87df5aa59c4433b803e022faec58b537e5e0e8e7
|
[] |
no_license
|
deecube/fosseetesting
|
ce66f691121021fa2f3474497397cded9d57658c
|
e353f1c03b0c0ef43abf44873e5e477b6adb6c7e
|
refs/heads/master
| 2021-01-20T11:34:43.535019
| 2016-09-27T05:12:48
| 2016-09-27T05:12:48
| 59,456,386
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 312
|
sce
|
tf2zpk9.sce
|
a=[0 0 0 0];
b=[1 2 3 4];
z=tf2zpk(b,a);
disp(z);
//output
// !--error 10000
//Dividing by zero not allowed
//at line 46 of function eqtflength called by :
//at line 7 of function tf2zpk called by :
//z=tf2zpk(b,a);
//at line 3 of exec file called by :
//x Test/tf2zpk/tf2zpk9.sce', -1
|
710d8e814dc00c648548c63836f58e7febc27b54
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1427/CH34/EX34.19/34_19.sce
|
f32e2de3c45897f67b1c4c217bd5eee0e97c9ca0
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 331
|
sce
|
34_19.sce
|
//ques-34.19
//Calculating energy of light required to decompose 1g of ammonia
clc
w=200;//wavelength (in nm)
QE=0.14;//quantum efficiency (in molecule/photon)
m=1;//mass of ammonia given
n=m/17;//moles of ammonia given
q=(n/QE)*(2.859/w)*10^7;
q1=q*4.184;
printf("The energy of light required is %d cal or %d J.",q,q1);
|
62485bdf50002a55d95b574bc154766d9934eec1
|
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
|
/ppppStrafer6ShooterInvincible.sce
|
a1aa46575bff2b387fb45cb05f200666fcbef262
|
[] |
no_license
|
MBHuman/Scenarios
|
be1a722825b3b960014b07cda2f12fa4f75c7fc8
|
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
|
refs/heads/master
| 2023-01-14T02:10:25.103083
| 2020-11-21T16:47:14
| 2020-11-21T16:47:14
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 219,035
|
sce
|
ppppStrafer6ShooterInvincible.sce
|
Name=ppppStrafer6ShooterInvincible
PlayerCharacters=6Shooter
BotCharacters=Quaker Bot Fast Strafes.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=6Shooter
AddedBots=Quaker Bot Fast Strafes.bot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=2
BotTeams=1
MapName=cataIC.map
MapScale=3.8125
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=true
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=1000.0
ScorePerDamage=3.0
ScorePerKill=0.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=true
ScoreMultKillEfficiency=false
GameTag=FPS
WeaponHeroTag=Six Shooter
DifficultyTag=4
AuthorsTag=PPPP
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=Low Pressure low fire-rate tracking, Damage Efficiency Scoring headshots most important.
GameVersion=2.0.0.2
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
[Aim Profile]
Name=At Feet
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Low Skill At Feet
MinReactionTime=0.35
MaxReactionTime=0.45
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=20.0
TrackSpeed=3.0
TrackError=5.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=60.0
ShootFOV=25.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Low Skill
MinReactionTime=0.35
MaxReactionTime=0.45
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=20.0
TrackSpeed=3.0
TrackError=5.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=60.0
ShootFOV=25.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=Quaker Bot Fast Strafes
DodgeProfileNames=Short Strafes;MidStrafes;MidStrafes2
DodgeProfileWeights=1.0;1.0;1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;2.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Low Skill At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=QuakeMini
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Character Profile]
Name=6Shooter
MaxHealth=100.0
WeaponProfileNames=Six Shooter;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=1000.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=55.0
MainBBHasHead=true
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.25
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=QuakeMini
MaxHealth=250.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=1000.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=250.0
MainBBRadius=35.0
MainBBHasHead=true
MainBBHeadRadius=25.0
MainBBHeadOffset=-20.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.25
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=Short Strafes
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.1
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=MidStrafes
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.32
MaxLRTimeChange=0.35
MinFBTimeChange=0.25
MaxFBTimeChange=0.6
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.2
DamageReactionMinimumDelay=0.13
DamageReactionMaximumDelay=0.16
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.2
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Oppose
TargetStrafeMinDelay=0.13
TargetStrafeMaxDelay=0.18
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.1
MaxCrouchTime=0.1
MinJumpTime=0.0
MaxJumpTime=0.0
LeftStrafeTimeMult=0.9
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=MidStrafes2
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.45
MaxLRTimeChange=0.45
MinFBTimeChange=0.4
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.15
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.2
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.1
TargetStrafeMaxDelay=0.16
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.1
MaxCrouchTime=0.1
MinJumpTime=0.0
MaxJumpTime=0.0
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=0.8
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Weapon Profile]
Name=Six Shooter
Type=Hitscan
ShotsPerClick=1
DamagePerShot=70.0
KnockbackFactor=0.1
TimeBetweenShots=0.5
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=1.5
ReloadTimeFromPartial=1.5
DamageFalloffStartDistance=2200.0
DamageFalloffStopDistance=4500.0
DamageAtMaxRange=20.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.5
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-80.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.1
RecoilNegatable=true
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Quake/Source
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=5.0
MinRecoilUp=5.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=2
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=0.5
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=true
TriggerBotDelay=0.01
TriggerBotFOV=0.1
StickyLock=false
HeadLock=true
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera score
Float sky.timeOfDay 13.000000
Float sky.skyAngle 210.000000
ColourXRGB32 sky.skyTopColor ff020302
ColourXRGB32 sky.skyHorizonColor ff000800
ColourXRGB32 sky.skyBottomColor ff020e03
ColourXRGB32 sky.sunColor ff3e4a51
Float sky.sunIntensitySize 8.000000
Float sky.sunSharpness 8.000000
ColourXRGB32 sky.horizonColor ff9fc3a9
Float sky.horizonIntensity 0.300000
Float sky.horizonHaloExponentSun 8.000000
Float sky.horizonLine 0.150000
Float sky.starsIntensity 4.000000
ColourXRGB32 sky.cloudsColor ffffffff
Float sky.cloudsCoverage 0.500000
Float sky.cloudsCoverageMultiplier 24.000000
Float sky.cloudsRoughness 0.400000
ColourXRGB32 fogColor ff5b6577
Float fogDistanceEnd 4500.000000
Float fogHeightTop 200.000000
Float fogHeightBottom -2000.000000
String256 title The Catalyst
String256 ownerString tehace & promEUs
Bool8 mode1v1 1
Bool8 mode2v2 1
brush
vertices
1120.000000 248.000000 128.000000
1136.000000 248.000000 128.000000
1136.000000 248.000000 124.000000
1120.000000 248.000000 124.000000
1120.000000 200.000000 128.000000
1136.000000 200.000000 128.000000
1136.000000 200.000000 124.000000
1120.000000 200.000000 124.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1136.000000 240.000000 128.000000
1152.000000 240.000000 128.000000
1152.000000 240.000000 124.000000
1136.000000 240.000000 124.000000
1136.000000 200.000000 128.000000
1152.000000 200.000000 128.000000
1152.000000 200.000000 124.000000
1136.000000 200.000000 124.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1152.000000 232.000000 128.000000
1168.000000 232.000000 128.000000
1168.000000 232.000000 124.000000
1152.000000 232.000000 124.000000
1152.000000 200.000000 128.000000
1168.000000 200.000000 128.000000
1168.000000 200.000000 124.000000
1152.000000 200.000000 124.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1168.000000 224.000000 128.000000
1184.000000 224.000000 128.000000
1184.000000 224.000000 124.000000
1168.000000 224.000000 124.000000
1168.000000 200.000000 128.000000
1184.000000 200.000000 128.000000
1184.000000 200.000000 124.000000
1168.000000 200.000000 124.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1184.000000 216.000000 128.000000
1200.000000 216.000000 128.000000
1200.000000 216.000000 124.000000
1184.000000 216.000000 124.000000
1184.000000 200.000000 128.000000
1200.000000 200.000000 128.000000
1200.000000 200.000000 124.000000
1184.000000 200.000000 124.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1200.000000 208.000000 128.000000
1216.000000 208.000000 128.000000
1216.000000 208.000000 124.000000
1200.000000 208.000000 124.000000
1200.000000 200.000000 128.000000
1216.000000 200.000000 128.000000
1216.000000 200.000000 124.000000
1200.000000 200.000000 124.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1088.000000 255.000000 -252.000000
1276.000000 255.000000 -252.000000
1276.000000 255.000000 -256.000000
1088.000000 255.000000 -256.000000
1088.000000 225.000000 -252.000000
1276.000000 225.000000 -252.000000
1276.000000 225.000000 -256.000000
1088.000000 225.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1480.000000 512.000000 176.000000
1504.000000 512.000000 176.000000
1504.000000 512.000000 -160.000000
1480.000000 512.000000 -160.000000
1480.000000 448.000000 176.000000
1504.000000 448.000000 176.000000
1504.000000 448.000000 -160.000000
1480.000000 448.000000 -160.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff000000 common/materials/stone/stone
brush
vertices
960.000000 255.000000 -128.000000
960.000000 255.000000 -124.000000
1092.000000 255.000000 -256.000000
960.000000 225.000000 -124.000000
1088.000000 255.000000 -256.000000
1088.000000 225.000000 -256.000000
960.000000 225.000000 -128.000000
1092.000000 225.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
1020.000000 -32.000000 304.000000
1184.000000 -32.000000 304.000000
1184.000000 -32.000000 288.000000
1020.000000 -32.000000 288.000000
1020.000000 -84.000000 304.000000
1184.000000 -84.000000 304.000000
1184.000000 -84.000000 288.000000
1020.000000 -84.000000 288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1020.000000 -40.000000 288.000000
1184.000000 -40.000000 288.000000
1184.000000 -40.000000 272.000000
1020.000000 -40.000000 272.000000
1020.000000 -80.000000 288.000000
1184.000000 -80.000000 288.000000
1184.000000 -80.000000 272.000000
1020.000000 -80.000000 272.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
964.000000 512.000000 508.000000
1320.000000 512.000000 508.000000
1320.000000 512.000000 352.000000
964.000000 512.000000 352.000000
964.000000 448.000000 508.000000
1320.000000 448.000000 508.000000
1320.000000 448.000000 352.000000
964.000000 448.000000 352.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff000000 common/materials/stone/stone
brush
vertices
1276.000000 -1.000000 100.000000
1348.000000 -1.000000 100.000000
1348.000000 -1.000000 28.000000
1276.000000 -1.000000 28.000000
1276.000000 -80.000000 100.000000
1348.000000 -80.000000 100.000000
1348.000000 -80.000000 28.000000
1276.000000 -80.000000 28.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1280.000000 0.000000 96.000000
1344.000000 0.000000 96.000000
1344.000000 0.000000 32.000000
1280.000000 0.000000 32.000000
1280.000000 -1.000000 96.000000
1344.000000 -1.000000 96.000000
1344.000000 -1.000000 32.000000
1280.000000 -1.000000 32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff000000 common/materials/stone/stone
brush
vertices
1280.000000 97.000000 96.000000
1344.000000 97.000000 96.000000
1344.000000 97.000000 32.000000
1280.000000 97.000000 32.000000
1280.000000 96.000000 96.000000
1344.000000 96.000000 96.000000
1344.000000 96.000000 32.000000
1280.000000 96.000000 32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff000000 common/materials/stone/stone
brush
vertices
1276.000000 160.000000 100.000000
1348.000000 160.000000 100.000000
1348.000000 160.000000 28.000000
1276.000000 160.000000 28.000000
1276.000000 97.000000 100.000000
1348.000000 97.000000 100.000000
1348.000000 97.000000 28.000000
1276.000000 97.000000 28.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1024.000000 0.000000 96.000000
1088.000000 0.000000 96.000000
1088.000000 0.000000 32.000000
1024.000000 0.000000 32.000000
1024.000000 -1.000000 96.000000
1088.000000 -1.000000 96.000000
1088.000000 -1.000000 32.000000
1024.000000 -1.000000 32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff000000 common/materials/stone/stone
brush
vertices
1024.000000 97.000000 96.000000
1088.000000 97.000000 96.000000
1088.000000 97.000000 32.000000
1024.000000 97.000000 32.000000
1024.000000 96.000000 96.000000
1088.000000 96.000000 96.000000
1088.000000 96.000000 32.000000
1024.000000 96.000000 32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff000000 common/materials/stone/stone
brush
vertices
1020.000000 160.000000 100.000000
1092.000000 160.000000 100.000000
1092.000000 160.000000 28.000000
1020.000000 160.000000 28.000000
1020.000000 97.000000 100.000000
1092.000000 97.000000 100.000000
1092.000000 97.000000 28.000000
1020.000000 97.000000 28.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1148.000000 -1.000000 100.000000
1220.000000 -1.000000 100.000000
1220.000000 -1.000000 28.000000
1148.000000 -1.000000 28.000000
1148.000000 -80.000000 100.000000
1220.000000 -80.000000 100.000000
1220.000000 -80.000000 28.000000
1148.000000 -80.000000 28.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1152.000000 0.000000 96.000000
1216.000000 0.000000 96.000000
1216.000000 0.000000 32.000000
1152.000000 0.000000 32.000000
1152.000000 -1.000000 96.000000
1216.000000 -1.000000 96.000000
1216.000000 -1.000000 32.000000
1152.000000 -1.000000 32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff000000 common/materials/stone/stone
brush
vertices
1152.000000 129.000000 96.000000
1216.000000 129.000000 96.000000
1216.000000 129.000000 32.000000
1152.000000 129.000000 32.000000
1152.000000 128.000000 96.000000
1216.000000 128.000000 96.000000
1216.000000 128.000000 32.000000
1152.000000 128.000000 32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff000000 common/materials/stone/stone
brush
vertices
1148.000000 160.000000 100.000000
1220.000000 160.000000 100.000000
1220.000000 160.000000 28.000000
1148.000000 160.000000 28.000000
1148.000000 129.000000 100.000000
1220.000000 129.000000 100.000000
1220.000000 129.000000 28.000000
1148.000000 129.000000 28.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1212.000000 448.000000 -412.000000
1276.000000 448.000000 -412.000000
1276.000000 448.000000 -640.000000
1212.000000 448.000000 -640.000000
1212.000000 264.000000 -412.000000
1276.000000 264.000000 -412.000000
1276.000000 264.000000 -640.000000
1212.000000 264.000000 -640.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1408.000000 544.000000 508.000000
1504.000000 544.000000 508.000000
1504.000000 544.000000 176.000000
1408.000000 544.000000 176.000000
1408.000000 448.000000 508.000000
1504.000000 448.000000 508.000000
1504.000000 448.000000 176.000000
1408.000000 448.000000 176.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/synthetic/plastic
brush
vertices
1408.000000 544.000000 176.000000
1504.000000 544.000000 176.000000
1504.000000 544.000000 -160.000000
1408.000000 544.000000 -160.000000
1408.000000 512.000000 176.000000
1504.000000 512.000000 176.000000
1504.000000 512.000000 -160.000000
1408.000000 512.000000 -160.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff5c5c5c common/materials/stone/stone
brush
vertices
724.000000 496.000000 507.999969
748.000000 496.000000 507.999969
748.000000 496.000000 -244.000000
748.000000 448.000000 507.999969
724.000000 496.000000 -244.000000
724.000000 448.000000 -252.000000
724.000000 448.000000 507.999969
748.000000 448.000000 -252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
748.000000 496.000000 508.000000
868.000000 496.000000 508.000000
868.000000 496.000000 356.000000
748.000000 496.000000 356.000000
748.000000 448.000000 508.000000
868.000000 448.000000 508.000000
868.000000 448.000000 356.000000
748.000000 448.000000 356.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
748.000000 496.000000 356.000000
868.000000 496.000000 356.000000
868.000000 496.000000 236.000000
748.000000 496.000000 236.000000
748.000000 472.000000 356.000000
868.000000 472.000000 356.000000
868.000000 472.000000 236.000000
748.000000 472.000000 236.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
744.000000 472.000000 352.000000
752.000000 472.000000 360.000000
872.000000 472.000000 240.000000
864.000000 460.000000 232.000000
864.000000 472.000000 232.000000
752.000000 460.000000 360.000000
872.000000 460.000000 240.000000
744.000000 460.000000 352.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
864.000000 472.000000 359.999939
871.999939 472.000000 352.000122
751.999939 472.000000 232.000031
743.999939 460.000000 240.000031
743.999939 472.000000 240.000031
871.999939 460.000000 352.000122
751.999939 460.000000 232.000031
864.000000 460.000000 359.999939
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1564.000000 412.000000 380.000000
1884.000000 412.000000 380.000000
1884.000000 412.000000 -704.000000
1564.000000 412.000000 -704.000000
1564.000000 264.000000 380.000000
1884.000000 264.000000 380.000000
1884.000000 264.000000 -704.000000
1564.000000 264.000000 -704.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1168.000000 -52.000000 -32.000000
1380.000000 -52.000000 -32.000000
1380.000000 -52.000000 -192.000000
1168.000000 -52.000000 -192.000000
1168.000000 -80.000000 -32.000000
1380.000000 -80.000000 -32.000000
1380.000000 -80.000000 -192.000000
1168.000000 -80.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
1380.000000 -52.000000 100.000000
1536.000000 -52.000000 100.000000
1536.000000 -52.000000 -256.000000
1536.000000 -80.000000 100.000000
1380.000000 -52.000000 -416.000000
1380.000000 -80.000000 -416.000000
1380.000000 -80.000000 100.000000
1536.000000 -80.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1348.000000 -52.000000 132.000000
1380.000000 -52.000000 256.000000
1536.000000 -52.000000 100.000000
1380.000000 -80.000000 100.000000
1380.000000 -52.000000 100.000000
1380.000000 -80.000000 256.000000
1536.000000 -80.000000 100.000000
1348.000000 -80.000000 132.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1024.000000 -52.000000 256.000000
1380.000000 -52.000000 256.000000
1348.000000 -52.000000 132.000000
1024.000000 -80.000000 132.000000
1024.000000 -52.000000 132.000000
1380.000000 -80.000000 256.000000
1348.000000 -80.000000 132.000000
1024.000000 -80.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1600.000000 -52.000000 -320.000000
1788.000000 -52.000000 -320.000000
1788.000000 -52.000000 -480.000000
1440.000000 -80.000000 -480.000000
1440.000000 -52.000000 -480.000000
1788.000000 -80.000000 -320.000000
1788.000000 -80.000000 -480.000000
1600.000000 -80.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1536.000000 -52.000000 -256.000000
1600.000000 -52.000000 -320.000000
1440.000000 -52.000000 -480.000000
1380.000000 -80.000000 -416.000000
1380.000000 -52.000000 -416.000000
1600.000000 -80.000000 -320.000000
1440.000000 -80.000000 -480.000000
1536.000000 -80.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1376.000000 -48.000000 -192.000000
1380.000000 -48.000000 -192.000000
1380.000000 -48.000000 -416.000000
1376.000000 -48.000000 -416.000000
1376.000000 -80.000000 -192.000000
1380.000000 -80.000000 -192.000000
1380.000000 -80.000000 -416.000000
1376.000000 -80.000000 -416.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffffa000 common/materials/effects/glow2
brush
vertices
1168.000000 -48.000000 -28.000000
1376.000000 -48.000000 -28.000000
1376.000000 -48.000000 -32.000000
1168.000000 -48.000000 -32.000000
1168.000000 -80.000000 -28.000000
1376.000000 -80.000000 -28.000000
1376.000000 -80.000000 -32.000000
1168.000000 -80.000000 -32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1168.000000 -48.000000 -32.000000
1184.000000 -48.000000 -32.000000
1184.000000 -48.000000 -192.000000
1168.000000 -48.000000 -192.000000
1168.000000 -52.000000 -32.000000
1184.000000 -52.000000 -32.000000
1184.000000 -52.000000 -192.000000
1168.000000 -52.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1376.000000 -48.000000 100.000000
1380.000000 -48.000000 100.000000
1380.000000 -48.000000 -32.000000
1376.000000 -48.000000 -32.000000
1376.000000 -80.000000 100.000000
1380.000000 -80.000000 100.000000
1380.000000 -80.000000 -32.000000
1376.000000 -80.000000 -32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1348.000000 -48.000000 132.000000
1380.000000 -48.000000 100.000000
1376.000000 -48.000000 100.000000
1380.000000 -80.000000 100.000000
1348.000000 -48.000000 128.000000
1348.000000 -80.000000 128.000000
1348.000000 -80.000000 132.000000
1376.000000 -80.000000 100.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
1024.000000 -48.000000 132.000000
1348.000000 -48.000000 132.000000
1348.000000 -48.000000 128.000000
1024.000000 -48.000000 128.000000
1024.000000 -80.000000 132.000000
1348.000000 -80.000000 132.000000
1348.000000 -80.000000 128.000000
1024.000000 -80.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffffa000 common/materials/effects/glow2
brush
vertices
1020.000000 -48.000000 272.000000
1024.000000 -48.000000 272.000000
1024.000000 -48.000000 128.000000
1020.000000 -48.000000 128.000000
1020.000000 -80.000000 272.000000
1024.000000 -80.000000 272.000000
1024.000000 -80.000000 128.000000
1020.000000 -80.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1184.000000 -48.000000 260.000000
1380.000000 -48.000000 260.000000
1380.000000 -48.000000 256.000000
1184.000000 -48.000000 256.000000
1184.000000 -80.000000 260.000000
1380.000000 -80.000000 260.000000
1380.000000 -80.000000 256.000000
1184.000000 -80.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1180.000000 -48.000000 272.000000
1184.000000 -48.000000 272.000000
1184.000000 -48.000000 256.000000
1180.000000 -48.000000 256.000000
1180.000000 -84.000000 272.000000
1184.000000 -84.000000 272.000000
1184.000000 -84.000000 256.000000
1180.000000 -84.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1380.000000 -48.000000 260.000000
1540.000000 -48.000000 100.000000
1536.000000 -48.000000 100.000000
1540.000000 -80.000000 100.000000
1380.000000 -48.000000 256.000000
1380.000000 -80.000000 256.000000
1380.000000 -80.000000 260.000000
1536.000000 -80.000000 100.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
1536.000000 -48.000000 100.000000
1540.000000 -48.000000 100.000000
1540.000000 -48.000000 -256.000000
1536.000000 -48.000000 -256.000000
1536.000000 -80.000000 100.000000
1540.000000 -80.000000 100.000000
1540.000000 -80.000000 -256.000000
1536.000000 -80.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1536.000000 -48.000000 -256.000000
1540.000000 -48.000000 -256.000000
1600.000000 -48.000000 -316.000000
1600.000000 -80.000000 -320.000000
1600.000000 -48.000000 -320.000000
1540.000000 -80.000000 -256.000000
1600.000000 -80.000000 -316.000000
1536.000000 -80.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
1600.000000 -48.000000 -316.000000
1788.000000 -48.000000 -316.000000
1788.000000 -48.000000 -320.000000
1600.000000 -48.000000 -320.000000
1600.000000 -80.000000 -316.000000
1788.000000 -80.000000 -316.000000
1788.000000 -80.000000 -320.000000
1600.000000 -80.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1440.000000 -48.000000 -480.000000
1788.000000 -48.000000 -480.000000
1788.000000 -48.000000 -484.000000
1440.000000 -48.000000 -484.000000
1440.000000 -80.000000 -480.000000
1788.000000 -80.000000 -480.000000
1788.000000 -80.000000 -484.000000
1440.000000 -80.000000 -484.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffffa000 common/materials/effects/glow2
brush
vertices
1376.000000 -48.000000 -416.000000
1380.000000 -48.000000 -416.000000
1440.000000 -48.000000 -480.000000
1380.000000 -80.000000 -416.000000
1440.000000 -48.000000 -484.000000
1440.000000 -80.000000 -484.000000
1376.000000 -80.000000 -416.000000
1440.000000 -80.000000 -480.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
1324.000000 262.000000 352.000000
1328.000000 262.000000 368.000000
1370.000000 262.000000 320.000000
1328.000000 260.000000 368.000000
1354.000000 262.000000 320.000000
1354.000000 260.000000 320.000000
1324.000000 260.000000 352.000000
1370.000000 260.000000 320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1088.000000 262.000000 320.000000
1370.000000 262.000000 320.000000
1384.000000 262.000000 304.000000
1088.000000 260.000000 304.000000
1088.000000 262.000000 304.000000
1370.000000 260.000000 320.000000
1384.000000 260.000000 304.000000
1088.000000 260.000000 320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1088.000000 262.000000 304.000000
1104.000000 262.000000 304.000000
1104.000000 262.000000 160.000000
1088.000000 262.000000 160.000000
1088.000000 260.000000 304.000000
1104.000000 260.000000 304.000000
1104.000000 260.000000 160.000000
1088.000000 260.000000 160.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1072.000000 260.000000 160.000000
1088.000000 262.000000 176.000000
1088.000000 262.000000 160.000000
1088.000000 260.000000 176.000000
1088.000000 260.000000 160.000000
1072.000000 262.000000 160.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
980.000000 262.000000 160.000000
1104.000000 262.000000 160.000000
1104.000000 262.000000 144.000000
980.000000 262.000000 144.000000
980.000000 260.000000 160.000000
1104.000000 260.000000 160.000000
1104.000000 260.000000 144.000000
980.000000 260.000000 144.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
996.000000 262.000000 176.000000
996.000000 260.000000 160.000000
1012.000000 262.000000 160.000000
996.000000 260.000000 176.000000
1012.000000 260.000000 160.000000
996.000000 262.000000 160.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 5 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 3 0 5 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 1 5 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
756.000000 262.000000 -240.000000
892.000000 262.000000 -380.000000
888.000000 262.000000 -396.000000
892.000000 260.000000 -380.000000
740.000000 262.000000 -244.000000
740.000000 260.000000 -244.000000
756.000000 260.000000 -240.000000
888.000000 260.000000 -396.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
860.000000 262.000000 -148.000000
956.000000 262.000000 -148.000000
952.000000 262.000000 -164.000000
860.000000 260.000000 -164.000000
860.000000 262.000000 -164.000000
956.000000 260.000000 -148.000000
952.000000 260.000000 -164.000000
860.000000 260.000000 -148.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
956.000000 262.000000 -148.000000
1080.000000 262.000000 -272.000000
1076.000000 262.000000 -288.000000
952.000000 260.000000 -164.000000
952.000000 262.000000 -164.000000
1080.000000 260.000000 -272.000000
1076.000000 260.000000 -288.000000
956.000000 260.000000 -148.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1080.000000 262.000000 -272.000000
1260.000000 262.000000 -272.000000
1260.000000 262.000000 -288.000000
1076.000000 260.000000 -288.000000
1076.000000 262.000000 -288.000000
1260.000000 260.000000 -272.000000
1260.000000 260.000000 -288.000000
1080.000000 260.000000 -272.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1228.000000 262.000000 -288.000000
1244.000000 262.000000 -288.000000
1244.000000 262.000000 -304.000000
1228.000000 260.000000 -288.000000
1244.000000 260.000000 -304.000000
1244.000000 260.000000 -288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 5 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 1 5 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1244.000000 262.000000 -288.000000
1260.000000 262.000000 -288.000000
1260.000000 262.000000 -340.000000
1244.000000 260.000000 -336.000000
1244.000000 262.000000 -336.000000
1260.000000 260.000000 -288.000000
1260.000000 260.000000 -340.000000
1244.000000 260.000000 -288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1244.000000 262.000000 -336.000000
1260.000000 262.000000 -340.000000
1220.000000 262.000000 -380.000000
1260.000000 260.000000 -340.000000
1200.000000 262.000000 -380.000000
1200.000000 260.000000 -380.000000
1244.000000 260.000000 -336.000000
1220.000000 260.000000 -380.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
892.000000 262.000000 -380.000000
1220.000000 262.000000 -380.000000
1204.000000 262.000000 -396.000000
888.000000 260.000000 -396.000000
888.000000 262.000000 -396.000000
1220.000000 260.000000 -380.000000
1204.000000 260.000000 -396.000000
892.000000 260.000000 -380.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1144.000000 261.000000 -288.000000
1160.000000 261.000000 -288.000000
1160.000000 261.000000 -380.000000
1144.000000 261.000000 -380.000000
1144.000000 260.000000 -288.000000
1160.000000 260.000000 -288.000000
1160.000000 260.000000 -380.000000
1144.000000 260.000000 -380.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1176.000000 261.000000 -288.000000
1192.000000 261.000000 -288.000000
1192.000000 261.000000 -380.000000
1176.000000 261.000000 -380.000000
1176.000000 260.000000 -288.000000
1192.000000 260.000000 -288.000000
1192.000000 260.000000 -380.000000
1176.000000 260.000000 -380.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1112.000000 261.000000 -288.000000
1128.000000 261.000000 -288.000000
1128.000000 261.000000 -380.000000
1112.000000 261.000000 -380.000000
1112.000000 260.000000 -288.000000
1128.000000 260.000000 -288.000000
1128.000000 260.000000 -380.000000
1112.000000 260.000000 -380.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1080.000000 261.000000 -288.000000
1096.000000 261.000000 -288.000000
1096.000000 261.000000 -380.000000
1080.000000 261.000000 -380.000000
1080.000000 260.000000 -288.000000
1096.000000 260.000000 -288.000000
1096.000000 260.000000 -380.000000
1080.000000 260.000000 -380.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
732.000000 260.000000 -320.000000
932.000000 260.000000 -320.000000
932.000000 260.000000 -704.000000
732.000000 260.000000 -704.000000
732.000000 244.000000 -320.000000
932.000000 244.000000 -320.000000
932.000000 244.000000 -704.000000
732.000000 244.000000 -704.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
932.000000 260.000000 -323.000000
964.000000 260.000000 -323.000000
964.000000 260.000000 -704.000000
932.000000 260.000000 -704.000000
932.000000 224.000000 -323.000000
964.000000 224.000000 -323.000000
964.000000 224.000000 -704.000000
932.000000 224.000000 -704.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
888.000000 244.000000 -352.000061
895.999939 244.000000 -359.999878
775.999939 244.000000 -479.999969
767.999939 232.000000 -471.999969
767.999939 244.000000 -471.999969
895.999939 232.000000 -359.999878
775.999939 232.000000 -479.999969
888.000000 232.000000 -352.000061
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
768.000000 244.000000 -360.000000
776.000000 244.000000 -352.000000
896.000000 244.000000 -472.000000
888.000000 232.000000 -480.000000
888.000000 244.000000 -480.000000
776.000000 232.000000 -352.000000
896.000000 232.000000 -472.000000
768.000000 232.000000 -360.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
732.000000 244.000000 -344.000000
932.000000 244.000000 -344.000000
932.000000 244.000000 -360.000000
732.000000 244.000000 -360.000000
732.000000 228.000000 -344.000000
932.000000 228.000000 -344.000000
932.000000 228.000000 -360.000000
732.000000 228.000000 -360.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
732.000000 244.000000 -472.000000
932.000000 244.000000 -472.000000
932.000000 244.000000 -488.000000
732.000000 244.000000 -488.000000
732.000000 228.000000 -472.000000
932.000000 228.000000 -472.000000
932.000000 228.000000 -488.000000
732.000000 228.000000 -488.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
888.000000 244.000000 -480.000061
895.999939 244.000000 -487.999878
775.999939 244.000000 -608.000000
767.999939 232.000000 -600.000000
767.999939 244.000000 -600.000000
895.999939 232.000000 -487.999878
775.999939 232.000000 -608.000000
888.000000 232.000000 -480.000061
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
768.000000 244.000000 -488.000000
776.000000 244.000000 -480.000000
896.000000 244.000000 -600.000000
888.000000 232.000000 -608.000000
888.000000 244.000000 -608.000000
776.000000 232.000000 -480.000000
896.000000 232.000000 -600.000000
768.000000 232.000000 -488.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
732.000000 244.000000 -600.000000
932.000000 244.000000 -600.000000
932.000000 244.000000 -616.000000
732.000000 244.000000 -616.000000
732.000000 228.000000 -600.000000
932.000000 228.000000 -600.000000
932.000000 228.000000 -616.000000
732.000000 228.000000 -616.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
919.000000 192.000000 -531.000000
923.000000 192.000000 -531.000000
923.000000 192.000000 -535.000000
919.000000 192.000000 -535.000000
919.000000 64.000000 -531.000000
923.000000 64.000000 -531.000000
923.000000 64.000000 -535.000000
919.000000 64.000000 -535.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
928.000000 172.000000 -568.000000
932.000000 172.000000 -568.000000
932.000000 172.000000 -616.000000
928.000000 172.000000 -616.000000
928.000000 64.000000 -568.000000
932.000000 64.000000 -568.000000
932.000000 64.000000 -616.000000
928.000000 64.000000 -616.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
932.000000 224.000000 -508.000000
964.000000 224.000000 -508.000000
964.000000 224.000000 -524.000000
932.000000 176.000000 -524.000000
932.000000 224.000000 -524.000000
964.000000 200.000000 -508.000000
964.000000 176.000000 -524.000000
932.000000 200.000000 -508.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
964.000000 -12.000000 -32.000000
1120.000000 -12.000000 -32.000000
1120.000000 -12.000000 -256.000000
964.000000 -12.000000 -256.000000
964.000000 -88.000000 -32.000000
1120.000000 -88.000000 -32.000000
1120.000000 -88.000000 -256.000000
964.000000 -88.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
964.000000 -8.000000 -48.000000
980.000000 -8.000000 -48.000000
980.000000 -8.000000 -176.000000
964.000000 -8.000000 -176.000000
964.000000 -12.000000 -48.000000
980.000000 -12.000000 -48.000000
980.000000 -12.000000 -176.000000
964.000000 -12.000000 -176.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
964.000000 -8.000000 -176.000000
1120.000000 -8.000000 -176.000000
1120.000000 -8.000000 -256.000000
964.000000 -8.000000 -256.000000
964.000000 -12.000000 -176.000000
1120.000000 -12.000000 -176.000000
1120.000000 -12.000000 -256.000000
964.000000 -12.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffffa000 common/materials/effects/glow2
brush
vertices
964.000000 -8.000000 -32.000000
1120.000000 -8.000000 -32.000000
1120.000000 -8.000000 -48.000000
964.000000 -8.000000 -48.000000
964.000000 -12.000000 -32.000000
1120.000000 -12.000000 -32.000000
1120.000000 -12.000000 -48.000000
964.000000 -12.000000 -48.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
1318.000000 96.000000 88.000000
1326.000000 96.000000 88.000000
1326.000000 96.000000 40.000000
1318.000000 96.000000 40.000000
1318.000000 0.000000 88.000000
1326.000000 0.000000 88.000000
1326.000000 0.000000 40.000000
1318.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1328.000000 96.000000 88.000000
1336.000000 96.000000 88.000000
1336.000000 96.000000 40.000000
1328.000000 96.000000 40.000000
1328.000000 0.000000 88.000000
1336.000000 0.000000 88.000000
1336.000000 0.000000 40.000000
1328.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1298.000000 96.000000 88.000000
1306.000000 96.000000 88.000000
1306.000000 96.000000 40.000000
1298.000000 96.000000 40.000000
1298.000000 0.000000 88.000000
1306.000000 0.000000 88.000000
1306.000000 0.000000 40.000000
1298.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1288.000000 96.000000 88.000000
1296.000000 96.000000 88.000000
1296.000000 96.000000 40.000000
1288.000000 96.000000 40.000000
1288.000000 0.000000 88.000000
1296.000000 0.000000 88.000000
1296.000000 0.000000 40.000000
1288.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1160.000000 128.000000 88.000000
1168.000000 128.000000 88.000000
1168.000000 128.000000 40.000000
1160.000000 128.000000 40.000000
1160.000000 0.000000 88.000000
1168.000000 0.000000 88.000000
1168.000000 0.000000 40.000000
1160.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1170.000000 128.000000 88.000000
1178.000000 128.000000 88.000000
1178.000000 128.000000 40.000000
1170.000000 128.000000 40.000000
1170.000000 0.000000 88.000000
1178.000000 0.000000 88.000000
1178.000000 0.000000 40.000000
1170.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1200.000000 128.000000 88.000000
1208.000000 128.000000 88.000000
1208.000000 128.000000 40.000000
1200.000000 128.000000 40.000000
1200.000000 0.000000 88.000000
1208.000000 0.000000 88.000000
1208.000000 0.000000 40.000000
1200.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1190.000000 128.000000 88.000000
1198.000000 128.000000 88.000000
1198.000000 128.000000 40.000000
1190.000000 128.000000 40.000000
1190.000000 0.000000 88.000000
1198.000000 0.000000 88.000000
1198.000000 0.000000 40.000000
1190.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1042.000000 96.000000 88.000000
1050.000000 96.000000 88.000000
1050.000000 96.000000 40.000000
1042.000000 96.000000 40.000000
1042.000000 0.000000 88.000000
1050.000000 0.000000 88.000000
1050.000000 0.000000 40.000000
1042.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1032.000000 96.000000 88.000000
1040.000000 96.000000 88.000000
1040.000000 96.000000 40.000000
1032.000000 96.000000 40.000000
1032.000000 0.000000 88.000000
1040.000000 0.000000 88.000000
1040.000000 0.000000 40.000000
1032.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1062.000000 96.000000 88.000000
1070.000000 96.000000 88.000000
1070.000000 96.000000 40.000000
1062.000000 96.000000 40.000000
1062.000000 0.000000 88.000000
1070.000000 0.000000 88.000000
1070.000000 0.000000 40.000000
1062.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1072.000000 96.000000 88.000000
1080.000000 96.000000 88.000000
1080.000000 96.000000 40.000000
1072.000000 96.000000 40.000000
1072.000000 0.000000 88.000000
1080.000000 0.000000 88.000000
1080.000000 0.000000 40.000000
1072.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1052.000000 96.000000 88.000000
1060.000000 96.000000 88.000000
1060.000000 96.000000 40.000000
1052.000000 96.000000 40.000000
1052.000000 0.000000 88.000000
1060.000000 0.000000 88.000000
1060.000000 0.000000 40.000000
1052.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
1308.000000 96.000000 88.000000
1316.000000 96.000000 88.000000
1316.000000 96.000000 40.000000
1308.000000 96.000000 40.000000
1308.000000 0.000000 88.000000
1316.000000 0.000000 88.000000
1316.000000 0.000000 40.000000
1308.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
888.000000 264.000000 -148.000000
956.000000 264.000000 -148.000000
1080.000000 264.000000 -272.000000
956.000000 260.000000 -148.000000
888.000000 264.000000 -272.000000
888.000000 260.000000 -272.000000
888.000000 260.000000 -148.000000
1080.000000 260.000000 -272.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
1468.000000 -42.000000 256.000000
1596.000000 -42.000000 256.000000
1596.000000 -42.000000 188.000000
1536.000000 -80.000000 188.000000
1536.000000 -42.000000 188.000000
1596.000000 -80.000000 256.000000
1596.000000 -80.000000 188.000000
1468.000000 -80.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000 structural/dev/dev_nogrid_grey64
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000 structural/dev/dev_nogrid_grey64
brush
vertices
953.000000 16.000000 -260.000000
1276.000000 16.000000 -260.000000
1276.000000 16.000000 -704.000000
953.000000 16.000000 -704.000000
953.000000 -80.000000 -260.000000
1276.000000 -80.000000 -260.000000
1276.000000 -80.000000 -704.000000
953.000000 -80.000000 -704.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
953.000000 28.000000 -256.000000
1276.000000 28.000000 -256.000000
1276.000000 28.000000 -704.000000
953.000000 28.000000 -704.000000
953.000000 16.000000 -256.000000
1276.000000 16.000000 -256.000000
1276.000000 16.000000 -704.000000
953.000000 16.000000 -704.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
1472.000000 -36.000000 316.000000
1536.000000 -36.000000 316.000000
1536.000000 -36.000000 192.000000
1472.000000 -42.000000 256.000000
1472.000000 -36.000000 256.000000
1536.000000 -42.000000 316.000000
1536.000000 -42.000000 192.000000
1472.000000 -42.000000 316.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1536.000000 -36.000000 316.000000
1596.000000 -36.000000 316.000000
1596.000000 -36.000000 192.000000
1536.000000 -36.000000 192.000000
1536.000000 -42.000000 316.000000
1596.000000 -42.000000 316.000000
1596.000000 -42.000000 192.000000
1536.000000 -42.000000 192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
1472.000000 -32.000000 300.000000
1472.000000 -32.000000 326.000000
1580.000000 -32.000000 325.999878
1580.000000 -32.000000 299.999878
1472.000000 -36.000000 300.000000
1472.000000 -36.000000 326.000000
1580.000000 -36.000000 325.999878
1580.000000 -36.000000 299.999878
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
1580.000000 -32.000000 316.000000
1606.000000 -32.000000 316.000000
1606.000000 -32.000000 192.000000
1580.000000 -32.000000 192.000000
1580.000000 -36.000000 316.000000
1606.000000 -36.000000 316.000000
1606.000000 -36.000000 192.000000
1580.000000 -36.000000 192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
1540.000000 -32.000000 208.000000
1580.000000 -32.000000 208.000000
1580.000000 -32.000000 192.000000
1536.000000 -36.000000 192.000000
1536.000000 -32.000000 192.000000
1580.000000 -36.000000 208.000000
1580.000000 -36.000000 192.000000
1540.000000 -36.000000 208.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1472.000000 -32.000000 256.000000
1540.000000 -32.000000 208.000000
1536.000000 -32.000000 192.000000
1488.000000 -36.000000 260.000000
1488.000000 -32.000000 260.000000
1540.000000 -36.000000 208.000000
1536.000000 -36.000000 192.000000
1472.000000 -36.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 0 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 4 3 5 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 3 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1472.000000 -32.000000 256.000000
1472.000000 -32.000000 300.000000
1487.999878 -32.000000 299.999756
1472.000000 -36.000000 300.000000
1488.000000 -32.000000 260.000000
1488.000000 -36.000000 260.000000
1472.000000 -36.000000 256.000000
1487.999878 -36.000000 299.999756
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1588.000000 160.000000 316.000000
1604.000000 160.000000 316.000000
1604.000000 160.000000 184.000000
1588.000000 160.000000 184.000000
1588.000000 96.000000 316.000000
1604.000000 96.000000 316.000000
1604.000000 96.000000 184.000000
1588.000000 96.000000 184.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
1540.000000 160.000000 192.000000
1588.000000 160.000000 192.000000
1588.000000 160.000000 184.000000
1536.000000 96.000000 184.000000
1536.000000 160.000000 184.000000
1588.000000 96.000000 192.000000
1588.000000 96.000000 184.000000
1540.000000 96.000000 192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1464.000000 160.000000 256.000000
1472.000000 160.000000 260.000000
1536.000000 160.000000 184.000000
1472.000000 96.000000 260.000000
1540.000000 160.000000 192.000000
1540.000000 96.000000 192.000000
1464.000000 96.000000 256.000000
1536.000000 96.000000 184.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 1 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 4 1 3 5 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 5 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 0 2 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 3 6 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1472.000000 160.000000 308.000000
1501.000000 160.000000 308.000000
1501.000000 160.000000 231.000000
1472.000000 98.000000 260.000000
1472.000000 160.000000 260.000000
1501.000000 98.000000 308.000000
1501.000000 98.000000 231.000000
1472.000000 98.000000 308.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
1511.000000 160.000000 221.000000
1588.000000 160.000000 221.000000
1588.000000 160.000000 192.000000
1540.000000 98.000000 192.000000
1540.000000 160.000000 192.000000
1588.000000 98.000000 221.000000
1588.000000 98.000000 192.000000
1511.000000 98.000000 221.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
1464.000000 160.000000 324.000000
1588.000000 160.000000 324.000000
1588.000000 160.000000 308.000000
1464.000000 160.000000 308.000000
1464.000000 96.000000 324.000000
1588.000000 96.000000 324.000000
1588.000000 96.000000 308.000000
1464.000000 96.000000 308.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
1464.000000 160.000000 308.000000
1472.000000 160.000000 308.000000
1472.000000 160.000000 260.000000
1464.000000 96.000000 256.000000
1464.000000 160.000000 256.000000
1472.000000 96.000000 308.000000
1472.000000 96.000000 260.000000
1464.000000 96.000000 308.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1472.000000 100.000000 308.000000
1588.000000 100.000000 308.000000
1588.000000 100.000000 260.000000
1472.000000 100.000000 260.000000
1472.000000 96.000000 308.000000
1588.000000 96.000000 308.000000
1588.000000 96.000000 260.000000
1472.000000 96.000000 260.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1472.000000 100.000000 260.000000
1588.000000 100.000000 260.000000
1588.000000 100.000000 192.000000
1540.000000 96.000000 192.000000
1540.000000 100.000000 192.000000
1588.000000 96.000000 260.000000
1588.000000 96.000000 192.000000
1472.000000 96.000000 260.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
1540.000000 -32.000000 300.000000
1580.000000 -32.000000 300.000000
1580.000000 -32.000000 208.000000
1540.000000 -32.000000 208.000000
1540.000000 -36.000000 300.000000
1580.000000 -36.000000 300.000000
1580.000000 -36.000000 208.000000
1540.000000 -36.000000 208.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1488.000000 -32.000000 300.000000
1540.000000 -32.000000 300.000000
1540.000000 -32.000000 208.000000
1488.000000 -36.000000 260.000000
1488.000000 -32.000000 260.000000
1540.000000 -36.000000 300.000000
1540.000000 -36.000000 208.000000
1488.000000 -36.000000 300.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
732.000000 228.000000 -320.000000
932.000000 228.000000 -320.000000
932.000000 228.000000 -508.000000
732.000000 228.000000 -508.000000
732.000000 224.000000 -320.000000
932.000000 224.000000 -320.000000
932.000000 224.000000 -508.000000
732.000000 224.000000 -508.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1772.000000 112.000000 -260.000000
1780.000000 104.000000 -260.000000
1780.000000 104.000000 -316.000000
1780.000000 -80.000000 -260.000000
1772.000000 -80.000000 -260.000000
1772.000000 112.000000 -316.000000
1772.000000 -80.000000 -316.000000
1780.000000 -80.000000 -316.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 4 0 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 2 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
1772.000000 112.000000 -484.000000
1780.000000 104.000000 -484.000000
1780.000000 104.000000 -540.000000
1780.000000 -80.000000 -484.000000
1772.000000 -80.000000 -484.000000
1772.000000 112.000000 -540.000000
1772.000000 -80.000000 -540.000000
1780.000000 -80.000000 -540.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 4 0 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 2 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
964.000000 -20.000000 320.000000
1024.000000 -20.000000 320.000000
1024.000000 -20.000000 316.000000
964.000000 -20.000000 316.000000
964.000000 -79.000000 320.000000
1024.000000 -79.000000 320.000000
1024.000000 -79.000000 316.000000
964.000000 -79.000000 316.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/synthetic/plastic
brush
vertices
964.000000 -20.000000 -28.000000
1120.000000 -20.000000 -28.000000
1120.000000 -20.000000 -32.000000
964.000000 -20.000000 -32.000000
964.000000 -80.000000 -28.000000
1120.000000 -80.000000 -28.000000
1120.000000 -80.000000 -32.000000
964.000000 -80.000000 -32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1776.000000 -48.000000 -320.000000
1864.000000 -48.000000 -320.000000
1864.000000 -48.000000 -480.000000
1776.000000 -48.000000 -480.000000
1776.000000 -52.000000 -320.000000
1864.000000 -52.000000 -320.000000
1864.000000 -52.000000 -480.000000
1776.000000 -52.000000 -480.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
964.000000 -72.000000 316.000000
1788.000000 -72.000000 316.000000
1788.000000 -72.000000 -540.000000
964.000000 -72.000000 -540.000000
964.000000 -80.000000 316.000000
1788.000000 -80.000000 316.000000
1788.000000 -80.000000 -540.000000
964.000000 -80.000000 -540.000000
faces
0.000000 0.000000 1.000000 1.000000 270.000000 0 1 2 3 0xffa81903 environment/liquids/lava/lava
0.000000 0.000000 1.000000 1.000000 270.000000 6 5 4 7 0xffa81903 environment/liquids/lava/lava
0.000000 0.000000 1.000000 1.000000 270.000000 2 1 5 6 0xffa81903 environment/liquids/lava/lava
0.000000 0.000000 1.000000 1.000000 270.000000 0 3 7 4 0xffa81903 environment/liquids/lava/lava
0.000000 0.000000 1.000000 1.000000 270.000000 3 2 6 7 0xffa81903 environment/liquids/lava/lava
0.000000 0.000000 1.000000 1.000000 270.000000 1 0 4 5 0xffa81903 environment/liquids/lava/lava
brush
vertices
1508.000000 168.000000 380.000000
1884.000000 168.000000 380.000000
1884.000000 168.000000 -252.000000
1508.000000 168.000000 -252.000000
1508.000000 160.000000 380.000000
1884.000000 160.000000 380.000000
1884.000000 160.000000 -252.000000
1508.000000 160.000000 -252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1500.000000 168.000000 380.000000
1508.000000 168.000000 380.000000
1508.000000 168.000000 4.000000
1500.000000 168.000000 4.000000
1500.000000 160.000000 380.000000
1508.000000 160.000000 380.000000
1508.000000 160.000000 4.000000
1500.000000 160.000000 4.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1500.000000 168.000000 -188.000000
1508.000000 168.000000 -192.000000
1440.000000 168.000000 -260.000000
1508.000000 160.000000 -192.000000
1436.000000 168.000000 -252.000000
1436.000000 160.000000 -252.000000
1500.000000 160.000000 -188.000000
1440.000000 160.000000 -260.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff9f9f9f common/materials/stone/stone
brush
vertices
1448.000000 160.000000 -252.000000
1508.000000 168.000000 -192.000000
1508.000000 168.000000 -252.000000
1508.000000 160.000000 -192.000000
1508.000000 160.000000 -252.000000
1448.000000 168.000000 -252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
963.000000 192.000000 324.000000
1500.000000 192.000000 324.000000
1500.000000 192.000000 4.000002
963.000000 192.000000 4.000002
963.000000 160.000000 324.000000
1500.000000 160.000000 324.000000
1500.000000 160.000000 4.000002
963.000000 160.000000 4.000002
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
963.000000 192.000000 4.000000
1500.000000 192.000000 4.000000
1500.000000 192.000000 -3.999998
963.000000 192.000000 -3.999998
963.000000 168.000000 4.000000
1500.000000 168.000000 4.000000
1500.000000 168.000000 -3.999998
963.000000 168.000000 -3.999998
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
963.000000 168.000000 4.000000
1500.000000 168.000000 4.000000
1500.000000 168.000000 -3.999998
963.000000 168.000000 -3.999998
963.000000 160.000000 4.000000
1500.000000 160.000000 4.000000
1500.000000 160.000000 -3.999998
963.000000 160.000000 -3.999998
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff9f9f9f common/materials/stone/stone
brush
vertices
1500.000000 168.000000 -172.000000
1508.000000 168.000000 -172.000000
1508.000000 168.000000 -192.000000
1500.000000 160.000000 -188.000000
1500.000000 168.000000 -188.000000
1508.000000 160.000000 -172.000000
1508.000000 160.000000 -192.000000
1500.000000 160.000000 -172.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff9f9f9f common/materials/stone/stone
brush
vertices
1312.000000 192.000000 316.000000
1308.000000 196.000000 320.000000
1467.999878 196.000000 320.001556
1464.000000 192.000000 316.000000
1312.000000 132.000000 316.000000
1308.000000 128.000000 320.000000
1467.999878 128.000000 320.001556
1464.000000 132.000000 316.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 2 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 4 0 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 7 6 0xff3f3f3f common/materials/stone/stone
brush
vertices
1308.000000 160.000000 320.000000
1308.000000 160.000000 324.000000
1467.999878 160.000000 324.001556
1467.999756 160.000000 320.001434
1308.000000 128.000000 320.000000
1308.000000 128.000000 324.000000
1467.999878 128.000000 324.001556
1467.999756 128.000000 320.001434
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1104.000000 -8.000000 -48.000000
1120.000000 -8.000000 -48.000000
1120.000000 -8.000000 -176.000000
1104.000000 -8.000000 -176.000000
1104.000000 -12.000000 -48.000000
1120.000000 -12.000000 -48.000000
1120.000000 -12.000000 -176.000000
1104.000000 -12.000000 -176.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
1332.000000 456.000000 380.000000
1500.000000 456.000000 380.000000
1500.000000 456.000000 188.000000
1332.000000 200.000000 380.000000
1500.000000 200.000000 380.000000
1500.000000 200.000000 188.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1500.000000 456.000000 380.000000
1884.000000 456.000000 380.000000
1884.000000 456.000000 -252.000000
1500.000000 456.000000 -252.000000
1500.000000 168.000000 380.000000
1884.000000 168.000000 380.000000
1884.000000 168.000000 -252.000000
1500.000000 168.000000 -252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
892.000000 448.000000 508.000000
1340.000000 448.000000 508.000000
1340.000000 448.000000 380.000000
892.000000 448.000000 380.000000
892.000000 264.000000 508.000000
1340.000000 264.000000 508.000000
1340.000000 264.000000 380.000000
892.000000 264.000000 380.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1436.000000 168.000000 -252.000000
1500.000000 448.000000 -188.000000
1500.000000 448.000000 -252.000000
1500.000000 168.000000 -188.000000
1500.000000 168.000000 -252.000000
1436.000000 448.000000 -252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
892.000000 448.000000 228.000000
964.000000 448.000000 228.000000
964.000000 448.000000 -132.000000
892.000000 448.000000 -132.000000
892.000000 -76.000000 228.000000
964.000000 -76.000000 228.000000
964.000000 -76.000000 -132.000000
892.000000 -76.000000 -132.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
724.000000 448.000000 -100.000000
892.000000 448.000000 -100.000000
892.000000 448.000000 -132.000000
724.000000 448.000000 -132.000000
724.000000 264.000000 -100.000000
892.000000 264.000000 -100.000000
892.000000 264.000000 -132.000000
724.000000 264.000000 -132.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
724.000000 264.000000 -132.000000
964.000000 264.000000 -132.000000
956.000000 264.000000 -148.000000
724.000000 260.000000 -148.000000
724.000000 264.000000 -148.000000
964.000000 260.000000 -132.000000
956.000000 260.000000 -148.000000
724.000000 260.000000 -132.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
896.000000 264.000000 380.000000
1120.000000 264.000000 380.000000
1120.000000 264.000000 124.000000
896.000000 264.000000 124.000000
896.000000 256.000000 380.000000
1120.000000 256.000000 380.000000
1120.000000 256.000000 124.000000
896.000000 256.000000 124.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
964.000000 256.000000 128.000000
1120.000000 256.000000 128.000000
1120.000000 256.000000 124.000000
964.000000 256.000000 124.000000
964.000000 200.000000 128.000000
1120.000000 200.000000 128.000000
1120.000000 200.000000 124.000000
964.000000 200.000000 124.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1120.000000 264.000000 380.000000
1424.000000 264.000000 380.000000
1424.000000 264.000000 288.000000
1120.000000 264.000000 288.000000
1120.000000 256.000000 380.000000
1424.000000 256.000000 380.000000
1424.000000 256.000000 288.000000
1120.000000 256.000000 288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1060.000000 198.000000 -596.000000
1212.000000 198.000000 -596.000000
1212.000000 198.000000 -620.000000
1060.000000 198.000000 -620.000000
1060.000000 30.000000 -596.000000
1212.000000 30.000000 -596.000000
1212.000000 30.000000 -620.000000
1060.000000 30.000000 -620.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
964.000000 224.000000 -508.000000
1276.000000 224.000000 -508.000000
1276.000000 224.000000 -704.000000
964.000000 224.000000 -704.000000
964.000000 198.000000 -508.000000
1276.000000 198.000000 -508.000000
1276.000000 198.000000 -704.000000
964.000000 198.000000 -704.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff777777 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
956.000000 224.000000 -132.000000
964.000000 224.000000 -132.000000
964.000000 224.000000 -511.000000
956.000000 224.000000 -511.000000
956.000000 -12.000000 -132.000000
964.000000 -12.000000 -132.000000
964.000000 -12.000000 -511.000000
956.000000 -12.000000 -511.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
964.000000 198.000000 -508.000000
1060.000000 198.000000 -508.000000
1060.000000 198.000000 -596.000000
964.000000 198.000000 -596.000000
964.000000 28.000000 -508.000000
1060.000000 28.000000 -508.000000
1060.000000 28.000000 -596.000000
964.000000 28.000000 -596.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1212.000000 198.000000 -508.000000
1276.000000 198.000000 -508.000000
1276.000000 198.000000 -596.000000
1212.000000 198.000000 -596.000000
1212.000000 28.000000 -508.000000
1276.000000 28.000000 -508.000000
1276.000000 28.000000 -596.000000
1212.000000 28.000000 -596.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff9f9f9f common/materials/stone/stone
brush
vertices
1168.000000 -48.000000 -192.000000
1376.000000 -48.000000 -192.000000
1376.000000 -48.000000 -196.000000
1168.000000 -48.000000 -196.000000
1168.000000 -80.000000 -192.000000
1376.000000 -80.000000 -192.000000
1376.000000 -80.000000 -196.000000
1168.000000 -80.000000 -196.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffffa000 common/materials/effects/glow2
brush
vertices
1152.000000 -40.000000 -28.000000
1168.000000 -40.000000 -28.000000
1168.000000 -40.000000 -196.000000
1152.000000 -40.000000 -196.000000
1152.000000 -80.000000 -28.000000
1168.000000 -80.000000 -28.000000
1168.000000 -80.000000 -196.000000
1152.000000 -80.000000 -196.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1136.000000 -32.000000 -28.000000
1152.000000 -32.000000 -28.000000
1152.000000 -32.000000 -196.000000
1136.000000 -32.000000 -196.000000
1136.000000 -80.000000 -28.000000
1152.000000 -80.000000 -28.000000
1152.000000 -80.000000 -196.000000
1136.000000 -80.000000 -196.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1120.000000 -24.000000 -28.000000
1136.000000 -24.000000 -28.000000
1136.000000 -24.000000 -196.000000
1120.000000 -24.000000 -196.000000
1120.000000 -80.000000 -28.000000
1136.000000 -80.000000 -28.000000
1136.000000 -80.000000 -196.000000
1120.000000 -80.000000 -196.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1356.000000 168.000000 -252.000000
1360.000000 168.000000 -252.000000
1360.000000 168.000000 -540.000000
1356.000000 168.000000 -540.000000
1356.000000 -80.000000 -252.000000
1360.000000 -80.000000 -252.000000
1360.000000 -80.000000 -540.000000
1356.000000 -80.000000 -540.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1360.000000 168.000000 -252.000000
1436.000000 168.000000 -252.000000
1440.000000 168.000000 -260.000000
1360.000000 160.000000 -260.000000
1360.000000 168.000000 -260.000000
1436.000000 160.000000 -252.000000
1440.000000 160.000000 -260.000000
1360.000000 160.000000 -252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff9f9f9f common/materials/stone/stone
brush
vertices
1772.000000 168.000000 -260.000000
1780.000000 168.000000 -260.000000
1780.000000 168.000000 -540.000000
1772.000000 112.000000 -540.000000
1772.000000 168.000000 -540.000000
1780.000000 104.000000 -260.000000
1780.000000 104.000000 -540.000000
1772.000000 112.000000 -260.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
1276.000000 448.000000 -252.000000
1356.000000 448.000000 -252.000000
1356.000000 448.000000 -508.000000
1276.000000 448.000000 -508.000000
1276.000000 -92.000000 -252.000000
1356.000000 -92.000000 -252.000000
1356.000000 -92.000000 -508.000000
1276.000000 -92.000000 -508.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff9f9f9f common/materials/stone/stone
brush
vertices
964.000000 512.000000 352.000000
1320.000000 512.000000 352.000000
1320.000000 512.000000 280.000000
964.000000 448.000000 344.000000
964.000000 512.000000 280.000000
1320.000000 448.000000 352.000000
1320.000000 448.000000 344.000000
964.000000 448.000000 352.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff5c5c5c common/materials/stone/stone
brush
vertices
1408.000000 512.000000 176.000000
1480.000000 512.000000 176.000000
1480.000000 512.000000 -160.000000
1472.000000 448.000000 -160.000000
1408.000000 512.000000 -160.000000
1480.000000 448.000000 176.000000
1480.000000 448.000000 -160.000000
1472.000000 448.000000 176.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff5c5c5c common/materials/stone/stone
brush
vertices
1408.000000 544.000000 -160.000000
1628.000000 544.000000 -160.000000
1628.000000 544.000000 -380.000000
1408.000000 544.000000 -380.000000
1408.000000 448.000000 -160.000000
1628.000000 448.000000 -160.000000
1628.000000 448.000000 -380.000000
1408.000000 448.000000 -380.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
748.000000 452.000000 356.000000
892.000000 452.000000 356.000000
892.000000 452.000000 -132.000000
748.000000 452.000000 -132.000000
748.000000 448.000000 356.000000
892.000000 448.000000 356.000000
892.000000 448.000000 -132.000000
748.000000 448.000000 -132.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
748.000000 496.000000 -132.000000
892.000000 496.000000 -132.000000
892.000000 496.000000 -252.000000
748.000000 496.000000 -252.000000
748.000000 448.000000 -132.000000
892.000000 448.000000 -132.000000
892.000000 448.000000 -252.000000
748.000000 448.000000 -252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1212.000000 264.000000 -412.000000
1276.000000 448.000000 -348.000000
1276.000000 448.000000 -412.000000
1276.000000 264.000000 -348.000000
1276.000000 264.000000 -412.000000
1212.000000 448.000000 -412.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
700.000000 448.000000 -132.000000
724.000000 448.000000 -132.000000
724.000000 448.000000 -252.000000
700.000000 448.000000 -252.000000
700.000000 252.000000 -132.000000
724.000000 252.000000 -132.000000
724.000000 252.000000 -252.000000
700.000000 252.000000 -252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
884.000000 448.000000 -412.000000
1212.000000 448.000000 -412.000000
1212.000000 448.000000 -420.000000
884.000000 448.000000 -420.000000
884.000000 264.000000 -412.000000
1212.000000 264.000000 -412.000000
1212.000000 264.000000 -420.000000
884.000000 264.000000 -420.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
964.000000 260.000000 -319.000000
1276.000000 260.000000 -319.000000
1276.000000 260.000000 -704.000000
964.000000 260.000000 -704.000000
964.000000 224.000000 -319.000000
1276.000000 224.000000 -319.000000
1276.000000 224.000000 -704.000000
964.000000 224.000000 -704.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
888.000000 264.000000 -272.000000
1276.000000 264.000000 -272.000000
1276.000000 264.000000 -412.000000
888.000000 264.000000 -412.000000
888.000000 260.000000 -272.000000
1276.000000 260.000000 -272.000000
1276.000000 260.000000 -412.000000
888.000000 260.000000 -412.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
724.000000 264.000000 -148.000000
888.000000 264.000000 -148.000000
888.000000 264.000000 -412.000000
724.000000 264.000000 -412.000000
724.000000 260.000000 -148.000000
888.000000 260.000000 -148.000000
888.000000 260.000000 -412.000000
724.000000 260.000000 -412.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
892.000000 544.000000 507.999969
964.000000 544.000000 507.999969
964.000000 544.000000 -252.000000
892.000000 448.000000 -252.000000
892.000000 544.000000 -252.000000
964.000000 448.000000 507.999969
964.000000 448.000000 -252.000000
892.000000 448.000000 507.999969
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1216.000000 208.000000 284.000000
1232.000000 208.000000 284.000000
1232.000000 208.000000 128.000000
1216.000000 208.000000 128.000000
1216.000000 200.000000 284.000000
1232.000000 200.000000 284.000000
1232.000000 200.000000 128.000000
1216.000000 200.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1200.000000 216.000000 284.000000
1216.000000 216.000000 284.000000
1216.000000 216.000000 128.000000
1200.000000 216.000000 128.000000
1200.000000 200.000000 284.000000
1216.000000 200.000000 284.000000
1216.000000 200.000000 128.000000
1200.000000 200.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1184.000000 224.000000 284.000000
1200.000000 224.000000 284.000000
1200.000000 224.000000 128.000000
1184.000000 224.000000 128.000000
1184.000000 200.000000 284.000000
1200.000000 200.000000 284.000000
1200.000000 200.000000 128.000000
1184.000000 200.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1120.000000 256.000000 288.000000
1416.000000 256.000000 288.000000
1416.000000 256.000000 284.000000
1416.000000 196.000000 288.000000
1120.000000 256.000000 284.000000
1120.000000 196.000000 284.000000
1120.000000 196.000000 288.000000
1416.000000 196.000000 284.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
1168.000000 232.000000 284.000000
1184.000000 232.000000 284.000000
1184.000000 232.000000 128.000000
1168.000000 232.000000 128.000000
1168.000000 200.000000 284.000000
1184.000000 200.000000 284.000000
1184.000000 200.000000 128.000000
1168.000000 200.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1152.000000 240.000000 284.000000
1168.000000 240.000000 284.000000
1168.000000 240.000000 128.000000
1152.000000 240.000000 128.000000
1152.000000 200.000000 284.000000
1168.000000 200.000000 284.000000
1168.000000 200.000000 128.000000
1152.000000 200.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1136.000000 248.000000 284.000000
1152.000000 248.000000 284.000000
1152.000000 248.000000 128.000000
1136.000000 248.000000 128.000000
1136.000000 200.000000 284.000000
1152.000000 200.000000 284.000000
1152.000000 200.000000 128.000000
1136.000000 200.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1120.000000 256.000000 284.000000
1136.000000 256.000000 284.000000
1136.000000 256.000000 128.000000
1120.000000 256.000000 128.000000
1120.000000 200.000000 284.000000
1136.000000 200.000000 284.000000
1136.000000 200.000000 128.000000
1120.000000 200.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1320.000000 544.000000 508.000000
1408.000000 544.000000 508.000000
1408.000000 544.000000 176.000000
1408.000000 448.000000 508.000000
1320.000000 544.000000 280.000000
1320.000000 448.000000 280.000000
1320.000000 448.000000 508.000000
1408.000000 448.000000 176.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff3f3f3f common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff3f3f3f common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
964.000000 544.000000 508.000000
1320.000000 544.000000 508.000000
1320.000000 544.000000 280.000000
964.000000 544.000000 280.000000
964.000000 512.000000 508.000000
1320.000000 512.000000 508.000000
1320.000000 512.000000 280.000000
964.000000 512.000000 280.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff000000 common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff5c5c5c common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff5c5c5c common/materials/stone/stone
brush
vertices
960.000000 24.000000 -240.000000
1120.000000 24.000000 -240.000000
1120.000000 24.000000 -256.000000
960.000000 24.000000 -256.000000
960.000000 -8.000000 -240.000000
1120.000000 -8.000000 -240.000000
1120.000000 -8.000000 -256.000000
960.000000 -8.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
960.000000 16.000000 -224.000000
1120.000000 16.000000 -224.000000
1120.000000 16.000000 -240.000000
960.000000 16.000000 -240.000000
960.000000 -8.000000 -224.000000
1120.000000 -8.000000 -224.000000
1120.000000 -8.000000 -240.000000
960.000000 -8.000000 -240.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
960.000000 8.000000 -208.000000
1120.000000 8.000000 -208.000000
1120.000000 8.000000 -224.000000
960.000000 8.000000 -224.000000
960.000000 -8.000000 -208.000000
1120.000000 -8.000000 -208.000000
1120.000000 -8.000000 -224.000000
960.000000 -8.000000 -224.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
960.000000 0.000000 -192.000000
1120.000000 0.000000 -192.000000
1120.000000 0.000000 -208.000000
960.000000 0.000000 -208.000000
960.000000 -8.000000 -192.000000
1120.000000 -8.000000 -192.000000
1120.000000 -8.000000 -208.000000
960.000000 -8.000000 -208.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1020.000000 -1.000000 100.000000
1092.000000 -1.000000 100.000000
1092.000000 -1.000000 28.000000
1020.000000 -1.000000 28.000000
1020.000000 -80.000000 100.000000
1092.000000 -80.000000 100.000000
1092.000000 -80.000000 28.000000
1020.000000 -80.000000 28.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1120.000000 -16.000000 -32.000000
1136.000000 -16.000000 -32.000000
1136.000000 -16.000000 -192.000000
1120.000000 -16.000000 -192.000000
1120.000000 -24.000000 -32.000000
1136.000000 -24.000000 -32.000000
1136.000000 -24.000000 -192.000000
1120.000000 -24.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1136.000000 -24.000000 -32.000000
1152.000000 -24.000000 -32.000000
1152.000000 -24.000000 -192.000000
1136.000000 -24.000000 -192.000000
1136.000000 -32.000000 -32.000000
1152.000000 -32.000000 -32.000000
1152.000000 -32.000000 -192.000000
1136.000000 -32.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1152.000000 -32.000000 -32.000000
1168.000000 -32.000000 -32.000000
1168.000000 -32.000000 -192.000000
1152.000000 -32.000000 -192.000000
1152.000000 -40.000000 -32.000000
1168.000000 -40.000000 -32.000000
1168.000000 -40.000000 -192.000000
1152.000000 -40.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1168.000000 -40.000000 -32.000000
1184.000000 -40.000000 -32.000000
1184.000000 -40.000000 -192.000000
1168.000000 -40.000000 -192.000000
1168.000000 -48.000000 -32.000000
1184.000000 -48.000000 -32.000000
1184.000000 -48.000000 -192.000000
1168.000000 -48.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1024.000000 -40.000000 272.000000
1180.000000 -40.000000 272.000000
1180.000000 -40.000000 256.000000
1024.000000 -40.000000 256.000000
1024.000000 -80.000000 272.000000
1180.000000 -80.000000 272.000000
1180.000000 -80.000000 256.000000
1024.000000 -80.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1024.000000 -32.000000 288.000000
1180.000000 -32.000000 288.000000
1180.000000 -32.000000 272.000000
1024.000000 -32.000000 272.000000
1024.000000 -40.000000 288.000000
1180.000000 -40.000000 288.000000
1180.000000 -40.000000 272.000000
1024.000000 -40.000000 272.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1024.000000 -24.000000 304.000000
1180.000000 -24.000000 304.000000
1180.000000 -24.000000 288.000000
1024.000000 -24.000000 288.000000
1024.000000 -32.000000 304.000000
1180.000000 -32.000000 304.000000
1180.000000 -32.000000 288.000000
1024.000000 -32.000000 288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1024.000000 -16.000000 320.000000
1180.000000 -16.000000 320.000000
1180.000000 -16.000000 304.000000
1024.000000 -16.000000 304.000000
1024.000000 -24.000000 320.000000
1180.000000 -24.000000 320.000000
1180.000000 -24.000000 304.000000
1024.000000 -24.000000 304.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1308.000000 169.000015 -540.000000
1788.000000 169.000015 -540.000000
1788.000000 169.000015 -544.000000
1308.000000 169.000015 -544.000000
1308.000000 -171.000000 -540.000000
1788.000000 -171.000000 -540.000000
1788.000000 -171.000000 -544.000000
1308.000000 -171.000000 -544.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1780.000000 160.000000 -260.000000
1796.000000 160.000000 -260.000000
1796.000000 160.000000 -540.000000
1780.000000 160.000000 -540.000000
1780.000000 -49.000000 -260.000000
1796.000000 -49.000000 -260.000000
1796.000000 -49.000000 -540.000000
1780.000000 -49.000000 -540.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 common/materials/metal/aluminum
brush
vertices
1356.000000 448.000000 -252.000000
1884.000000 448.000000 -252.000000
1884.000000 448.000000 -704.000000
1356.000000 448.000000 -704.000000
1356.000000 168.000000 -252.000000
1884.000000 168.000000 -252.000000
1884.000000 168.000000 -704.000000
1356.000000 168.000000 -704.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1448.000000 168.000000 -252.000000
1884.000000 168.000000 -252.000000
1884.000000 168.000000 -260.000000
1440.000000 160.000000 -260.000000
1440.000000 168.000000 -260.000000
1884.000000 160.000000 -252.000000
1884.000000 160.000000 -260.000000
1448.000000 160.000000 -252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1668.000000 160.000000 -252.000000
1772.000000 160.000000 -252.000000
1772.000000 160.000000 -260.000000
1668.000000 160.000000 -260.000000
1668.000000 -72.000000 -252.000000
1772.000000 -72.000000 -252.000000
1772.000000 -72.000000 -260.000000
1668.000000 -72.000000 -260.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1604.000000 160.000000 -197.000000
1668.000000 160.000000 -252.000000
1668.000000 160.000000 -260.000000
1668.000000 -80.000000 -252.000000
1596.000000 160.000000 -197.000000
1596.000000 -80.000000 -197.000000
1604.000000 -80.000000 -197.000000
1668.000000 -80.000000 -260.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 7 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff3f3f3f common/materials/stone/stone
brush
vertices
1596.000000 160.000000 316.000000
1604.000000 160.000000 316.000000
1604.000000 160.000000 -197.000000
1596.000000 160.000000 -197.000000
1596.000000 -72.000000 316.000000
1604.000000 -72.000000 316.000000
1604.000000 -72.000000 -197.000000
1596.000000 -72.000000 -197.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1500.000000 168.000000 4.000000
1508.000000 168.000000 4.000000
1508.000000 168.000000 -172.000000
1500.000000 168.000000 -172.000000
1500.000000 160.000000 4.000000
1508.000000 160.000000 4.000000
1508.000000 160.000000 -172.000000
1500.000000 160.000000 -172.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff9f9f9f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff9f9f9f common/materials/stone/stone
brush
vertices
964.000000 160.000000 340.000000
1180.000000 160.000000 340.000000
1180.000000 160.000000 320.000000
964.000000 160.000000 320.000000
964.000000 -12.000000 340.000000
1180.000000 -12.000000 340.000000
1180.000000 -12.000000 320.000000
964.000000 -12.000000 320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffffa000 common/materials/effects/glow2
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffffa000 common/materials/effects/glow2
brush
vertices
960.000000 160.000000 320.000000
964.000000 160.000000 320.000000
964.000000 160.000000 228.000000
960.000000 160.000000 228.000000
960.000000 -76.000000 320.000000
964.000000 -76.000000 320.000000
964.000000 -76.000000 228.000000
960.000000 -76.000000 228.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
960.000000 -12.000000 332.000000
1180.000000 -12.000000 332.000000
1180.000000 -12.000000 320.000000
960.000000 -12.000000 320.000000
960.000000 -104.000000 332.000000
1180.000000 -104.000000 332.000000
1180.000000 -104.000000 320.000000
960.000000 -104.000000 320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
1180.000000 160.000000 316.000000
1180.000000 160.000000 324.000000
1596.000000 160.000000 324.000000
1596.000244 160.000000 316.000000
1180.000000 -80.000000 316.000000
1180.000000 -80.000000 324.000000
1596.000000 -80.000000 324.000000
1596.000244 -80.000000 316.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1468.000000 -42.000000 316.000000
1472.000000 -42.000000 316.000000
1472.000000 -42.000000 256.000000
1468.000000 -42.000000 256.000000
1468.000000 -76.000000 316.000000
1472.000000 -76.000000 316.000000
1472.000000 -76.000000 256.000000
1468.000000 -76.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1180.000000 128.000000 88.000000
1188.000000 128.000000 88.000000
1188.000000 128.000000 40.000000
1180.000000 128.000000 40.000000
1180.000000 0.000000 88.000000
1188.000000 0.000000 88.000000
1188.000000 0.000000 40.000000
1180.000000 0.000000 40.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
963.000000 448.000000 4.000000
1500.000000 448.000000 4.000000
1500.000000 448.000000 -3.999998
963.000000 448.000000 -3.999998
963.000000 192.000000 4.000000
1500.000000 192.000000 4.000000
1500.000000 192.000000 -3.999998
963.000000 192.000000 -3.999998
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff770000 internal/editor/textures/editor_clip
brush
vertices
964.000000 448.000000 -116.000000
1088.000000 448.000000 -240.000000
1080.000000 448.000000 -256.000000
1088.000000 264.000000 -240.000000
956.000000 448.000000 -132.000000
956.000000 264.000000 -132.000000
964.000000 264.000000 -116.000000
1080.000000 264.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff770000 internal/editor/textures/editor_clip
brush
vertices
1088.000000 448.000000 -240.000000
1276.000000 448.000000 -240.000000
1276.000000 448.000000 -256.000000
1080.000000 264.000000 -256.000000
1080.000000 448.000000 -256.000000
1276.000000 264.000000 -240.000000
1276.000000 264.000000 -256.000000
1088.000000 264.000000 -240.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff770000 internal/editor/textures/editor_clip
brush
vertices
964.000000 452.000000 380.000000
1500.000000 452.000000 380.000000
1500.000000 452.000000 -252.000000
964.000000 452.000000 -252.000000
964.000000 448.000000 380.000000
1500.000000 448.000000 380.000000
1500.000000 448.000000 -252.000000
964.000000 448.000000 -252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff770000 internal/editor/textures/editor_clip
brush
vertices
963.000000 256.000000 -256.000000
1276.000000 256.000000 -256.000000
1276.000000 256.000000 -319.000000
963.000000 256.000000 -319.000000
963.000000 224.000000 -256.000000
1276.000000 224.000000 -256.000000
1276.000000 224.000000 -319.000000
963.000000 224.000000 -319.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
960.000000 256.000000 -128.000000
960.000000 224.000000 -256.000000
1088.000000 256.000000 -256.000000
960.000000 224.000000 -128.000000
1088.000000 224.000000 -256.000000
960.000000 256.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 5 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 3 0 5 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 1 5 0xff6d6d6d common/materials/stone/stone
brush
vertices
964.000000 264.000000 -132.000000
1088.000000 264.000000 -256.000000
1080.000000 264.000000 -272.000000
1088.000000 256.000000 -256.000000
956.000000 264.000000 -148.000000
956.000000 256.000000 -148.000000
964.000000 256.000000 -132.000000
1080.000000 256.000000 -272.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
1088.000000 264.000000 -256.000000
1276.000000 264.000000 -256.000000
1276.000000 264.000000 -272.000000
1080.000000 256.000000 -272.000000
1080.000000 264.000000 -272.000000
1276.000000 256.000000 -256.000000
1276.000000 256.000000 -272.000000
1088.000000 256.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xff6d6d6d common/materials/stone/stone
brush
vertices
964.000000 200.000000 284.000000
1500.000000 200.000000 284.000000
1500.000000 200.000000 0.000000
964.000000 200.000000 0.000000
964.000000 192.000000 284.000000
1500.000000 192.000000 284.000000
1500.000000 192.000000 0.000000
964.000000 192.000000 0.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
724.000000 544.000000 -252.000000
1408.000000 544.000000 -252.000000
1408.000000 544.000000 -412.000000
724.000000 544.000000 -412.000000
724.000000 448.000000 -252.000000
1408.000000 448.000000 -252.000000
1408.000000 448.000000 -412.000000
724.000000 448.000000 -412.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
724.000000 448.000000 -252.000000
724.000000 264.000000 -412.000000
884.000000 448.000000 -412.000000
724.000000 264.000000 -252.000000
884.000000 264.000000 -412.000000
724.000000 448.000000 -412.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 3 0 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 1 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
864.000000 448.000000 380.000000
936.000000 448.000000 380.000000
936.000000 448.000000 228.000000
864.000000 448.000000 228.000000
864.000000 264.000000 380.000000
936.000000 264.000000 380.000000
936.000000 264.000000 228.000000
864.000000 264.000000 228.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
784.000000 448.000000 -132.000000
964.000000 448.000000 -132.000000
788.000000 448.000000 -316.000000
784.000000 264.000000 -316.000000
784.000000 448.000000 -316.000000
964.000000 264.000000 -132.000000
788.000000 264.000000 -316.000000
784.000000 264.000000 -132.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
entity
type PlayerSpawn
Vector3 position 828.000000 268.000000 -312.000000
Vector3 angles 45.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
entity
type CameraPath
UInt32 entityIdAttachedTo 700
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Teleporter
String32 target tp2a
brush
vertices
1772.000000 112.000000 -316.000000
1780.000000 112.000000 -316.000000
1780.000000 112.000000 -484.000000
1772.000000 112.000000 -484.000000
1772.000000 -48.000000 -316.000000
1780.000000 -48.000000 -316.000000
1780.000000 -48.000000 -484.000000
1772.000000 -48.000000 -484.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
entity
type Teleporter
String32 target tp1
brush
vertices
1060.000000 200.000000 -592.000000
1212.000000 200.000000 -592.000000
1212.000000 200.000000 -596.000000
1060.000000 200.000000 -596.000000
1060.000000 28.000000 -592.000000
1212.000000 28.000000 -592.000000
1212.000000 28.000000 -596.000000
1060.000000 28.000000 -596.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
entity
type Target
Vector3 position 1440.000000 200.000000 160.000000
Vector3 angles -90.000000 0.000000 0.000000
String32 name tp1
entity
type PlayerSpawn
Vector3 position 1020.000000 196.000000 64.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 1452.000000 196.000000 80.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 1020.000000 260.000000 336.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 1308.000000 260.000000 336.000000
Vector3 angles 200.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 1388.000000 196.000000 208.000000
Vector3 angles 200.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 1196.000000 268.000000 -360.000000
Bool8 teamA 0
Bool8 initialSpawn 0
entity
type PlayerSpawn
Vector3 position 1068.000000 268.000000 -376.000000
Vector3 angles 10.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
entity
type PlayerSpawn
Vector3 position 908.000000 268.000000 -360.000000
Vector3 angles 35.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
entity
type PlayerSpawn
Vector3 position 988.000000 268.000000 -376.000000
Vector3 angles 20.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
|
7de2c7b29ead2e1d21575f7ec4afec4d82a69eb9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3401/CH9/EX9.5/Ex9_5.sce
|
85b4ac76683b60c29a0e9c3e081c09b854b60add
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 495
|
sce
|
Ex9_5.sce
|
clc
T=300 //K
k=8.617*10**-5//eV/K
e=1.6*10**-19 //C
esp=11.7
esp0=8.85*10^-14
phibe=0.67 //V
A=114 //A/K^2-cm^2
Na=10^18 //cm^-3
Nd=10^16 //cm^-3
taup0=10^-7
taun0=10^-7
Dp=10 //cm^2/s
Dn=25 //cm^2/s
Lp=1.0*10**-3 //cm
Ln=1.58*10**-3 //cm
pn0=2.25*10**4 //cm^-3
np0=2.25*10**2 //cm^-3
a=k*T
Jst=(A*T^2)*exp(-phibe/a)
disp(Jst,"Richardson constant in A/K^2-cm^2 is=")
Js=((e*Dn*np0)/Ln)+((e*Dp*pn0)/Lp)
disp(Js,"reverse saturation current density in A/cm^2 is=")
|
6d310ce876498a8ec73331c19a35c7457b3dbd25
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/343/CH2/EX2.55/ex2_55.sce
|
f64ff265ea6820ba5ccc49b40be5ccafe753542d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 240
|
sce
|
ex2_55.sce
|
clc
Vr=200; //Assiging values to parameters
P=15.3;
fr=10000;
BW=1000;
R=Vr^2/P;
Q=fr/BW;
L=Q*R/(2*%pi*fr);
C=1/(4*%pi*%pi*fr*fr*L);
disp("Ohms",R,"resistance");
disp("henry",L,"inductor");
disp("Farads",C,"Capacitor");
|
67f1908ab4fd9d70c3210f50b7ebc81d2c33d074
|
4bbc2bd7e905b75d38d36d8eefdf3e34ba805727
|
/ee/contrib/dspic/macros/codegen/rt_gen_make.sci
|
c429fdab1514b2c4bbdbfafd21990daf33a525ce
|
[] |
no_license
|
mannychang/erika2_Scicos-FLEX
|
397be88001bdef59c0515652a365dbd645d60240
|
12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba
|
refs/heads/master
| 2021-02-08T17:01:20.857172
| 2012-07-10T12:18:28
| 2012-07-10T12:18:28
| 244,174,890
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 432
|
sci
|
rt_gen_make.sci
|
//==========================================================================
// Modified for RT purposes by Roberto Bucher - RTAI Team
// roberto.bucher@supsi.ch
function Makename=rt_gen_make(name,files,libs)
Makename=rpat+'/Makefile';
T=mgetl(TARGETDIR+'/'+makfil);
T=strsubst(T,'$$MODEL$$',name);
T=strsubst(T,'$$OBJ$$',strcat(files+'.o',' '));
T=strsubst(T,'$$SCILAB_DIR$$',SCI);
mputl(T,Makename)
endfunction
|
06e1e581f762b6b172099d17c3623b553efb81b6
|
527c41bcbfe7e4743e0e8897b058eaaf206558c7
|
/Positive_Negative_test/Netezza-Base-MachineLearning/SP_LogRegr-NZ-01.tst
|
290e164703f396696dad809521816be116aebdde
|
[] |
no_license
|
kamleshm/intern_fuzzy
|
c2dd079bf08bede6bca79af898036d7a538ab4e2
|
aaef3c9dc9edf3759ef0b981597746d411d05d34
|
refs/heads/master
| 2021-01-23T06:25:46.162332
| 2017-07-12T07:12:25
| 2017-07-12T07:12:25
| 93,021,923
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 5,296
|
tst
|
SP_LogRegr-NZ-01.tst
|
----------------------------------------------------------------------------------------
CREATE OR REPLACE VIEW tblLogRegr_vw
AS (
SELECT ObsID, VarID, Num_Val as Value
FROM tblLogRegrData);
EXEC SP_LogRegr('tblLogRegr_vw', 0.10, 25, 'Test');
----------------------------------------------------------------------------------------
SELECT '***** EXECUTING SP_LogRegr *****';
EXEC SP_LogRegr('tblLogRegrData', 0.10, 25, 'Test');
-- SELECT a.*
-- FROM fzzlLogRegrCoeffs a
-- WHERE a.AnalysisID = 'MMEHTA_165254'
-- ORDER BY 1;
-- SELECT a.*
-- FROM fzzlLogRegrStats a
-- WHERE a.AnalysisID = 'MMEHTA_165254';
----------------------------------------------------------------------------------------
SELECT '***** EXECUTING SP_LogRegrBW *****';
CREATE TEMP TABLE tblLogRegrBWDemo
AS
SELECT ObsID, VarID, Num_Val as Value
FROM tblLogRegrData a
WHERE a.VarID <= 50;
EXEC SP_LogRegrBW('tblLogRegrBWDemo', 0.1,25, 'SPEC TEST 1',0.1,'Test');
--SELECT a.*
--FROM fzzlLogRegrCoeffs a
--WHERE a.AnalysisID = 'MMEHTA_200834'
--ORDER BY 2,3;
--SELECT a.*
--FROM fzzlLogRegrStats a
--WHERE a.AnalysisID = 'MMEHTA_200834'
--AND ModelID <= 2
--ORDER BY 2;
----------------------------------------------------------------------------------------
SELECT '***** EXECUTING SP_LogRegrFB *****';
EXEC SP_LogRegrFB('vw_LogRegrBWDemo', 0.1,25, 'SPEC TEST 1',0.5,0.1,'Test');
--SELECT a.*
--FROM fzzlLogRegrCoeffs a
--WHERE a.AnalysisID = 'MMEHTA_667230'
--ORDER BY 2,3;
--SELECT a.*
--FROM fzzlLogRegrStats a
--WHERE a.AnalysisID = 'MMEHTA_667230'
--AND ModelID <= 2
--ORDER BY 2;
----------------------------------------------------------------------------------------
ALTER TABLE TBLLOGREGRMN10000 RENAME COLUMN NUM_VAL TO VALUE;
SELECT '***** EXECUTING SP_LogRegrMNBW *****';
EXEC SP_LogRegrMNBW('TBLLOGREGRMN10000', 1, 25, '' ,0.30, 'Test Notes');
-- SELECT *
-- FROM fzzlLogRegrMNCoeffs
-- WHERE AnalysisID ='MMEHTA_383944'
-- ORDER BY 2, 3, 4;
-- SELECT *
-- FROM fzzlLogRegrMNStats
-- WHERE AnalysisID ='MMEHTA_383944'
-- ORDER BY 2,3;
----------------------------------------------------------------------------------------
SELECT '***** EXECUTING SP_LogRegrMNFB *****';
EXEC SP_LogRegrMNFB('tblLogRegrMN10000', 1, 25, '', 0.70, 0.30, 'Test Notes');
-- SELECT a.*
-- FROM fzzlLogRegrMNCoeffs a
-- WHERE a.AnalysisID = 'MMEHTA_332610'
-- ORDER BY 2, 3, 4;
-- SELECT *
-- FROM fzzlLogRegrMNStats
-- WHERE AnalysisID ='MMEHTA_332610'
-- ORDER BY 2, 3;
----------------------------------------------------------------------------------------
SELECT '***** EXECUTING SP_LogRegrMNUFB *****';
EXEC SP_LogRegrMNUFB('tblLogRegrMN10000',
1,
25,
'',
0.70,
0.30,
0.20,
'Sam Test');
-- SELECT *
-- FROM fzzlLogRegrMNCoeffs
-- WHERE AnalysisID ='MMEHTA_584459'
-- ORDER BY 2, 3, 4;
-- SELECT *
-- FROM fzzlLogRegrMNStats
-- WHERE Analysisid = 'MMEHTA_584459'
-- ORDER BY 2,3;
----------------------------------------------------------------------------------------
CREATE TEMP TABLE tblLogRegrMultiDS AS
SELECT *, NUM_VAL as VALUE FROM tblLogRegrMulti a;
SELECT '***** EXECUTING SP_LogRegrMultiDataSet *****';
CALL SP_LogRegrMultiDataSet('tblLogRegrMultiDS', 25, 0.10,'Test Notes');
-- SELECT a.*
-- FROM fzzlLogRegrCoeffs a
-- WHERE a.AnalysisID = 'MMEHTA_285205'
-- ORDER BY 3, 1, 2;
-- SELECT a.*
-- FROM fzzlLogRegrStats a
-- WHERE a.AnalysisID = 'MMEHTA_285205'
-- ORDER BY 1, 2, 3;
----------------------------------------------------------------------------------------
CREATE TEMP TABLE tblLogRegrSFDemo AS
SELECT ObsID, VarID, Num_Val as Value
FROM tblLogRegrData a
WHERE a.VarID <= 50;
SELECT '***** EXECUTING SP_LogRegrSF *****';
EXEC SP_LogRegrSF('tblLogRegrSFDemo', 0.1,25,'SPEC TEST 1','Test');
-- SELECT a.*
-- FROM fzzlLogRegrCoeffsSF a
-- WHERE a.AnalysisID = 'MMEHTA_265033'
-- ORDER BY 2;
-- SELECT a.*
-- FROM fzzlLogRegrStatsSF a
-- WHERE a.AnalysisID = 'MMEHTA_265033'
-- ORDER BY 2;
----------------------------------------------------------------------------------------
SELECT '***** EXECUTING SP_LogRegrSW *****';
CREATE TEMP TABLE tblLogRegrSWDemo
AS (
SELECT ObsID, VarID, Num_Val as Value
FROM tblLogRegrData
WHERE VarID > 0
AND VarID <= 10
AND value <> 0
UNION ALL
SELECT ObsID, VarID, Num_Val as Value
FROM tblLogRegrData
WHERE VarID IN (-1, 0));
EXEC SP_LogRegrSW('tblLogRegrSWDemo',0.1,25,'SPEC TEST 1',3,0.1,'Test');
-- SELECT a.*
-- FROM fzzlLogRegrCoeffs a
-- WHERE a.AnalysisID = 'ADMIN_352035'
-- AND ModelID <= 2
-- ORDER BY 1,2,3;
-- SELECT a.*
-- FROM fzzlLogRegrStats a
-- WHERE a.AnalysisID = 'ADMIN_352035'
-- AND ModelID <= 2;
----------------------------------------------------------------------------------------
CREATE TEMP TABLE tblLogRegrWtDemo AS
SELECT ObsID, VarID, Num_Val as Value
FROM tblLogRegrData a
WHERE a.VarID <= 50;
SELECT '***** EXECUTING SP_LogRegrWt *****';
CALL SP_LogRegrWt('tblLogRegrWtDemo', 0.10, 25, 0.8, 1, 'Test');
-- SELECT a.*
-- FROM fzzlLogRegrCoeffs a
-- WHERE a.AnalysisID = 'FBAI_570336'
-- ORDER BY 1;
-- SELECT a.*
-- FROM fzzlLogRegrStats a
-- WHERE a.AnalysisID = 'FBAI_570336';
|
4543f9e9a7227b2c2c23a2e5ac9ea58c231cff47
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/991/CH7/EX7.9/Example7_9.sce
|
57ee453100da475bdbf0558bbe5b76f60d6ea7c1
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,118
|
sce
|
Example7_9.sce
|
//Example 7.9. refer fig.7.17.
clc
format(6)
KN=1*10^-3
lamda=0.01
Ri=100*10^3
IDt=4*10^-3
IDQ=1.5*10^-3
VTN=1.5
VDD=12
VDSQ=7
disp("To determine VDSi")
disp("We have,")
disp(" IDt = KN*(VGst - VTN)^2")
disp("where the subscript t indicates transition point values.")
VGSt=sqrt(IDt/KN)+VTN
disp(VGSt," VGSt(V) =")
disp("Therefore,")
VDSt=VGSt-VTN
disp(VDSt," VDSt(V) = VGSt - VTN =")
disp("If the Q-point is in the middle of the saturation region, then VDSQ = 7 V, which gives 10 V peak-to-peak symmetrical output voltage.")
disp("From fig.7.17,")
disp(" VDSQ = VDD - IDQ*RD")
format(5)
RD=(VDD-VDSQ)/IDQ
RD1=RD*10^-3
disp(RD1,"Therefore, RD(k-ohm) = (VDD - VDSQ) / IDQ =")
disp("Then, IDQ = KN*(VGSQ-VTN)^2")
VGSQ=(sqrt(IDQ/KN))+VTN
disp(VGSQ,"Therefore, VGSQ(V) =")
disp("Then, VGSQ = 2.73 = (R2/(R1+R2))*VDD")
disp(" = (1/R1)*(R2/(R1+R2))*VDD")
disp(" = (Ri/R1)*VDD")
disp("By Solving, we get ")
format(6)
R1=1200/2.73
disp(R1," R1(k-ohm) =")
format(7)
R2=R1/((12/2.73)-1)
disp(R2," R2(k-ohm) =")
|
9ec11ddfd9c2b78240805d0058ff60625d24accb
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/149/CH21/EX21.2.1/ques2_1.sce
|
694e4fdbf9f0d6aa4234f80d73b88d6fff59bdfc
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 136
|
sce
|
ques2_1.sce
|
//ques1(ii)
disp('To find the laplace of given function in t ');
syms t s
f=exp(-3*t)*(2*cos(5*t)-3*sin(5*t));
disp(laplace(f,t,s));
|
b3f6b2e92f72af5a01bb52e310009526545f0d63
|
d67dba56b10c0024f44ffdacf88ed2c1da0fcad7
|
/.Attic/tests/wolfilter/data/lua_transaction_postgresql_configurator.UTF-8.tst
|
98e1143eaa874c09800d897aee34eefd51d0ccf3
|
[] |
no_license
|
Wolframe/configurator
|
f7521bd149d7de26a49dbbfc0006107311b0e6ed
|
11c36ef1e88035a79818935334cb9e9d76dc7d24
|
refs/heads/master
| 2021-01-10T14:37:28.996482
| 2013-11-22T20:15:49
| 2013-11-22T20:15:49
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 62,919
|
tst
|
lua_transaction_postgresql_configurator.UTF-8.tst
|
**
**requires:LUA
**requires:PGSQL
**input
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE test SYSTEM 'test.simpleform'>
<test>
<pushCategoryHierarchy>
<node name="Minicomputer">
<node name="Superminicomputer"/>
<node name="Minicluster"/>
<node name="Server (Minicomputer)"/>
<node name="Workstation (Minicomputer)"/>
</node>
<node name="Microcomputer">
<node name="Tower PC"></node>
<node name="Mid-Tower PC"></node>
<node name="Mini-Tower PC"></node>
<node name="Server (Microcomputer)"></node>
<node name="Workstation (Microcomputer)"></node>
<node name="Personal computer"></node>
<node name="Desktop computer"></node>
<node name="Home computer"></node>
</node>
<node name="Mobile">
<node name="Desknote"></node>
<node name="Laptop">
<node name="Notebook">
<node name="Subnotebook"/>
</node>
<node name="Tablet personal computer"></node>
<node name="slabtop computer">
<node name="Word-processing keyboard"/>
<node name="TRS-80 Model 100"/>
</node>
<node name="Handheld computer">
<node name="Ultra-mobile personal computer"/>
<node name="Personal digital assistant">
<node name="HandheldPC"/>
<node name="Palmtop computer"/>
<node name="Pocket personal computer"/>
</node>
<node name="Electronic organizer"/>
<node name="Pocket computer"/>
<node name="Calculator">
<node name="Graphing calculator"/>
<node name="Scientific calculator"/>
<node name="Programmable calculator"/>
<node name="Financial Calculator"/>
</node>
<node name="Handheld game console"/>
<node name="Portable media player"/>
<node name="Portable data terminal"/>
<node name="Information appliance">
<node name="QWERTY Smartphone"/>
<node name="Smartphone"/>
</node>
</node>
<node name="Wearable computer"/>
</node>
<node name="Single board computer"/>
<node name="Wireless sensor network component"/>
<node name="Plug computer"/>
<node name="Microcontroller"/>
<node name="Smartdust"/>
<node name="Nanocomputer"/>
</node>
</pushCategoryHierarchy>
<deleteCategory><category id="42"/></deleteCategory>
<CategoryHierarchyRequest><category id="1"/></CategoryHierarchyRequest>
<CategoryHierarchyRequest><category id="43"/></CategoryHierarchyRequest>
<CategoryHierarchyRequest><category id="33"/></CategoryHierarchyRequest>
<CategoryHierarchyRequest><category id="16"/></CategoryHierarchyRequest>
<editCategory><category id="46" name="Wireless network component"/></editCategory>
<deleteCategory><category id="22"/></deleteCategory>
<deleteCategory><category id="25"/></deleteCategory>
<createCategory><category name="Device from outer space" parentID="7"></category></createCategory>
<createPicture>
<picture>
<caption>WNC caption</caption><info>WNC info</info><image>WNC image</image>
</picture>
</createPicture>
<createCategory><category parentID="46"><name>WNC child</name><pictures><picture id="1"/></pictures></category></createCategory>
<createCategory><category parentID="46"><name>WNC child 2</name><pictures><picture id="1"/></pictures></category></createCategory>
<createCategory><category parentID="46"><name>WNC child 3</name><pictures><picture id="1"/></pictures></category></createCategory>
<editCategory><category name="Device from outer space" id="51"></category></editCategory>
<CategoryRequest><category id="52"/></CategoryRequest>
<createPicture>
<picture>
<caption>WNC caption X</caption>
<info>WNC info X</info>
<image>WNC image X</image>
</picture>
</createPicture>
<createPicture>
<picture>
<caption>WNC caption Z</caption>
<info>WNC info Z</info>
<image>WNC image Z</image>
</picture>
</createPicture>
<editCategory>
<category id="52">
<name>WNC child Y</name>
<pictures><picture id='2'/></pictures>
</category>
</editCategory>
<editPicture>
<picture id="1">
<caption>WNC caption X</caption>
<info>WNC info X</info>
<image>WNC image X</image>
</picture>
</editPicture>
<editCategory>
<category id="52">
<name>WNC child Y</name>
<pictures><picture id='3'/></pictures>
</category>
</editCategory>
<CategoryRequest><category id="52"/></CategoryRequest>
<CategoryRequest><category id="54"/></CategoryRequest>
<CategoryRequest><category id="46"/></CategoryRequest>
<CategoryHierarchyRequest><category id="1"/></CategoryHierarchyRequest>
<pushFeatureHierarchy>
<node name="Color">
<node name="green"/>
<node name="blue"/>
<node name="gray"/>
<node name="red"/>
</node>
<node name="Size">
<node name="big"/>
<node name="small"/>
<node name="tiny"/>
<node name="pocket size"/>
</node>
<node name="Noise">
<node name="loud"/>
<node name="silent"/>
<node name="grumling"/>
</node>
</pushFeatureHierarchy>
<deleteFeature><feature id="15"/></deleteFeature>
<FeatureHierarchyRequest><feature id="1"/></FeatureHierarchyRequest>
<FeatureHierarchyRequest><feature id="7"/></FeatureHierarchyRequest>
<editFeature><feature id="6" name="pink"/></editFeature>
<createFeature><feature name="mumling" parentID="12"/></createFeature>
<createFeature><feature name="Space" parentID="1"/></createFeature>
<createFeature><feature name="yellow" parentID="2"/></createFeature>
<FeatureHierarchyRequest><feature id="1"/></FeatureHierarchyRequest>
<pushTagHierarchy>
<node name="Tag1">
<node name="Tag1.1"/>
<node name="Tag1.2"/>
<node name="Tag1.3"/>
<node name="Tag1.4"/>
</node>
<node name="Tag2">
<node name="Tag2.1"/>
<node name="Tag2.2"/>
<node name="Tag2.3"/>
<node name="Tag2.4"/>
</node>
<node name="Tag3">
<node name="Tag3.1"/>
<node name="Tag3.2"/>
<node name="Tag3.3"/>
<node name="Tag3.4"/>
</node>
</pushTagHierarchy>
<deleteTag><tag id="10"/></deleteTag>
<TagHierarchyRequest><tag id="1"/></TagHierarchyRequest>
<TagHierarchyRequest><tag id="7"/></TagHierarchyRequest>
<editTag><tag id="6" name="Tag1.4x"/></editTag>
<createTag><tag name="Tag3.5x" parentID="12"/></createTag>
<createTag><tag name="Tag5" parentID="1"/></createTag>
<createTag><tag name="Tag1.5x" parentID="2"/></createTag>
<TagHierarchyRequest><Tag id="1"/></TagHierarchyRequest>
</test>**config
--input-filter xml:textwolf --output-filter xml:textwolf --module ../../src/modules/filter/textwolf/mod_filter_textwolf --module ../../src/modules/cmdbind/lua/mod_command_lua --program=transaction_configurator.lua --program configurator.normalize --program category.simpleform --program feature.simpleform --program picture.simpleform --program tag.simpleform --module ../../src/modules/ddlcompiler//simpleform/mod_ddlcompiler_simpleform --module ../../src/modules/normalize//number/mod_normalize_number --module ../../src/modules/normalize//string/mod_normalize_string --module ../../src/modules/cmdbind/directmap/mod_command_directmap --module ../wolfilter/modules/functions/fakegraphix/mod_graphix --module ../wolfilter/modules/database/postgresql/mod_db_postgresqltest --database 'identifier=testdb,host=localhost,port=5432,database=wolframe,user=wolfusr,password=wolfpwd,dumpfile=DBDUMP,inputfile=DBDATA,program=program.sql' --program=DBPRG.tdl run
**file: DBDATA
-- The tags tree
--
CREATE TABLE Tag (
ID SERIAL NOT NULL PRIMARY KEY,
parentID INT REFERENCES Tag( ID ),
name TEXT NOT NULL,
normalizedName TEXT NOT NULL,
description TEXT,
lft INT NOT NULL,
rgt INT NOT NULL,
CONSTRAINT order_check CHECK ( rgt > lft ),
CONSTRAINT tag_normalizedName_check UNIQUE( normalizedName, parentID )
);
ALTER SEQUENCE Tag_ID_seq RESTART WITH 1;
INSERT INTO Tag( parentID, name, normalizedName, description, lft, rgt )
VALUES ( NULL, '_ROOT_', '_ROOT_', 'Tags tree root', 1, 2 );
-- The list of images used
--
CREATE TABLE Picture (
ID SERIAL NOT NULL PRIMARY KEY,
caption TEXT,
info TEXT,
width INT,
height INT,
image TEXT,
thumbnail TEXT
);
ALTER SEQUENCE Picture_ID_seq RESTART WITH 1;
CREATE TABLE PictureTag (
pictureID INT REFERENCES Picture( ID ),
tagID INT REFERENCES Tag( ID ),
UNIQUE ( pictureID, tagID )
);
-- The categories tree
--
CREATE TABLE Category (
ID SERIAL NOT NULL PRIMARY KEY,
parentID INT REFERENCES Category( ID ),
name TEXT NOT NULL,
normalizedName TEXT NOT NULL,
description TEXT,
lft INT NOT NULL,
rgt INT NOT NULL,
CONSTRAINT order_check CHECK ( rgt > lft ),
CONSTRAINT category_normalizedName_check UNIQUE( normalizedName, parentID )
);
ALTER SEQUENCE Category_ID_seq RESTART WITH 1;
INSERT INTO Category( parentID, name, normalizedName, description, lft, rgt )
VALUES ( NULL, '_ROOT_', '_ROOT_', 'Categories tree root', 1, 2 );
CREATE TABLE CategoryPicture (
categoryID INT REFERENCES Category( ID ),
pictureID INT REFERENCES Picture( ID ),
UNIQUE ( categoryID, pictureID )
);
-- The features tree
--
CREATE TABLE Feature (
ID SERIAL NOT NULL PRIMARY KEY,
parentID INT REFERENCES Feature( ID ),
name TEXT NOT NULL,
normalizedName TEXT NOT NULL,
description TEXT,
lft INT NOT NULL,
rgt INT NOT NULL,
CONSTRAINT order_check CHECK ( rgt > lft ),
CONSTRAINT feature_normalizedName_check UNIQUE( normalizedName, parentID )
);
ALTER SEQUENCE Feature_ID_seq RESTART WITH 1;
INSERT INTO Feature( parentID, name, normalizedName, description, lft, rgt )
VALUES ( NULL, '_ROOT_', '_ROOT_', 'Features tree root', 1, 2 );
CREATE TABLE FeaturePicture (
featureID INT REFERENCES Feature( ID ),
pictureID INT REFERENCES Picture( ID ),
UNIQUE ( featureID, pictureID )
);
-- The list of manufacturers
--
CREATE TABLE Manufacturer (
ID SERIAL NOT NULL PRIMARY KEY,
name TEXT NOT NULL,
normalizedName TEXT NOT NULL UNIQUE,
webPage TEXT,
logo INT REFERENCES Picture( ID )
);
-- The list of components
--
CREATE TABLE Component (
ID SERIAL NOT NULL PRIMARY KEY,
code TEXT NOT NULL UNIQUE,
name TEXT NOT NULL,
normalizedName TEXT NOT NULL UNIQUE,
categoryID INT REFERENCES Category( ID ),
manufacturerID INT REFERENCES Manufacturer( ID ),
mfgCode TEXT,
webPage TEXT,
description TEXT,
price NUMERIC( 10, 2 )
);
CREATE TABLE ComponentPriceHistory (
componentID INT REFERENCES Component( ID ),
price NUMERIC( 10, 2 ),
priceDate TIMESTAMP,
username TEXT
);
CREATE TABLE ComponentPicture (
componentID INT REFERENCES Component( ID ),
pictureID INT REFERENCES Picture( ID ),
UNIQUE ( componentID, pictureID )
);
-- The list of features required by members of a category
--
CREATE TABLE CategRequires (
categoryID INT REFERENCES Category( ID ),
featureID INT REFERENCES Feature( ID ),
minQuantity INT,
maxQuantity INT,
UNIQUE ( categoryID, featureID )
);
-- The list of features provided by members of a category
--
CREATE TABLE CategProvides (
categoryID INT REFERENCES Category( ID ),
featureID INT REFERENCES Feature( ID ),
minQuantity INT,
maxQuantity INT,
UNIQUE ( categoryID, featureID )
);
-- The list of checks for members of a category
--
CREATE TABLE CategoryCheck (
categoryID INT REFERENCES Category( ID ),
ruleName TEXT NOT NULL,
normalizedName TEXT NOT NULL UNIQUE
);
-- The list of features required by a component
--
CREATE TABLE ComponentRequires (
componentID INT REFERENCES Component( ID ),
featureID INT REFERENCES Feature( ID ),
minQuantity INT,
maxQuantity INT,
UNIQUE ( componentID, featureID )
);
-- The list of features provided by a component
--
CREATE TABLE ComponentProvides (
componentID INT REFERENCES Component( ID ),
featureID INT REFERENCES Feature( ID ),
minQuantity INT,
maxQuantity INT,
UNIQUE ( componentID, featureID )
);
-- The list of checks for a component
--
CREATE TABLE ComponentCheck (
categoryID INT REFERENCES Category( ID ),
ruleName TEXT
);
-- Recipes
--
CREATE TABLE Recipe (
ID SERIAL NOT NULL PRIMARY KEY,
name TEXT NOT NULL,
normalizedName TEXT NOT NULL UNIQUE,
description TEXT,
categoryID INT REFERENCES Category( ID ),
creationDate TIMESTAMP,
comment TEXT
);
CREATE TABLE RecipePicture (
recipeID INT REFERENCES Recipe( ID ),
pictureID INT REFERENCES Picture( ID ),
UNIQUE ( recipeID, pictureID )
);
CREATE TABLE RecipeContent (
recipeID INT REFERENCES Recipe( ID ),
categoryID INT REFERENCES Category( ID ),
minQuantity INT,
maxQuantity INT,
comment TEXT,
UNIQUE ( recipeID, categoryID )
);
-- Configuration
--
CREATE TABLE Configuration (
ID SERIAL NOT NULL PRIMARY KEY,
categoryID INT REFERENCES Category( ID ),
name TEXT,
description TEXT,
comment TEXT
);
CREATE TABLE ConfigComponent (
configID INT REFERENCES Configuration( ID ),
componentID INT REFERENCES Component( ID ),
quantity INT,
UNIQUE ( configID, componentID )
);
CREATE TABLE ComposedConfig (
configID INT REFERENCES Configuration( ID ),
subConfigID INT REFERENCES Configuration( ID ),
quantity INT,
UNIQUE ( configID, subConfigID )
);
CREATE OR REPLACE FUNCTION _group_concat(text, text)
RETURNS text AS $$
SELECT CASE
WHEN $2 IS NULL THEN $1
WHEN $1 IS NULL THEN $2
ELSE $1 operator(pg_catalog.||) ',' operator(pg_catalog.||) $2
END
$$ IMMUTABLE LANGUAGE SQL;
DROP AGGREGATE IF EXISTS group_concat(text);
CREATE AGGREGATE group_concat (
BASETYPE = text,
SFUNC = _group_concat,
STYPE = text
);
**file:category.simpleform
FORM Category
{
id @int
parentID @int
name string
normalizedName string
description string
picture []
{
id @int
}
}
**file:feature.simpleform
FORM Feature
{
id @int
parentID @int
name string
normalizedName string
description string
picture []
{
id @int
}
}
**file:tag.simpleform
FORM Tag
{
id @int
parentID @int
name string
normalizedName string
description string
}
**file:picture.simpleform
FORM Picture
{
picture
{
id @int
caption string
info string
thumbnail string
image string
width int
height int
size int
tags string
used_categories string
used_features string
tagwrap
{
id @int
tag []
{
id @int
}
}
}
tagwrap []
{
id @int
tag string
}
list
{
picture []
{
id @int
caption string
info string
thumbnail string
image string
width int
height int
size int
tags string
}
}
}
**file:configurator.normalize
int=number:integer;
uint=number:unsigned;
float=number:float;
name=string:lcname;
**file:program.sql
PREPARE getLastCategoryID AS SELECT currval( pg_get_serial_sequence( 'category', 'id')) AS "ID";
PREPARE getLastFeatureID AS SELECT currval( pg_get_serial_sequence( 'feature', 'id')) AS "ID";
PREPARE getLastTagID AS SELECT currval( pg_get_serial_sequence( 'tag', 'id')) AS "ID";
PREPARE getLastPictureID AS SELECT DISTINCT currval( pg_get_serial_sequence( 'picture', 'id' ) );
**file:DBPRG.tdl
--
-- addCategory
--
TRANSACTION addCategory -- (parentID, name, normalizedName, description, pictures/picture/id)
BEGIN
DO NONEMPTY UNIQUE SELECT rgt FROM Category WHERE ID = $(parentID);
DO UPDATE Category SET rgt = rgt + 2 WHERE rgt >= $1;
DO UPDATE Category SET lft = lft + 2 WHERE lft > $1;
DO INSERT INTO Category (parentID, name, normalizedName, description, lft, rgt) VALUES ($(parentID), $(name), $(normalizedName), $(description), $1, $1+1);
INTO . DO NONEMPTY UNIQUE SELECT ID AS "ID" from Category WHERE normalizedName = $(normalizedName);
FOREACH pictures/picture DO INSERT INTO CategoryPicture( categoryID, pictureID ) VALUES( $1, $(id) );
END
--
-- deleteCategory
--
TRANSACTION deleteCategory -- (id)
BEGIN
DO NONEMPTY UNIQUE SELECT lft,rgt,rgt-lft+1 AS width FROM Category WHERE ID = $(id) AND ID != '1';
DO DELETE FROM CategoryPicture WHERE categoryID = $(id);
DO DELETE FROM Category WHERE lft >= $1 AND lft <= $2;
DO UPDATE Category SET lft = lft-$3 WHERE lft>$2;
DO UPDATE Category SET rgt = rgt-$3 WHERE rgt>$2;
END
--
-- updateCategory
--
TRANSACTION updateCategory -- (id, name, normalizedName, description, pictures/picture/id)
BEGIN
DO UPDATE Category SET name = $(name), normalizedName = $(normalizedName), description = $(description) WHERE ID = $(id);
DO DELETE FROM CategoryPicture WHERE categoryID = $(id);
FOREACH pictures/picture DO INSERT INTO CategoryPicture( categoryID, pictureID ) VALUES( $(/id), $(id) );
END
--
-- selectCategory :Get the category
-- selectCategoryByNormalizedName :Get the category by name
-- selectCategoryList :Get a list of categories
--
TRANSACTION selectCategory -- (id)
BEGIN
INTO . DO NONEMPTY UNIQUE SELECT ID AS id,parentID AS "parentID", name,
normalizedName AS "normalizedName",description
FROM Category WHERE ID = $(id);
INTO picture DO
SELECT CategoryPicture.pictureID AS "id"
FROM CategoryPicture
WHERE CategoryPicture.categoryID = $(id);
END
TRANSACTION selectCategoryByNormalizedName -- (normalizedName)
BEGIN
INTO . DO NONEMPTY UNIQUE
SELECT ID AS id, parentID AS "parentID", name,
normalizedName AS "normalizedName",description FROM Category
WHERE normalizedName = $(normalizedName);
INTO picture DO
SELECT pictureID AS "id"
FROM CategoryPicture
WHERE CategoryPicture.categoryID = $1;
END
TRANSACTION selectCategorySet -- (/category/id)
BEGIN
FOREACH /category INTO category DO NONEMPTY UNIQUE
SELECT ID AS "ID", name, normalizedName AS "normalizedName", description
FROM Category WHERE ID = $(id) ORDER BY ID;
END
--
-- selectTopCategory :Get the parents of a category
--
TRANSACTION selectTopCategory -- (id)
BEGIN
INTO node DO SELECT P2.ID AS "ID",P2.parentID AS "parentID",P2.name,P2.normalizedName AS "normalizedName",P2.description FROM category AS P1, category AS P2 WHERE P1.lft > P2.lft AND P1.lft < P2.rgt AND P1.ID = $(id) ORDER BY P2.ID;
END
--
-- selectSubCategory :Get the Category
--
TRANSACTION selectSubCategory -- (id)
BEGIN
INTO node DO SELECT P1.ID AS "ID",P1.parentID AS "parentID",P1.name,P1.normalizedName AS "normalizedName",P1.description FROM category AS P1, category AS P2 WHERE P1.lft BETWEEN P2.lft AND P2.rgt AND P2.ID = $(id) ORDER BY P1.ID;
END
--
-- addFeature
--
TRANSACTION addFeature -- (parentID, name, normalizedName, description, pictures/picture/id)
BEGIN
DO NONEMPTY UNIQUE SELECT rgt FROM Feature WHERE ID = $(parentID);
DO UPDATE Feature SET rgt = rgt + 2 WHERE rgt >= $1;
DO UPDATE Feature SET lft = lft + 2 WHERE lft > $1;
DO INSERT INTO Feature (parentID, name, normalizedName, description, lft, rgt) VALUES ($(parentID), $(name), $(normalizedName), $(description), $1, $1+1);
INTO . DO NONEMPTY UNIQUE SELECT ID AS "ID" from Feature WHERE normalizedName = $(normalizedName);
FOREACH pictures/picture DO INSERT INTO FeaturePicture( featureID, pictureID ) VALUES( $1, $(id) );
END
--
-- deleteFeature
--
TRANSACTION deleteFeature -- (id)
BEGIN
DO NONEMPTY UNIQUE SELECT lft,rgt,rgt-lft+1 AS width FROM Feature WHERE ID = $(id) AND ID != '1';
DO DELETE FROM FeaturePicture WHERE featureID = $(id);
DO DELETE FROM Feature WHERE lft >= $1 AND lft <= $2;
DO UPDATE Feature SET lft = lft-$3 WHERE lft>$2;
DO UPDATE Feature SET rgt = rgt-$3 WHERE rgt>$2;
END
--
-- updateFeature
--
TRANSACTION updateFeature -- (id, name, normalizedName, description, pictures/picture/id)
BEGIN
DO UPDATE Feature SET name = $(name), normalizedName = $(normalizedName), description = $(description) WHERE ID = $(id);
DO DELETE FROM FeaturePicture WHERE featureID = $(id);
FOREACH pictures/picture DO INSERT INTO FeaturePicture( featureID, pictureID ) VALUES( $(/id), $(id) );
END
--
-- selectFeature :Get the feature
-- selectFeatureByNormalizedName :Get the feature by name
-- selectFeatureList :Get a list of categories
--
TRANSACTION selectFeature -- (id)
BEGIN
INTO . DO NONEMPTY UNIQUE
SELECT ID AS id, parentID AS "parentID", name,
normalizedName AS "normalizedName", description
FROM Feature WHERE ID = $(id);
INTO picture DO
SELECT pictureID AS "id"
FROM FeaturePicture
WHERE FeaturePicture.featureID = $(id);
END
TRANSACTION selectFeatureByNormalizedName -- (normalizedName)
BEGIN
INTO . DO NONEMPTY UNIQUE
SELECT ID AS id, parentID AS "parentID", name,
normalizedName AS "normalizedName", description
FROM Feature WHERE normalizedName = $(normalizedName);
INTO picture DO SELECT pictureID AS id
FROM FeaturePicture
WHERE FeaturePicture.featureID = $1;
END
TRANSACTION selectFeatureSet -- (/feature/id)
BEGIN
FOREACH /feature INTO feature DO NONEMPTY UNIQUE
SELECT ID AS id, name, normalizedName AS "normalizedName", description
FROM Feature WHERE ID = $(id) ORDER BY ID;
END
--
-- selectTopFeature :Get the parents of a feature
--
TRANSACTION selectTopFeature -- (id)
BEGIN
INTO node DO SELECT P2.ID AS "ID",P2.parentID AS "parentID",P2.name,P2.normalizedName AS "normalizedName",P2.description FROM Feature AS P1, Feature AS P2 WHERE P1.lft > P2.lft AND P1.lft < P2.rgt AND P1.ID = $(id) ORDER BY P2.ID;
END
--
-- selectSubFeature :Get the feature
--
TRANSACTION selectSubFeature -- (id)
BEGIN
INTO node DO SELECT P1.ID AS "ID",P1.parentID AS "parentID",P1.name,P1.normalizedName AS "normalizedName",P1.description FROM Feature AS P1, Feature AS P2 WHERE P1.lft BETWEEN P2.lft AND P2.rgt AND P2.ID = $(id) ORDER BY P1.ID;
END
--
-- addTag
--
TRANSACTION addTag -- (parentID, name, normalizedName, description)
BEGIN
DO NONEMPTY UNIQUE SELECT rgt FROM Tag WHERE ID = $(parentID);
DO UPDATE Tag SET rgt = rgt + 2 WHERE rgt >= $1;
DO UPDATE Tag SET lft = lft + 2 WHERE lft > $1;
DO INSERT INTO Tag (parentID, name, normalizedName, description, lft, rgt) VALUES ($(parentID), $(name), $(normalizedName), $(description), $1, $1+1);
INTO . DO NONEMPTY UNIQUE SELECT ID AS "ID" from Tag WHERE normalizedName = $(normalizedName);
END
--
-- deleteTag
--
TRANSACTION deleteTag -- (id)
BEGIN
DO NONEMPTY UNIQUE SELECT lft,rgt,rgt-lft+1 AS width FROM Tag WHERE ID = $(id) AND ID != '1';
DO DELETE FROM Tag WHERE lft >= $1 AND lft <= $2;
DO UPDATE Tag SET lft = lft-$3 WHERE lft>$2;
DO UPDATE Tag SET rgt = rgt-$3 WHERE rgt>$2;
END
--
-- updateTag
--
TRANSACTION updateTag -- (id, name, normalizedName, description)
BEGIN
DO UPDATE Tag SET name = $(name), normalizedName = $(normalizedName), description = $(description) WHERE ID = $(id);
END
--
-- selectTag :Get the tag
-- selectTagByNormalizedName :Get the tag by name
-- selectTagList :Get a list of categories
--
TRANSACTION selectTag -- (id)
BEGIN
INTO . DO NONEMPTY UNIQUE SELECT ID AS id,parentID AS "parentID",name,normalizedName AS "normalizedName",description FROM Tag WHERE ID = $(id);
END
TRANSACTION selectTagByNormalizedName -- (normalizedName)
BEGIN
INTO . DO NONEMPTY UNIQUE SELECT ID AS id,parentID AS "parentID",name,normalizedName AS "normalizedName",description FROM Tag WHERE normalizedName = $(normalizedName);
END
TRANSACTION selectTagSet -- (/tag/id)
BEGIN
FOREACH /tag INTO tag DO NONEMPTY UNIQUE SELECT ID AS id,name,normalizedName AS "normalizedName",description FROM Tag WHERE ID = $(id) ORDER BY ID;
END
--
-- selectTopTag :Get the parents of a tag
--
TRANSACTION selectTopTag -- (id)
BEGIN
INTO node DO SELECT P2.ID AS "ID",P2.parentID AS "parentID",P2.name,P2.normalizedName AS "normalizedName",P2.description FROM Tag AS P1, Tag AS P2 WHERE P1.lft > P2.lft AND P1.lft < P2.rgt AND P1.ID = $(id) ORDER BY P2.ID;
END
--
-- selectSubTag :Get the tag
--
TRANSACTION selectSubTag -- (id)
BEGIN
INTO node DO SELECT P1.ID AS "ID",P1.parentID AS "parentID",P1.name,P1.normalizedName AS "normalizedName",P1.description FROM Tag AS P1, Tag AS P2 WHERE P1.lft BETWEEN P2.lft AND P2.rgt AND P2.ID = $(id) ORDER BY P1.ID;
END
TRANSACTION selectPictureList
RESULT INTO list
BEGIN
INTO picture DO
SELECT Picture.ID AS "id", thumbnail, caption, info, width, height,
coalesce( group_concat( Tag.name ), '' ) as tags,
3*length(image)/4+2 as size
FROM Picture
LEFT JOIN PictureTag
ON PictureTag.pictureID = Picture.ID
LEFT JOIN Tag
ON PictureTag.tagID = Tag.ID
WHERE coalesce( Tag.normalizedName, '' ) like $(search)
GROUP BY Picture.ID, Picture.thumbnail, Picture.caption, Picture.info,
Picture.width, Picture.height, Picture.image;
END
TRANSACTION selectPicture -- (/picture/id)
BEGIN
INTO picture DO UNIQUE
SELECT Picture.ID AS "id", image, caption, info, width, height,
coalesce( group_concat( distinct Tag.name ), '' ) as tags,
3*length(image)/4+2 as size,
coalesce( group_concat( distinct Category.name ), '' ) as used_categories,
coalesce( group_concat( distinct Feature.name ), '' ) as used_features
FROM Picture
LEFT JOIN PictureTag
ON PictureTag.pictureID = Picture.ID
LEFT JOIN Tag
ON PictureTag.tagID = Tag.ID
LEFT JOIN CategoryPicture
ON CategoryPicture.pictureID = Picture.ID
LEFT JOIN Category
ON CategoryPicture.categoryID = Category.ID
LEFT JOIN FeaturePicture
ON FeaturePicture.pictureID = Picture.ID
LEFT JOIN Feature
ON FeaturePicture.featureID = Feature.ID
WHERE Picture.ID = $(id)
GROUP BY Picture.ID, Picture.image, Picture.caption, Picture.info,
Picture.width, Picture.height;
-- HACK from here, see wrapper element in LUA code, no other solution found..
INTO tagwrap DO
select Tag.ID AS "id", name as tag
FROM Tag
LEFT JOIN PictureTag
ON PictureTag.tagID = Tag.ID
LEFT JOIN Picture
ON PictureTag.pictureID = Picture.ID
WHERE Picture.ID = $(id);
END
TRANSACTION updatePicture -- (picture/id, picture/caption, picture/info, picture/image, picture/width, picture/height, picture/thumbnail)
BEGIN
FOREACH picture DO UPDATE Picture SET
caption = $(caption), info = $(info), image = $(image),
width = $(width), height = $(height), thumbnail = $(thumbnail)
WHERE ID = $(id);
FOREACH picture DO DELETE FROM PictureTag WHERE pictureID = $(id);
FOREACH picture/tags DO INSERT INTO PictureTag( pictureID, tagID ) VALUES( $(/picture/id), $(id) );
END
TRANSACTION addPicture -- (picture/caption, picture/info, picture/image, picture/width, picture/height, picture/thumbnail)
BEGIN
FOREACH picture DO INSERT INTO Picture( caption, info, image, width, height, thumbnail )
VALUES ($(caption), $(info), $(image), $(width), $(height), $(thumbnail) );
DO NONEMPTY UNIQUE getLastPictureID( );
FOREACH picture/tags DO INSERT INTO PictureTag( pictureID, tagID ) VALUES( $1, $(id) );
END
TRANSACTION deletePicture -- (id)
BEGIN
DO DELETE FROM PictureTag WHERE PictureID = $(id);
DO DELETE FROM Picture WHERE ID = $(id);
END
**outputfile:DBDUMP
**file: transaction_configurator.lua
local function content_value( itr)
local rt = nil
for v,t in itr do
if v and not t then
rt = v
end
end
return rt
end
local function pictures_value( pictures, itr )
if pictures == nil then
pictures = { ["picture"] = { } }
end
for v,t in itr do
if( t == "id") then
table.insert( pictures[ "picture" ], { ["id"] = v } )
end
end
return pictures
end
local function insert_itr( tablename, parentID, itr)
local id = 1
local name = nil
local nname = nil
local description = nil
local pictures = nil
for v,t in itr do
if (t == "name") then
if v then
name = v
else
name = content_value( scope(itr))
end
nname = normalizer("name")( name)
elseif (t == "description") then
if v then
description = v
else
description = content_value( scope(itr))
end
elseif (t == "picture") then
pictures = pictures_value( pictures, scope( itr))
elseif (t == "node") then
if name then
id = formfunction( "add" .. tablename)( {name=name, normalizedName=nname, description=description, parentID=parentID, pictures=pictures} ):table().ID
name = nil
description = nil
end
insert_itr( tablename, id, scope( itr))
end
end
if name then
id = formfunction( "add" .. tablename)( {name=name, normalizedName=nname, description=description, parentID=parentID, pictures=pictures} ):table().ID
end
return id
end
local function insert_topnode( tablename, name, description, pictures, parentID)
local nname = normalizer("name")( name)
if not parentID then
parentID = 1
end
local id = formfunction( "add" .. tablename)( {normalizedName=nname, name=name, description=description, parentID=parentID, pictures=pictures} ):table().ID
return id
end
local function insert_tree_topnode( tablename, itr)
local parentID = nil
local id = 1
local name = nil
local description = nil
local pictures = nil
for v,t in itr do
if (t == "parentID") then
parentID = tonumber( v)
elseif (t == "name") then
if v then
name = v
else
name = content_value( scope(itr))
end
elseif (t == "description") then
if v then
description = v
else
description = content_value( scope(itr))
end
elseif (t == "picture") then
pictures = pictures_value( pictures, scope( itr))
elseif (t == "node") then
if name then
id = insert_topnode( tablename, name, description, pictures, parentID)
name = nil
description = nil
end
insert_itr( tablename, id, scope( itr))
end
end
if name then
insert_topnode( tablename, name, description, pictures, parentID)
end
end
local function get_tree( tablename, parentID)
local t = formfunction( "selectSub" .. tablename)( {id=parentID} ):table()["node"] or {}
local a = {}
for i,v in pairs( t) do
table.insert( a, tonumber( v.ID), { name=v.name, description=v.description, pictures=v.pictures, parentID=tonumber(v.parentID), children = {} } )
end
for i,v in pairs( a) do
if i ~= parentID and v.parentID then
table.insert( a[ v.parentID ].children, i )
end
end
return a
end
local function print_tree( tree, tagname, nodeid, indent)
if (indent ~= "") then
output:print( "\n" .. indent)
end
output:opentag( "tree" )
if tree[ nodeid ] then
output:opentag( "item" )
output:print( nodeid, "id")
output:print( "\n" .. indent .. "\t")
output:opentag( tagname)
output:print( tree[ nodeid ].name )
output:closetag( )
if tree[ nodeid ].description then
output:print( "\n" .. indent .. "\t")
output:opentag( "description" )
output:print( tree[ nodeid ].description )
output:closetag( )
end
local n = 0
for i,v in pairs( tree[ nodeid].children) do
print_tree( tree, tagname, v, indent .. "\t")
n = n + 1
end
if n > 0 then
output:print( "\n" .. indent)
end
output:closetag( )
end
output:closetag()
end
local function select_tree( tablename, tagname, itr)
filter().empty = false
for v,t in itr do
if t == "id" then
local id = tonumber( v)
print_tree( get_tree( tablename, id), tagname, id, "")
end
end
end
local function select_node( tablename, elementname, itr)
filter().empty = false
for v,t in itr do
if t == "id" then
output:opentag( elementname)
local r = formfunction( "select" .. tablename)( {id=v} )
local f = form( tablename)
f:fill( r:get())
output:print( f:get())
output:closetag( )
end
end
end
local function edit_node( tablename, itr)
local name = nil
local nname = nil
local description = nil
local pictures = nil
local id = nil
for v,t in itr do
if( t == "id" ) then
id = v
elseif t == "name" then
if v then
name = v
else
name = content_value( scope(itr))
end
nname = normalizer("name")( name)
elseif t == "description" then
if v then
description = v
else
description = content_value( scope(itr))
end
elseif( t == "picture" ) then
pictures = pictures_value( pictures, scope( itr))
end
end
formfunction( "update" .. tablename)( {normalizedName=nname, name=name, description=description, id=id, pictures=pictures} )
end
local function delete_node( tablename, itr)
local id = nil
for v,t in itr do
if t == "id" then
id = v
end
end
formfunction( "delete" .. tablename)( {id=id} )
end
local function create_node( tablename, itr)
local name = nil
local parentID = nil
local description = nil
local pictures = nil
for v,t in itr do
if t == "parentID" then
parentID = v
elseif t == "name" then
if v then
name = v
else
name = content_value( scope(itr))
end
nname = normalizer("name")( name)
elseif t == "description" then
if v then
description = v
else
description = content_value( scope(itr))
end
elseif t == "picture" then
pictures = pictures_value( pictures, scope( itr))
end
end
insert_topnode( tablename, name, description, pictures, parentID)
end
local function add_tree( tablename, itr)
filter().empty = false
for v,t in itr do
if t == "node" then
insert_tree_topnode( tablename, scope( itr))
end
end
end
function CategoryHierarchyRequest()
output:as( {root='tree', system='CategoryHierarchy.simpleform'})
select_tree( "Category", "category", input:get())
end
function FeatureHierarchyRequest()
output:as( {root='tree', system='FeatureHierarchy.simpleform'})
select_tree( "Feature", "feature", input:get())
end
function TagHierarchyRequest()
output:as( {root='tree', system='TagHierarchy.simpleform'})
select_tree( "Tag", "tag", input:get())
end
function pushCategoryHierarchy()
add_tree( "Category", input:get())
end
function pushFeatureHierarchy()
add_tree( "Feature", input:get())
end
function pushTagHierarchy()
add_tree( "Tag", input:get())
end
function CategoryRequest()
output:as( {root='category', system='Category.simpleform'})
select_node( "Category", "category", input:get())
end
function FeatureRequest()
output:as( {root='feature', system='Feature.simpleform'})
select_node( "Feature", "feature", input:get())
end
function TagRequest()
output:as( {root='tag', system='Tag.simpleform'})
select_node( "Tag", "tag", input:get())
end
function editCategory()
edit_node( "Category", input:get())
end
function editFeature()
edit_node( "Feature", input:get())
end
function editTag()
edit_node( "Tag", input:get())
end
function deleteCategory()
delete_node( "Category", input:get())
end
function deleteFeature()
delete_node( "Feature", input:get())
end
function deleteTag()
delete_node( "Tag", input:get())
end
function createCategory()
create_node( "Category", input:get())
end
function createFeature()
create_node( "Feature", input:get())
end
function createTag()
create_node( "Tag", input:get())
end
-- manufacturers
function ManufacturerListRequest( )
output:as( {root='list', system='manufacturerList.simpleform'})
local t = formfunction( "selectManufacturerList" )( {} )
local f = form( "ManufacturerList" )
f:fill( t:get( ) )
output:print( f:get( ) )
end
function createManufacturer( )
local manufacturer = input:table( )["manufacturer"]
if manufacturer["picture"] then
manufacturer["logo"] = manufacturer["picture"]["id"]
end
if manufacturer["name"] then
manufacturer["normalizedName"] = normalizer( "name" )( manufacturer["name"] )
end
formfunction( "addManufacturer" )( manufacturer )
end
function editManufacturer( )
local manufacturer = input:table( )["manufacturer"]
if manufacturer["picture"] then
manufacturer["logo"] = manufacturer["picture"]["id"]
end
if manufacturer["name"] then
manufacturer["normalizedName"] = normalizer( "name" )( manufacturer["name"] )
end
formfunction( "updateManufacturer" )( manufacturer )
end
function deleteManufacturer( )
formfunction( "deleteManufacturer" )( { id = input:table( )["manufacturer"]["id"] } )
end
function ManufacturerRequest( )
local t = formfunction( "selectManufacturer" )( { id = input:table( )["manufacturer"]["id"] } )
local f = form( "Manufacturer" )
f:fill( t:get( ) )
output:print( f:get( ) )
end
-- components
function ComponentListRequest( )
output:as( {root='list', system='componentList.simpleform'})
local t = formfunction( "selectComponentList" )( {} )
local f = form( "ComponentList" )
f:fill( t:get( ) )
output:print( f:get( ) )
end
function createComponent( )
local component = input:table( )["component"]
if component["category"] then
component["categoryID"] = component["category"]["id"]
end
if component["manufacturer"] then
component["manufacturerID"] = component["manufacturer"]["id"]
end
if component["name"] then
component["normalizedName"] = normalizer( "name" )( component["name"] )
end
formfunction( "addComponent" )( component )
end
function editComponent( )
local component = input:table( )["component"]
if component["category"] then
component["categoryID"] = component["category"]["id"]
end
if component["manufacturer"] then
component["manufacturerID"] = component["manufacturer"]["id"]
end
if component["name"] then
component["normalizedName"] = normalizer( "name" )( component["name"] )
end
formfunction( "updateComponent" )( component )
end
function deleteComponent( )
formfunction( "deleteComponent" )( { id = input:table( )["component"]["id"] } )
end
function ComponentRequest( )
local t = formfunction( "selectComponent" )( { id = input:table( )["component"]["id"] } )
local f = form( "Component" )
f:fill( t:get( ) )
output:print( f:get( ) )
end
-- category/features associations
function createCategoryFeature( )
local categoryFeature = input:table( )["CategoryFeature"]
formfunction( "addCategoryFeature" )( categoryFeature )
end
function deleteCategoryFeature( )
local categoryFeature = input:table( )["CategoryFeature"]
formfunction( "deleteCategoryFeature" )( categoryFeature )
end
function CategoryFeatureRequest( )
local categoryFeature = input:table( )["CategoryFeature"]
local t = formfunction( "selectCategoryFeature" )( {
category_id = categoryFeature["category_id"],
feature_id = categoryFeature["feature_id"]
} )
local f = form( "CategoryFeature" )
f:fill( t:get( ) )
output:print( f:get( ) )
end
function CategoryFeatureListRequest( )
local categoryFeature = input:table( )["CategoryFeature"]
local t = formfunction( "selectCategoryFeatureList" )( {
category_id = categoryFeature["category_id"]
} )
local f = form( "CategoryFeatureList" )
f:fill( t:get( ) )
output:print( f:get( ) )
end
-- pictures
function PictureListRequest( )
output:as( {root='list', system='PictureList.simpleform'})
filter().empty = false
local search = nil
for v,t in input:get( ) do
if t == "search" then
search = "%" .. normalizer( "name" )( v ) .. "%"
end
end
if search == nil then
search = "%%"
end
local t = formfunction( "selectPictureList" )( { search = search } )
local f = form( "Picture" )
f:fill( t:get( ) )
output:print( f:get( ) )
end
function PictureRequest( )
output:as( {root='dummy', system='Picture.simpleform'})
filter().empty = false
local id = nil
for v,t in input:get( ) do
if t == "id" then
id = v
end
end
local t = formfunction( "selectPicture" )( { id = id } )
local f = form( "Picture" )
f:fill( t:get( ) )
-- hack again, can't get the right subtags in TDL..
output:opentag( "dummy" )
output:print( f:get( ) )
output:closetag( )
end
local function transform_picture( itr )
-- should be a form transformation, not lua code :-)
local picture = {}
picture["tags"] = {}
local intag = false
local intagwrap = false
local inid = false
for v,t in itr do
if( not v and t ) then
-- begin tag
if( t == "tagwrap" ) then
intagwrap = true
elseif( t == "tag" ) then
intag = true
elseif( t == "caption" or t == "info" or t == "image" ) then
picture[ t] = content_value( scope( itr))
end
elseif( v and t ) then
-- attribute
inid = true
if ( ( t == "id" ) and not intagwrap and not intag ) then
picture[ t] = v
elseif( t == "id" and intag and intagwrap ) then
table.insert( picture["tags"], { ["id"] = v } )
end
elseif( not v and not t ) then
-- end tag
if( inid ) then
inid = false
elseif( intag and intagwrap ) then
intag = false
elseif( intagwrap ) then
intagwrap = false
end
else
-- dummy content
end
end
info = formfunction( "imageInfo" )( { [ "data"] = picture["image"] } ):table( )
picture["width"] = info.width
picture["height"] = info.height
thumb = formfunction( "imageThumb" )( { [ "image" ] = { [ "data" ] = picture["image"] }, [ "size" ] = 50 } ):table( )
picture["thumbnail"] = thumb.data
return picture
end
local function delete_picture( itr)
local id = nil
for v,t in itr do
if t == "id" then
id = v
end
end
formfunction( "deletePicture" )( { id = id } )
end
local function update_picture( itr)
local picture = transform_picture( itr)
formfunction( "updatePicture" )( { picture = picture } )
end
local function create_picture( itr)
local picture = transform_picture( itr)
formfunction( "addPicture" )( { picture = picture } )
end
function editPicture( )
update_picture( input:get())
end
function createPicture( )
create_picture( input:get())
end
function deletePicture( )
delete_picture( input:get())
end
local function create_manufacturer(itr)
local manufacturerform = form("Manufacturer");
manufacturerform:fill(itr)
local manufacturer = manufacturerform:table()["manufacturer"]
manufacturer["normalizedName"] = normalizer( "name" )( manufacturer["name"] )
manufacturer["logo"] = manufacturer["picture"]["id"]
formfunction( "addManufacturer" )( manufacturer )
end
function run()
filter().empty = false
output:as( {root='result', system='test.simpleform'})
output:opentag("result")
local itr = input:get()
for v,t in itr do
if (t == "pushCategoryHierarchy") then
add_tree( "Category", scope(itr))
elseif (t == "pushFeatureHierarchy") then
add_tree( "Feature", scope(itr))
elseif (t == "pushTagHierarchy") then
add_tree( "Tag", scope(itr))
elseif (t == "CategoryHierarchyRequest") then
select_tree( "Category", "category", scope(itr))
elseif (t == "FeatureHierarchyRequest") then
select_tree( "Feature", "feature", scope(itr))
elseif (t == "TagHierarchyRequest") then
select_tree( "Tag", "tag", scope(itr))
elseif (t == "editCategory") then
edit_node( "Category", scope(itr))
elseif (t == "editFeature") then
edit_node( "Feature", scope(itr))
elseif (t == "editTag") then
edit_node( "Tag", scope(itr))
elseif (t == "deleteCategory") then
delete_node( "Category", scope(itr))
elseif (t == "deleteFeature") then
delete_node( "Feature", scope(itr))
elseif (t == "deleteTag") then
delete_node( "Tag", scope(itr))
elseif (t == "createCategory") then
create_node( "Category", scope(itr))
elseif (t == "createFeature") then
create_node( "Feature", scope(itr))
elseif (t == "createTag") then
create_node( "Tag", scope(itr))
elseif (t == "CategoryRequest") then
select_node( "Category", "category", scope(itr))
elseif (t == "FeatureRequest") then
select_node( "Feature", "feature", scope(itr))
elseif (t == "TagRequest") then
select_node( "Tag", "tag", scope(itr))
elseif (t == "createPicture") then
create_picture(scope(itr))
elseif (t == "editPicture") then
update_picture(scope(itr))
elseif (t == "deletePicture") then
delete_picture( scope(itr))
elseif (t == "createManufacturer") then
create_manufacturer( scope(itr))
end
end
output:closetag()
end
**output
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE result SYSTEM "test.simpleform"><result><tree><item id="1">
<category>_ROOT_</category>
<description>Categories tree root</description>
<tree><item id="2">
<category>Minicomputer</category>
<tree><item id="3">
<category>Superminicomputer</category></item></tree>
<tree><item id="4">
<category>Minicluster</category></item></tree>
<tree><item id="5">
<category>Server (Minicomputer)</category></item></tree>
<tree><item id="6">
<category>Workstation (Minicomputer)</category></item></tree>
</item></tree>
<tree><item id="7">
<category>Microcomputer</category>
<tree><item id="8">
<category>Tower PC</category></item></tree>
<tree><item id="9">
<category>Mid-Tower PC</category></item></tree>
<tree><item id="10">
<category>Mini-Tower PC</category></item></tree>
<tree><item id="11">
<category>Server (Microcomputer)</category></item></tree>
<tree><item id="12">
<category>Workstation (Microcomputer)</category></item></tree>
<tree><item id="13">
<category>Personal computer</category></item></tree>
<tree><item id="14">
<category>Desktop computer</category></item></tree>
<tree><item id="15">
<category>Home computer</category></item></tree>
</item></tree>
<tree><item id="16">
<category>Mobile</category>
<tree><item id="17">
<category>Desknote</category></item></tree>
<tree><item id="18">
<category>Laptop</category>
<tree><item id="19">
<category>Notebook</category>
<tree><item id="20">
<category>Subnotebook</category></item></tree>
</item></tree>
<tree><item id="21">
<category>Tablet personal computer</category></item></tree>
<tree><item id="22">
<category>slabtop computer</category>
<tree><item id="23">
<category>Word-processing keyboard</category></item></tree>
<tree><item id="24">
<category>TRS-80 Model 100</category></item></tree>
</item></tree>
<tree><item id="25">
<category>Handheld computer</category>
<tree><item id="26">
<category>Ultra-mobile personal computer</category></item></tree>
<tree><item id="27">
<category>Personal digital assistant</category>
<tree><item id="28">
<category>HandheldPC</category></item></tree>
<tree><item id="29">
<category>Palmtop computer</category></item></tree>
<tree><item id="30">
<category>Pocket personal computer</category></item></tree>
</item></tree>
<tree><item id="31">
<category>Electronic organizer</category></item></tree>
<tree><item id="32">
<category>Pocket computer</category></item></tree>
<tree><item id="33">
<category>Calculator</category>
<tree><item id="34">
<category>Graphing calculator</category></item></tree>
<tree><item id="35">
<category>Scientific calculator</category></item></tree>
<tree><item id="36">
<category>Programmable calculator</category></item></tree>
<tree><item id="37">
<category>Financial Calculator</category></item></tree>
</item></tree>
<tree><item id="38">
<category>Handheld game console</category></item></tree>
<tree><item id="39">
<category>Portable media player</category></item></tree>
<tree><item id="40">
<category>Portable data terminal</category></item></tree>
<tree><item id="41">
<category>Information appliance</category>
<tree><item id="43">
<category>Smartphone</category></item></tree>
</item></tree>
</item></tree>
<tree><item id="44">
<category>Wearable computer</category></item></tree>
</item></tree>
<tree><item id="45">
<category>Single board computer</category></item></tree>
<tree><item id="46">
<category>Wireless sensor network component</category></item></tree>
<tree><item id="47">
<category>Plug computer</category></item></tree>
<tree><item id="48">
<category>Microcontroller</category></item></tree>
<tree><item id="49">
<category>Smartdust</category></item></tree>
<tree><item id="50">
<category>Nanocomputer</category></item></tree>
</item></tree>
</item></tree><tree><item id="43">
<category>Smartphone</category></item></tree><tree><item id="33">
<category>Calculator</category>
<tree><item id="35">
<category>Scientific calculator</category></item></tree>
<tree><item id="36">
<category>Programmable calculator</category></item></tree>
<tree><item id="37">
<category>Financial Calculator</category></item></tree>
<tree><item id="34">
<category>Graphing calculator</category></item></tree>
</item></tree><tree><item id="16">
<category>Mobile</category>
<tree><item id="17">
<category>Desknote</category></item></tree>
<tree><item id="18">
<category>Laptop</category>
<tree><item id="19">
<category>Notebook</category>
<tree><item id="20">
<category>Subnotebook</category></item></tree>
</item></tree>
<tree><item id="21">
<category>Tablet personal computer</category></item></tree>
<tree><item id="22">
<category>slabtop computer</category>
<tree><item id="23">
<category>Word-processing keyboard</category></item></tree>
<tree><item id="24">
<category>TRS-80 Model 100</category></item></tree>
</item></tree>
<tree><item id="25">
<category>Handheld computer</category>
<tree><item id="26">
<category>Ultra-mobile personal computer</category></item></tree>
<tree><item id="27">
<category>Personal digital assistant</category>
<tree><item id="28">
<category>HandheldPC</category></item></tree>
<tree><item id="29">
<category>Palmtop computer</category></item></tree>
<tree><item id="30">
<category>Pocket personal computer</category></item></tree>
</item></tree>
<tree><item id="31">
<category>Electronic organizer</category></item></tree>
<tree><item id="32">
<category>Pocket computer</category></item></tree>
<tree><item id="33">
<category>Calculator</category>
<tree><item id="34">
<category>Graphing calculator</category></item></tree>
<tree><item id="35">
<category>Scientific calculator</category></item></tree>
<tree><item id="36">
<category>Programmable calculator</category></item></tree>
<tree><item id="37">
<category>Financial Calculator</category></item></tree>
</item></tree>
<tree><item id="38">
<category>Handheld game console</category></item></tree>
<tree><item id="39">
<category>Portable media player</category></item></tree>
<tree><item id="40">
<category>Portable data terminal</category></item></tree>
<tree><item id="41">
<category>Information appliance</category>
<tree><item id="43">
<category>Smartphone</category></item></tree>
</item></tree>
</item></tree>
<tree><item id="44">
<category>Wearable computer</category></item></tree>
</item></tree>
<tree><item id="45">
<category>Single board computer</category></item></tree>
<tree><item id="46">
<category>Wireless sensor network component</category></item></tree>
<tree><item id="47">
<category>Plug computer</category></item></tree>
<tree><item id="48">
<category>Microcontroller</category></item></tree>
<tree><item id="49">
<category>Smartdust</category></item></tree>
<tree><item id="50">
<category>Nanocomputer</category></item></tree>
</item></tree><category id="52" parentID="46"><name>WNC child</name><normalizedName>wnc child</normalizedName><picture id="1"/></category><category id="52" parentID="46"><name>WNC child Y</name><normalizedName>wnc child y</normalizedName><picture id="3"/></category><category id="54" parentID="46"><name>WNC child 3</name><normalizedName>wnc child 3</normalizedName><picture id="1"/></category><category id="46" parentID="16"><name>Wireless network component</name><normalizedName>wireless network component</normalizedName></category><tree><item id="1">
<category>_ROOT_</category>
<description>Categories tree root</description>
<tree><item id="2">
<category>Minicomputer</category>
<tree><item id="3">
<category>Superminicomputer</category></item></tree>
<tree><item id="4">
<category>Minicluster</category></item></tree>
<tree><item id="5">
<category>Server (Minicomputer)</category></item></tree>
<tree><item id="6">
<category>Workstation (Minicomputer)</category></item></tree>
</item></tree>
<tree><item id="7">
<category>Microcomputer</category>
<tree><item id="8">
<category>Tower PC</category></item></tree>
<tree><item id="9">
<category>Mid-Tower PC</category></item></tree>
<tree><item id="10">
<category>Mini-Tower PC</category></item></tree>
<tree><item id="11">
<category>Server (Microcomputer)</category></item></tree>
<tree><item id="12">
<category>Workstation (Microcomputer)</category></item></tree>
<tree><item id="13">
<category>Personal computer</category></item></tree>
<tree><item id="14">
<category>Desktop computer</category></item></tree>
<tree><item id="15">
<category>Home computer</category></item></tree>
<tree><item id="51">
<category>Device from outer space</category></item></tree>
</item></tree>
<tree><item id="16">
<category>Mobile</category>
<tree><item id="17">
<category>Desknote</category></item></tree>
<tree><item id="18">
<category>Laptop</category>
<tree><item id="19">
<category>Notebook</category>
<tree><item id="20">
<category>Subnotebook</category></item></tree>
</item></tree>
<tree><item id="21">
<category>Tablet personal computer</category></item></tree>
<tree><item id="44">
<category>Wearable computer</category></item></tree>
</item></tree>
<tree><item id="45">
<category>Single board computer</category></item></tree>
<tree><item id="47">
<category>Plug computer</category></item></tree>
<tree><item id="49">
<category>Smartdust</category></item></tree>
<tree><item id="46">
<category>Wireless network component</category>
<tree><item id="53">
<category>WNC child 2</category></item></tree>
<tree><item id="52">
<category>WNC child Y</category></item></tree>
<tree><item id="54">
<category>WNC child 3</category></item></tree>
</item></tree>
<tree><item id="48">
<category>Microcontroller</category></item></tree>
<tree><item id="50">
<category>Nanocomputer</category></item></tree>
</item></tree>
</item></tree><tree><item id="1">
<feature>_ROOT_</feature>
<description>Features tree root</description>
<tree><item id="2">
<feature>Color</feature>
<tree><item id="3">
<feature>green</feature></item></tree>
<tree><item id="4">
<feature>blue</feature></item></tree>
<tree><item id="5">
<feature>gray</feature></item></tree>
<tree><item id="6">
<feature>red</feature></item></tree>
</item></tree>
<tree><item id="7">
<feature>Size</feature>
<tree><item id="8">
<feature>big</feature></item></tree>
<tree><item id="9">
<feature>small</feature></item></tree>
<tree><item id="10">
<feature>tiny</feature></item></tree>
<tree><item id="11">
<feature>pocket size</feature></item></tree>
</item></tree>
<tree><item id="12">
<feature>Noise</feature>
<tree><item id="13">
<feature>loud</feature></item></tree>
<tree><item id="14">
<feature>silent</feature></item></tree>
</item></tree>
</item></tree><tree><item id="7">
<feature>Size</feature>
<tree><item id="10">
<feature>tiny</feature></item></tree>
<tree><item id="9">
<feature>small</feature></item></tree>
<tree><item id="11">
<feature>pocket size</feature></item></tree>
<tree><item id="8">
<feature>big</feature></item></tree>
</item></tree><tree><item id="1">
<feature>_ROOT_</feature>
<description>Features tree root</description>
<tree><item id="2">
<feature>Color</feature>
<tree><item id="3">
<feature>green</feature></item></tree>
<tree><item id="4">
<feature>blue</feature></item></tree>
<tree><item id="5">
<feature>gray</feature></item></tree>
<tree><item id="6">
<feature>pink</feature></item></tree>
<tree><item id="18">
<feature>yellow</feature></item></tree>
</item></tree>
<tree><item id="7">
<feature>Size</feature>
<tree><item id="8">
<feature>big</feature></item></tree>
<tree><item id="9">
<feature>small</feature></item></tree>
<tree><item id="10">
<feature>tiny</feature></item></tree>
<tree><item id="11">
<feature>pocket size</feature></item></tree>
</item></tree>
<tree><item id="12">
<feature>Noise</feature>
<tree><item id="13">
<feature>loud</feature></item></tree>
<tree><item id="14">
<feature>silent</feature></item></tree>
<tree><item id="16">
<feature>mumling</feature></item></tree>
</item></tree>
<tree><item id="17">
<feature>Space</feature></item></tree>
</item></tree><tree><item id="1">
<tag>_ROOT_</tag>
<description>Tags tree root</description>
<tree><item id="2">
<tag>Tag1</tag>
<tree><item id="3">
<tag>Tag1.1</tag></item></tree>
<tree><item id="4">
<tag>Tag1.2</tag></item></tree>
<tree><item id="5">
<tag>Tag1.3</tag></item></tree>
<tree><item id="6">
<tag>Tag1.4</tag></item></tree>
</item></tree>
<tree><item id="7">
<tag>Tag2</tag>
<tree><item id="8">
<tag>Tag2.1</tag></item></tree>
<tree><item id="9">
<tag>Tag2.2</tag></item></tree>
<tree><item id="11">
<tag>Tag2.4</tag></item></tree>
</item></tree>
<tree><item id="12">
<tag>Tag3</tag>
<tree><item id="13">
<tag>Tag3.1</tag></item></tree>
<tree><item id="14">
<tag>Tag3.2</tag></item></tree>
<tree><item id="15">
<tag>Tag3.3</tag></item></tree>
<tree><item id="16">
<tag>Tag3.4</tag></item></tree>
</item></tree>
</item></tree><tree><item id="7">
<tag>Tag2</tag>
<tree><item id="9">
<tag>Tag2.2</tag></item></tree>
<tree><item id="8">
<tag>Tag2.1</tag></item></tree>
<tree><item id="11">
<tag>Tag2.4</tag></item></tree>
</item></tree><tree><item id="1">
<tag>_ROOT_</tag>
<description>Tags tree root</description>
<tree><item id="2">
<tag>Tag1</tag>
<tree><item id="3">
<tag>Tag1.1</tag></item></tree>
<tree><item id="4">
<tag>Tag1.2</tag></item></tree>
<tree><item id="5">
<tag>Tag1.3</tag></item></tree>
<tree><item id="6">
<tag>Tag1.4x</tag></item></tree>
<tree><item id="19">
<tag>Tag1.5x</tag></item></tree>
</item></tree>
<tree><item id="7">
<tag>Tag2</tag>
<tree><item id="8">
<tag>Tag2.1</tag></item></tree>
<tree><item id="9">
<tag>Tag2.2</tag></item></tree>
<tree><item id="11">
<tag>Tag2.4</tag></item></tree>
</item></tree>
<tree><item id="12">
<tag>Tag3</tag>
<tree><item id="13">
<tag>Tag3.1</tag></item></tree>
<tree><item id="14">
<tag>Tag3.2</tag></item></tree>
<tree><item id="15">
<tag>Tag3.3</tag></item></tree>
<tree><item id="16">
<tag>Tag3.4</tag></item></tree>
<tree><item id="17">
<tag>Tag3.5x</tag></item></tree>
</item></tree>
<tree><item id="18">
<tag>Tag5</tag></item></tree>
</item></tree></result>
category:
id, parentid, name, normalizedname, description, lft, rgt
'1', NULL, '_ROOT_', '_ROOT_', 'Categories tree root', '1', '64'
'2', '1', 'Minicomputer', 'minicomputer', NULL, '2', '11'
'3', '2', 'Superminicomputer', 'superminicomputer', NULL, '3', '4'
'4', '2', 'Minicluster', 'minicluster', NULL, '5', '6'
'5', '2', 'Server (Minicomputer)', 'server minicomputer', NULL, '7', '8'
'6', '2', 'Workstation (Minicomputer)', 'workstation minicomputer', NULL, '9', '10'
'7', '1', 'Microcomputer', 'microcomputer', NULL, '12', '31'
'8', '7', 'Tower PC', 'tower pc', NULL, '13', '14'
'9', '7', 'Mid-Tower PC', 'mid tower pc', NULL, '15', '16'
'10', '7', 'Mini-Tower PC', 'mini tower pc', NULL, '17', '18'
'11', '7', 'Server (Microcomputer)', 'server microcomputer', NULL, '19', '20'
'12', '7', 'Workstation (Microcomputer)', 'workstation microcomputer', NULL, '21', '22'
'13', '7', 'Personal computer', 'personal computer', NULL, '23', '24'
'14', '7', 'Desktop computer', 'desktop computer', NULL, '25', '26'
'15', '7', 'Home computer', 'home computer', NULL, '27', '28'
'16', '1', 'Mobile', 'mobile', NULL, '32', '63'
'17', '16', 'Desknote', 'desknote', NULL, '33', '34'
'18', '16', 'Laptop', 'laptop', NULL, '35', '44'
'19', '18', 'Notebook', 'notebook', NULL, '36', '39'
'20', '19', 'Subnotebook', 'subnotebook', NULL, '37', '38'
'21', '18', 'Tablet personal computer', 'tablet personal computer', NULL, '40', '41'
'44', '18', 'Wearable computer', 'wearable computer', NULL, '42', '43'
'45', '16', 'Single board computer', 'single board computer', NULL, '45', '46'
'46', '16', 'Wireless network component', 'wireless network component', NULL, '47', '54'
'47', '16', 'Plug computer', 'plug computer', NULL, '55', '56'
'48', '16', 'Microcontroller', 'microcontroller', NULL, '57', '58'
'49', '16', 'Smartdust', 'smartdust', NULL, '59', '60'
'50', '16', 'Nanocomputer', 'nanocomputer', NULL, '61', '62'
'51', '7', 'Device from outer space', 'device from outer space', NULL, '29', '30'
'52', '46', 'WNC child Y', 'wnc child y', NULL, '48', '49'
'53', '46', 'WNC child 2', 'wnc child 2', NULL, '50', '51'
'54', '46', 'WNC child 3', 'wnc child 3', NULL, '52', '53'
categorycheck:
categoryid, rulename, normalizedname
categorypicture:
categoryid, pictureid
'52', '3'
'53', '1'
'54', '1'
categprovides:
categoryid, featureid, minquantity, maxquantity
categrequires:
categoryid, featureid, minquantity, maxquantity
component:
id, code, name, normalizedname, categoryid, manufacturerid, mfgcode, webpage, description, price
componentcheck:
categoryid, rulename
componentpicture:
componentid, pictureid
componentpricehistory:
componentid, price, pricedate, username
componentprovides:
componentid, featureid, minquantity, maxquantity
componentrequires:
componentid, featureid, minquantity, maxquantity
composedconfig:
configid, subconfigid, quantity
configcomponent:
configid, componentid, quantity
configuration:
id, categoryid, name, description, comment
feature:
id, parentid, name, normalizedname, description, lft, rgt
'1', NULL, '_ROOT_', '_ROOT_', 'Features tree root', '1', '34'
'2', '1', 'Color', 'color', NULL, '2', '13'
'3', '2', 'green', 'green', NULL, '3', '4'
'4', '2', 'blue', 'blue', NULL, '5', '6'
'5', '2', 'gray', 'gray', NULL, '7', '8'
'6', '2', 'pink', 'pink', NULL, '9', '10'
'7', '1', 'Size', 'size', NULL, '14', '23'
'8', '7', 'big', 'big', NULL, '15', '16'
'9', '7', 'small', 'small', NULL, '17', '18'
'10', '7', 'tiny', 'tiny', NULL, '19', '20'
'11', '7', 'pocket size', 'pocket size', NULL, '21', '22'
'12', '1', 'Noise', 'noise', NULL, '24', '31'
'13', '12', 'loud', 'loud', NULL, '25', '26'
'14', '12', 'silent', 'silent', NULL, '27', '28'
'16', '12', 'mumling', 'mumling', NULL, '29', '30'
'17', '1', 'Space', 'space', NULL, '32', '33'
'18', '2', 'yellow', 'yellow', NULL, '11', '12'
featurepicture:
featureid, pictureid
manufacturer:
id, name, normalizedname, webpage, logo
picture:
id, caption, info, width, height, image, thumbnail
'1', 'WNC caption X', 'WNC info X', '11', '90', 'WNC image X', 'WNC image X'
'2', 'WNC caption X', 'WNC info X', '11', '90', 'WNC image X', 'WNC image X'
'3', 'WNC caption Z', 'WNC info Z', '11', '90', 'WNC image Z', 'WNC image Z'
picturetag:
pictureid, tagid
'1', NULL
'2', NULL
'3', NULL
recipe:
id, name, normalizedname, description, categoryid, creationdate, comment
recipecontent:
recipeid, categoryid, minquantity, maxquantity, comment
recipepicture:
recipeid, pictureid
tag:
id, parentid, name, normalizedname, description, lft, rgt
'1', NULL, '_ROOT_', '_ROOT_', 'Tags tree root', '1', '36'
'2', '1', 'Tag1', 'tag1', NULL, '2', '13'
'3', '2', 'Tag1.1', 'tag1 1', NULL, '3', '4'
'4', '2', 'Tag1.2', 'tag1 2', NULL, '5', '6'
'5', '2', 'Tag1.3', 'tag1 3', NULL, '7', '8'
'6', '2', 'Tag1.4x', 'tag1 4x', NULL, '9', '10'
'7', '1', 'Tag2', 'tag2', NULL, '14', '21'
'8', '7', 'Tag2.1', 'tag2 1', NULL, '15', '16'
'9', '7', 'Tag2.2', 'tag2 2', NULL, '17', '18'
'11', '7', 'Tag2.4', 'tag2 4', NULL, '19', '20'
'12', '1', 'Tag3', 'tag3', NULL, '22', '33'
'13', '12', 'Tag3.1', 'tag3 1', NULL, '23', '24'
'14', '12', 'Tag3.2', 'tag3 2', NULL, '25', '26'
'15', '12', 'Tag3.3', 'tag3 3', NULL, '27', '28'
'16', '12', 'Tag3.4', 'tag3 4', NULL, '29', '30'
'17', '12', 'Tag3.5x', 'tag3 5x', NULL, '31', '32'
'18', '1', 'Tag5', 'tag5', NULL, '34', '35'
'19', '2', 'Tag1.5x', 'tag1 5x', NULL, '11', '12'
**end
|
8da68a6cfa33176cb3938d6f655551179f1f4bcd
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1883/CH1/EX1.4.5/Example1_13.sce
|
0239c2f3f59b6321d4b527d1b17c9002a0a9ccd9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 447
|
sce
|
Example1_13.sce
|
//chapter-1,Example1_4_5,pg 1-34
Dn_1=0.218 //Diameter of nth ring
Dn_2=0.451 //Diameter of (n+10)th ring
wavelength=5893*10^-8 //wavelength of light
R=90 //Radius of curvature
p=10
u=(4*p*wavelength*R)/(Dn_2^2-Dn_1^2) //Refractive index of liquid
printf('\nRefractive index of liquid is u = %.3f',u)
|
9395450ffca034376d93ee419d94c0fce9ade055
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1367/CH8/EX8.5/8_5.sce
|
b45d09e4437e76f46eb12f4630fafad4d5279676
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 908
|
sce
|
8_5.sce
|
//Calculate ENDURANCE STRESS FROM using various relations
//Ex:8.5
clc;
clear;
close;
p_min=20;//in kN
p_max=50;//in kN
l=500;//in mm
d=60;//in mm
a_u=650;//in MPa
a_y=520;;//in MPa
fos=1.8;//factor of safety
m_max=p_max*l/4;//maximum bending moment in kN mm
m_min=p_min*l/4;//minimum bending moment in kN mm
m_m=(m_max+m_min)/2;//mean bending moment in kN mm
m_a=(m_max-m_min)/2;//alternating bending moment in kN mm
z=3.14*d^3/32;
a_m=(m_m/z)*1000;//mean bending stress in MPa
a_a=(m_a/z)*1000;//alternating bending stress in MPa
a_e1=a_a/((1/fos)-(a_m/a_u)^2*fos);//in MPa
disp(a_e1,"ENDURANCE STRESS FROM Gerbers Parabolic Function (in MPa) = ");
a_e2=a_a/((1/fos)-(a_m/a_u));//in MPa
disp(a_e2,"ENDURANCE STRESS FROM Goodman Straight Line Relation (in MPa) = ")
a_e3=a_a/((1/fos)-(a_m/a_y));//in MPa
disp(a_e3,"ENDURANCE STRESS FROM Soderberg Straight Line Relation (in MPa) = ")
|
3a1a62c9fa49e35f0d25aa57a1b11c7627a0b8be
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1118/CH1/EX1.9/eg1_9.sce
|
39910583ba585db502b655c54ffdaa7d3fd2f4bb
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 743
|
sce
|
eg1_9.sce
|
//to calculate a).max demand on the station b).installed capacity c).energy supplied in a year
clc;
peak_l1=25; //load is in MW
peak_l2=20; //load is in MW
peak_l3=30; //load is in MW
ann_lf=0.6; //load factor is dimentionless
d_f=1.65; //diversity factor is dimentionless
max_dem=(peak_l1 + peak_l2 + peak_l3)/d_f;
printf("\n the maximum demand is: %.2f MW\n ",max_dem); //demand in MW
i_cap=(peak_l1 + peak_l2 + peak_l3); //capacity in MW
printf("\n the installed capacity is: %.2f MW\n ",i_cap);
avg_l=(ann_lf*max_dem);
esp_year=(avg_l)*8760; //energy supplies per year in MWH
printf("\n the energy supplied in a year is: %.2f MWH\n ",esp_year);
|
f277a6b4fb0acc72eccde38873804f6a04f114d8
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/source/2.5/tests/examples/projsl.man.tst
|
4e9b21d7f29fdd75378916d603ee5cafd3f175fc
|
[
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 666
|
tst
|
projsl.man.tst
|
clear;lines(0);
rand('seed',0);sl=ssrand(2,2,5);[A,B,C,D]=abcd(sl);poles=spec(A)
[Q,M]=pbig(A,0,'c'); //keeping unstable poles
slred=projsl(sl,Q,M);spec(slred('A'))
sl('D')=rand(2,2); //making proper system
trzeros(sl) //zeros of sl
wi=inv(sl); //wi=inverse in state-space
[q,m]=psmall(wi('A'),2,'d'); //keeping small zeros (poles of wi) i.e. abs(z)<2
slred2=projsl(sl,q,m);
trzeros(slred2) //zeros of slred2 = small zeros of sl
// Example keeping second order modes
A=diag([-1,-2,-3]);
sl=syslin('c',A,rand(3,2),rand(2,3));[nk2,W]=hankelsv(sl)
[Q,M]=pbig(W,nk2(2)-%eps,'c'); //keeping 2 eigenvalues of W
slr=projsl(sl,Q,M); //reduced model
hankelsv(slr)
|
66d164d799be152dfffff8c1f973f781ff238c15
|
3d76fea8c13ccbbd85a72caff487d44353b3c546
|
/2018-2019/Fall 2018/Object Oriented (Java)/homework1/TestTime.tst
|
952c559ba4d9dddc82a1dd7a0f2663ac913a336c
|
[] |
no_license
|
munoz24/schoolWork
|
7b3c4b77b10d0ff449098052858dbd0470ff2507
|
abfb2203a28005be129f52bed79c38d0f869a49d
|
refs/heads/master
| 2020-04-26T02:10:35.656695
| 2019-03-01T03:33:18
| 2019-03-01T03:33:18
| 173,226,541
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 143
|
tst
|
TestTime.tst
|
1793053674="2018/09/04"
106325153="UTC AD 2018/09/05 14:00:00"
942264642="1.0 min."
1345932452="UTC AD 2018/09/05 13:59:00"
1684156605="14:00"
|
f542e335f86a1dc3ad59c12118cbc5dc2a0ef876
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1514/CH2/EX2.7/ch2_2_7.sce
|
7e0d4cfc16b047887e85fa95480c5a0be4681820
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 414
|
sce
|
ch2_2_7.sce
|
//chapter 2
//example 2.7
//page 49
clear;
clc ;
//given
trr1=10;//in ns for 1N915
trr2=3;//in ns for 1N917
//finding maximum operating frequency for 1N915
fmax1=1/(10*trr1)*10^3;//in MHz
//finding maximum operating frequency for 1N917
fmax2=1/(10*trr2)*10^3;//in MHz
printf('maximum operating frequency for 1N915=%d MHz\n',fmax1);
printf(' maximum operating frequency for 1N917=%d MHz',fmax2);
|
48aa879c44b7796b40cf1b9877bcdd9658da96b5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/226/CH19/EX19.24/example24_sce.sce
|
6763ef38f3ffd72f363706c1dd6bf3344cab1f66
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 203
|
sce
|
example24_sce.sce
|
//chapter 19
//example 19.24
//page 875
printf("\n")
printf("given")
Rf=15*10^3;R1=5.6*10^3;vs=.5;Vp=2.7;Rl=8.0;
Acl=(2*Rf)/R1
Vo=Acl*vs
Po=(Vp)^2 /(2*Rl);
printf("load power dissipation is %3.2fW\n",Po)
|
d835de5c53082a0cf04f1c44f282093dd1cd259f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/48/CH2/EX2.5/eg_2_5.sce
|
a43c42d093151379edb6dd46b1fb87ddf68f0cf6
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,720
|
sce
|
eg_2_5.sce
|
clear;
clc;
//N=input("enter the no of elements in the set :");
//for i=1:1:N
// s(1,i)=input("enter the elements in the set :");
//end;
//n=input("enter the number of pairs in the relation :");
//for j=1:1:n
// for k=1:1:2
// r(j,k)=input("enter the elements in the relation :");
// end
//end
N=2;
s=['a' 'b']; //elements in the set
n=3;
r=['a' 'a';'b' 'b';'a' 'b']; //realtion between the elements in the above set.
ref=zeros(1,N);
for a=1:1:N
for b=1:1:n
if(r(b,1)==s(1,a)&r(b,2)==s(1,a))
ref(1,a)=1;
end
end
end
for i=1:1:N //checking whether above relation is reflexive or not
if(ref(1,i)==1)
disp("the above relation is reflexive with elements ");
disp(s(1,i));
disp(" ");
end
end
sym=zeros(1,(N*N-1)/2);
s(1,N+1)=s(1,1);
for a=1:1:N //checking whether above relation is symmetric or not
for b=1:1:n
if(r(b,1)==s(1,a)&r(b,2)==s(1,a+1))
for d=1:1:n
if(r(d,1)==s(1,a+1)&r(d,2)==s(1,a))
sym(1,a)=1;
disp("the above relation is symmetric for these pairs :");
disp(")",s(1,a+1),s(1,a),"(");
end
end
end
end
end
for a=1:1:n //checking whether it is transtive or not.
u=r(a,1);
v=r(a,2);
for b=a:1:n
if(r(b,1)==v)
w=r(b,2);
for c=b:1:n
if(r(c,1)==w&r(c,2)==u)
disp("satisfies transtitve property");
abort;
end
end
end
end
end
|
364ea8b340f88c77c6e337c19823b0f400a4310d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/257/CH12/EX12.6/eg_12_6.sce
|
3b1294ec37d0e20cda1aa187a977a49b02c5f20d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 52
|
sce
|
eg_12_6.sce
|
s=%s
GH=syslin('c',k/(s*(s+2)*(s+10)))
nyquist(GH)
|
3958c633039808b65324ee9cff44cf044c6aafb6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/683/CH28/EX28.2/WWS_2.sce
|
5938ef4711399bcd2cdc4ba53a50e0e2597cd2d0
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 537
|
sce
|
WWS_2.sce
|
// sum 28-2
clc;
clear;
Z1=1;
Z2=52;
q=10;
m=8;
i=Z2/Z1;
CD=((m*q)+(m*Z2))/2;
lambda=atan(Z1/q);
d=q*m;
da=m*(q+2);
df=m*(q+2-(4.4*cos(lambda)));
pa=m*%pi;
D=m*Z2;
Da=m*(Z2+(4*cos(lambda))-2);
Df=m*(Z2-2-(0.4*cos(lambda)));
// printing data in scilab o/p window
printf(" i is %0.0f ",i);
printf("\n CD is %0.0f mm ",CD);
printf("\n pa is %0.2f mm ",pa);
printf("\n da is %0.0f mm ",da);
printf("\n df is %0.3f mm ",df);
printf("\n Da is %0.3f mm ",Da);
printf("\n Df is %0.3f mm ",Df);
|
63e2e57cf43f21963244725d9d9fc50c4f3beb14
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/browsable_source/2.5/Unix-Windows/scilab-2.5/macros/util/g_round.sci
|
2dbe3753cf297c3c85203552d903744e01bdd1e5
|
[
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 87
|
sci
|
g_round.sci
|
function sp=g_round(a)
// Copyright INRIA
[ij,v,mn]=spget(a)
sp=sparse(ij,round(v),mn)
|
07b2e211bd0343444f205292058b4114dd128a6d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1385/CH11/EX11.1/11_1.sce
|
a25ac4a93d73f4296427160a4edb3423ed38c56c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 504
|
sce
|
11_1.sce
|
clc
//initialisation of variables
T= 25 //C
T1= 75 //C
k= 6.45 //cal per mole per degree
k1= 1.41*10^-3 //cal per mole per degree k^-1
k2= -8.1*10^-8 //cal per mole per degree k^-2
m= 14 //gms
M= 28 //gms
//CALCULATIONS
Cp= k+k1*(273+T)+k2*(273+T)^2
Cp1= k+k1*(273+T1)+k2*(273+T1)^2
cp= (Cp+Cp1)/2
H= (m/M)*cp*(T1-T)
H1= (m/M)*(k*(T1-T)+(k1/2)*((273+T1)^2-(273+T)^2)+(k2/3)*((273+T1)^3-(273+T)^3))
//RESULTS
printf (' Heat required= %.1f cal',H)
printf (' \n value of dH= %.1f cal',H1)
|
8a807de4c091c436c397bf23841ce22cd1e568a3
|
c59576b9f96a7b26dc5bc0d52998ad818380b8cf
|
/test/FM09.prev.tst
|
5d5fe407a42e980e96684e99db9501fb0a13369d
|
[
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] |
permissive
|
gfis/checkdig
|
0588535521d9106a5c777a809e50d64a9204fa3c
|
3570d246efd0d102f1a2652dfe752884b5d346d8
|
refs/heads/master
| 2022-02-14T07:41:43.949901
| 2022-01-28T15:00:07
| 2022-01-28T15:00:07
| 30,117,975
| 1
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 186
|
tst
|
FM09.prev.tst
|
01 072 495 633 !FORM
02 138 097 565 !FORM
01 456 280 934 !FORM
09 736 248 057 !FORM
04 389 217 055 !FORM
03 189 570 460 !FORM
48 954 371 207 ?NOK
55 492 670 836 ?NOK
12 345 678 903 ?NOK
|
adcc6c54ea73c06567692a5d2f7f3a9fe03d799e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3673/CH7/EX7.a.2/Example_a_7_2.sce
|
4fde979a0cb216f89e4bae9ecbbf99f8d0fb4b48
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 926
|
sce
|
Example_a_7_2.sce
|
//Example_a_7_2 page no:270
clc;
Rab=3+(4*%i);
Rabmag=sqrt(real(Rab)^2+imag(Rab)^2);
Rabang=atand(imag(Rab)/real(Rab));
Rbc=%i*4;
Vmag=100;
Vang=-45;
Vreal=Vmag*cosd(Vang);
Vimag=Vmag*sind(Vang);
V=Vreal+(%i*Vimag);
A=[(3+(%i*8)),(-%i*4)
(-%i*4),(%i*2)];
B=[V,
0];
X=inv(A)*B;
X1mag=sqrt(real(X(1))^2+imag(X(1))^2);
X1ang=-atand(imag(X(1))/real(X(1)));
X2mag=sqrt(real(X(2))^2+imag(X(2))^2);
X2ang=atand(imag(X(2))/real(X(2)));
//calculating the voltages across ab
Vabmag=Rabmag*X1mag;
Vabang=Rabang+X1ang;
disp(Vabmag,"the magnitude of voltage across ab is (in V)");
disp(Vabang,"the angle of voltage across ab is (in degree)");
//calculating the voltages across bc
Vbc=(X(2)-X(1))*Rbc;
Vbcmag=sqrt(real(Vbc)^2+imag(Vbc)^2);
Vbcang=atand(imag(Vbc)/real(-Vbc));
disp(Vbcmag,"the magnitude of voltage across bc is (in V)");
disp(Vbcang,"the angle of voltage across bc is (in degree)");
|
2dcf1eb5f45fdab02cd8a1a52f67142a827d13cf
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/833/CH2/EX2.2/Ex2_2.sce
|
e6b124125665d2a48f227610b45c8590a893d515
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 753
|
sce
|
Ex2_2.sce
|
//Caption:Find (a)Efficiency of transformer at half load at 0.8 power factor lagging (b)At what load will the efficiency be maximum and maximum efficiency?
//Exa:2.2
clc;
clear;
close;
P_s=25000//Power supplied(in VA)
V_1=3300//Voltage on primary side(in volts)
V_2=230//Voltage on secondary side(in volts)
f=50//frequency(in hertz)
P_i=300//Iron loss(in watt)
P_c=400//Copper loss(in watt)
pf=0.8//Power factor
Cu=P_c*(0.5^2)//Copper loss on half load
P_o=P_s*0.5*pf//Output of transformer on half load
eff=(P_o)/(P_o+Cu+P_i)*100
disp(eff,'(a)Efficiency of transformer at half load(in %)=')
x=sqrt(P_i/P_c)*20000
disp(x,'(b)Load for maximum efficiency(in watt)=')
eff_max=(x)/(x+P_i+P_i)*100
disp(eff_max,'Maximum efficiency(in%)=')
|
dde9c67772aa033469525061f27d9a90dc905c4c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1760/CH5/EX5.25/EX5_25.sce
|
bf9850709efcdfa3ff60ac387e178647702bd2c2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 429
|
sce
|
EX5_25.sce
|
//EXAMPLE 5-25 PG NO-318-319
I1=4.4-%i*1.012; //Current
I2=I1*[(%i*5)/(3+%i*9)];
Z1=1;
I11=[I2/[10*%i*5]]*[%i*5/10+%i*5];
disp(' Current is in polar form = '+string(I1)+'A');
disp(' Current is in polar form = '+string(I2)+'A');
disp(' Current is in polar form = '+string(I11)+'A');
I12=I1-I11;
disp(' Current is in polar form = '+string(I12)+'A');
|
af8c80dcd7871f00fde5b5ffd8f99f6c3da15093
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/572/CH6/EX6.7/c6_7.sce
|
1be040bb99464c430ece827b7e9ffe3ecefa28b2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,619
|
sce
|
c6_7.sce
|
//(6.7) An inventor claims to have developed a device requiring no energy transfer by work or heat transfer, yet able to produce hot and cold streams of air from a single stream of air at an intermediate temperature. The inventor provides steady-state test data indicating that when air enters at a temperature of 21C and a pressure of 5.1 bars, separate streams of air exit at temperatures of -18C and 79C, respectively, and each at a pressure of 1 bar. Sixty percent of the mass entering the device exits at the lower temperature. Evaluate the inventor’s claim, employing the ideal gas model for air and ignoring changes in the kinetic and potential energies of the streams from inlet to exit.
//solution
//variable initialization
T1 = 294 //entry temperature of air in kelvin
P1 = 5.1 //entry pressure of air in bars
T2 = 352 //exit temperature of hot stream in kelvin
P2 = 1 //exit pressure of hot stream in bars
T3 = 255 //exit temperature of cold stream in kelvin
P3 = 1 //exit pressure of cold stream in bars
cp = 1 //in kj/kg.k
R = 8.314/28.97
se = .4*(cp*log((T2)/(T1))-R*log(P2/P1)) + .6*(cp*log((T3)/(T1))-R*log(P3/P1)) //specific entropy in kj/kg.k
printf('specific entropy in kj/kg.k = %f',se)
printf('\n\nsince se > 0, the claim of the writer is true')
|
72e167fd3902bb3adba7135e10d34220efb23e41
|
b412360a5393e117e74453519c55968117ef7c7e
|
/REGRESSIONTESTS/battle_play.tst
|
203f14a7aaeb54ff3431fe8f8a4a5f0e1c49933e
|
[] |
no_license
|
thomas-maeder/popeye
|
36be3f54f8a7eea15b52a30cf23e455ed6ff44f8
|
732b721df67295b2c6a1c2ca00e87979f39cc0c9
|
refs/heads/develop
| 2023-09-05T13:06:45.846081
| 2023-08-31T02:59:55
| 2023-08-31T02:59:55
| 38,768,803
| 38
| 23
| null | 2023-09-14T18:35:27
| 2015-07-08T17:21:43
|
C
|
UTF-8
|
Scilab
| false
| false
| 54,503
|
tst
|
battle_play.tst
|
#1 - Black in check
+---a---b---c---d---e---f---g---h---+
| |
8 -K . . . . . . . 8
| |
7 . . S . . . . . 7
| |
6 K . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#1 2 + 1
the side to play can capture the king add_to_move_generation_stack: 0
play_move: 0
is_white_king_square_attacked: 0
is_black_king_square_attacked: 1
solution finished.
#1
+---a---b---c---d---e---f---g---h---+
| |
8 -K . . . S . . . 8
| |
7 P . . . . . . . 7
| |
6 K . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#1 3 + 1
1.Se8-c7 # !
add_to_move_generation_stack: 4
play_move: 4
is_white_king_square_attacked: 1
is_black_king_square_attacked: 5
solution finished.
option try in 1movers
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 B . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
zc81 1 + 0
1.Ba6-c8 z !
add_to_move_generation_stack: 7
play_move: 1
is_white_king_square_attacked: 0
is_black_king_square_attacked: 0
solution finished.
#1.5
+---a---b---c---d---e---f---g---h---+
| |
8 -K . . . -S . . . 8
| |
7 P . . . . . . . 7
| |
6 . K . . . . . . 6
| |
5 . . . S . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#2 3 + 2
zugzwang.
1...Se8-c7
2.Sd5*c7 #
1...Se8-d6
2.Sd5-c7 #
1...Se8-f6
2.Sd5-c7 #
1...Se8-g7
2.Sd5-c7 #
add_to_move_generation_stack: 51
play_move: 48
is_white_king_square_attacked: 10
is_black_king_square_attacked: 50
solution finished.
#1.5 incomplete
+---a---b---c---d---e---f---g---h---+
| |
8 -K . . . -S . . . 8
| |
7 P . . . . . . . 7
| |
6 . K . . . . . . 6
| |
5 . . . S . . . -P 5
| |
4 . . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#2 3 + 3
zugzwang.
1...h5-h4
refutes.
1...Se8-c7
2.Sd5*c7 #
1...Se8-d6
2.Sd5-c7 #
1...Se8-f6
2.Sd5-c7 #
1...Se8-g7
2.Sd5-c7 #
add_to_move_generation_stack: 64
play_move: 58
is_white_king_square_attacked: 12
is_black_king_square_attacked: 60
solution finished.
#2 with short solution
+---a---b---c---d---e---f---g---h---+
| |
8 -K . . . S . . . 8
| |
7 P . . . . . . . 7
| |
6 K . . . . . . -P 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#2 3 + 2
1.Ka6-b6 ! threat:
2.Se8-c7 #
1.Se8-c7 # !
add_to_move_generation_stack: 63
play_move: 44
is_white_king_square_attacked: 13
is_black_king_square_attacked: 47
solution finished.
##!2 with tries (1.Ra6/7?) that only fail because the prerequisite
(White has to be mate) is not met
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . -B 8
| |
7 . . . . . . P . 7
| |
6 . . . . . . . . 6
| |
5 R . . . . . . . 5
| |
4 -S -P . . . . . . 4
| |
3 -K P . . . . . . 3
| |
2 P . . . . . . . 2
| |
1 K B . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
##!2 6 + 4
1.Ra5-a8 ! zugzwang.
1...Bh8*g7 +
2.Ra8*a4 ##!
add_to_move_generation_stack: 786
play_move: 567
is_white_king_square_attacked: 490
is_black_king_square_attacked: 107
solution finished.
##!2 with short solution
+---a---b---c---d---e---f---g---h---+
| |
8 . R K . . . . . 8
| |
7 -K . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . -Q -R . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
##!2 2 + 3
1.Kc8-b7 ##! !
add_to_move_generation_stack: 246
play_move: 236
is_white_king_square_attacked: 212
is_black_king_square_attacked: 44
solution finished.
#=2 with short solution
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 K . R . . . . . 3
| |
2 . . . . . . . . 2
| |
1 -K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#=2 2 + 1
1.Rc3-c1 #= !
1.Rc3-b3 #= !
add_to_move_generation_stack: 1649
play_move: 764
is_white_king_square_attacked: 295
is_black_king_square_attacked: 484
solution finished.
#2 with variation
+---a---b---c---d---e---f---g---h---+
| |
8 -K . . . . . . . 8
| |
7 P . -P . . . . . 7
| |
6 . K . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 S . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#2 3 + 2
1.Kb6-a6 ! zugzwang.
1...c7-c5
2.Sa4-b6 #
1...c7-c6
2.Sa4-b6 #
add_to_move_generation_stack: 75
play_move: 57
is_white_king_square_attacked: 19
is_black_king_square_attacked: 60
solution finished.
#2 with setplay
+---a---b---c---d---e---f---g---h---+
| |
8 . -K . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 K . R . . . . . 6
| |
5 . . -P . . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#2 2 + 2
1...Kb8-a8
2.Rc6-c8 #
1.Rc6*c5 ! zugzwang.
1...Kb8-a8
2.Rc5-c8 #
add_to_move_generation_stack: 274
play_move: 160
is_white_king_square_attacked: 46
is_black_king_square_attacked: 162
solution finished.
#2 with setplay, White in check
+---a---b---c---d---e---f---g---h---+
| |
8 . -K . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 K . R . . . . . 6
| |
5 . . -S . . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#2 2 + 2
the side to play can capture the king
1.Rc6*c5 ! zugzwang.
1...Kb8-a8
2.Rc5-c8 #
add_to_move_generation_stack: 108
play_move: 53
is_white_king_square_attacked: 25
is_black_king_square_attacked: 56
solution finished.
#2.5
+---a---b---c---d---e---f---g---h---+
| |
8 -K . . . -S . . . 8
| |
7 P . . . . . . . 7
| |
6 K . -P . S . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . P . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#3 4 + 3
zugzwang.
1...c6-c5
2.c3-c4 zugzwang.
2...Se8-c7 +
3.Se6*c7 #
2...Se8-d6
3.Se6-c7 #
2...Se8-f6
3.Se6-c7 #
2...Se8-g7
3.Se6-c7 #
1...Se8-c7 +
2.Se6*c7 #
1...Se8-d6
2.Se6-c7 #
1...Se8-f6
2.Se6-c7 #
1...Se8-g7
2.Se6-c7 #
add_to_move_generation_stack: 403
play_move: 233
is_white_king_square_attacked: 58
is_black_king_square_attacked: 211
solution finished.
#3 with short setplay
+---a---b---c---d---e---f---g---h---+
| |
8 -K . . . -S . . . 8
| |
7 P . . . . . . . 7
| |
6 K . -P . S . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . -P . . . . . 3
| |
2 . P . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#3 4 + 4
1...Se8-c7 +
2.Se6*c7 #
1...Se8-d6
2.Se6-c7 #
1...Se8-f6
2.Se6-c7 #
1...Se8-g7
2.Se6-c7 #
1.b2*c3 ! zugzwang.
1...c6-c5
2.c3-c4 zugzwang.
2...Se8-c7 +
3.Se6*c7 #
2...Se8-d6
3.Se6-c7 #
2...Se8-f6
3.Se6-c7 #
2...Se8-g7
3.Se6-c7 #
1...Se8-c7 +
2.Se6*c7 #
1...Se8-d6
2.Se6-c7 #
1...Se8-f6
2.Se6-c7 #
1...Se8-g7
2.Se6-c7 #
add_to_move_generation_stack: 3375
play_move: 2379
is_white_king_square_attacked: 1408
is_black_king_square_attacked: 1082
solution finished.
s#0.5
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . R 4
| |
3 -K -P . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s#1 2 + 3
1...b3-b2 #
add_to_move_generation_stack: 21
play_move: 21
is_white_king_square_attacked: 22
is_black_king_square_attacked: 5
solution finished.
s#1
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 -K -P . . . . . R 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s#1 2 + 3
1.Rh3-h4 !
1...b3-b2 #
add_to_move_generation_stack: 106
play_move: 73
is_white_king_square_attacked: 73
is_black_king_square_attacked: 25
solution finished.
s#1 with incomplete set play (not given)
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . -P . . . . . 5
| |
4 . . . . . . . . 4
| |
3 -K -P R . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s#1 2 + 4
1.Rc3-c4 !
1...b3-b2 #
add_to_move_generation_stack: 104
play_move: 71
is_white_king_square_attacked: 69
is_black_king_square_attacked: 29
solution finished.
s#1 with complete set play
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . -P . . . . . 5
| |
4 . . R . . . . . 4
| |
3 -K -P . . . . . P 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s#1 3 + 4
1...b3-b2 #
1.h3-h4 !
1...b3-b2 #
add_to_move_generation_stack: 160
play_move: 123
is_white_king_square_attacked: 124
is_black_king_square_attacked: 38
solution finished.
s#1 with tries
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . R . P . . . 4
| |
3 -K -P . B . . . . 3
| |
2 . . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s#1 4 + 2
1.Ka1-b1 ?
but
1...b3-b2 !
1.Bd3-b1 !
1...b3-b2 #
1.Bd3-f1 ?
but
1...b3-b2 + !
1.Bd3-e2 ?
but
1...b3-b2 + !
1.Rc4-a4 + ?
but
1...Ka3*a4 !
1.Rc4-d4 ?
but
1...b3-b2 + !
1.e4-e5 ?
but
1...b3-b2 + !
add_to_move_generation_stack: 233
play_move: 221
is_white_king_square_attacked: 197
is_black_king_square_attacked: 125
solution finished.
s##!1
+---a---b---c---d---e---f---g---h---+
| |
8 . -R -K -DU . . . . 8
| |
7 K . . -DU . . . . 7
| |
6 . . . . . . . . 6
| |
5 Q . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 . . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s##!1 2 + 4
1.Qa5-c5 + !
1...Kc8-b7 ##!
add_to_move_generation_stack: 561
play_move: 545
is_white_king_square_attacked: 102
is_black_king_square_attacked: 511
solution finished.
sep1 (self-en passant)
+---a---b---c---d---e---f---g---h---+
| |
8 B . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . -P . . . 4
| |
3 . . . . . . . . 3
| |
2 . . . . . P . -P 2
| |
1 . . . . . K . -K 1
| |
+---a---b---c---d---e---f---g---h---+
sep1 3 + 3
1.f2-f4 !
1...e4*f3 ep.
add_to_move_generation_stack: 18
play_move: 18
is_white_king_square_attacked: 11
is_black_king_square_attacked: 10
solution finished.
s#1.5
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . -P . . . . . . 4
| |
3 -K . . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . Q . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s#2 2 + 3
zugzwang.
1...b4-b3
2.Qd1-g4
2...b3-b2 #
add_to_move_generation_stack: 255
play_move: 176
is_white_king_square_attacked: 178
is_black_king_square_attacked: 79
solution finished.
s#2
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . -P . . . . Q . 4
| |
3 -K . . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s#2 2 + 3
1.Qg4-d1 ! zugzwang.
1...b4-b3
2.Qd1-g4
2...b3-b2 #
add_to_move_generation_stack: 3033
play_move: 1532
is_white_king_square_attacked: 1533
is_black_king_square_attacked: 859
solution finished.
s#2 with short solution
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . -P . . . . . 5
| |
4 . . . . . . . . 4
| |
3 -K -P R . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s#2 2 + 4
1.Rc3-c4 !
1...b3-b2 #
add_to_move_generation_stack: 801
play_move: 361
is_white_king_square_attacked: 361
is_black_king_square_attacked: 180
solution finished.
s#=2 with short solution
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 -P -K -P . . . . . 3
| |
2 . . . . . . . R 2
| |
1 K CA . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s#=2 3 + 3
1.Rh2-b2 + !
1...a3*b2 #=
1...c3*b2 #=
add_to_move_generation_stack: 3070
play_move: 1360
is_white_king_square_attacked: 970
is_black_king_square_attacked: 677
solution finished.
s#2 with set play
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . -P . . . . . . 4
| |
3 -K . . . . . . . 3
| |
2 -P . Q . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s#2 2 + 3
1...b4-b3
2.Qc2-e4
2...b3-b2 #
2.Qc2-c4
2...b3-b2 #
1.Qc2-d1 ! zugzwang.
1...b4-b3
2.Qd1-g4
2...b3-b2 #
add_to_move_generation_stack: 3136
play_move: 1659
is_white_king_square_attacked: 1662
is_black_king_square_attacked: 852
solution finished.
s#2 with complete short set play
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . -P . . . -P . 5
| |
4 . . R . . . P . 4
| |
3 -K -P . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
s#2 3 + 5
1...b3-b2 #
1.Rc4-e4 !
1...c5-c4
2.Re4*c4
2...b3-b2 #
add_to_move_generation_stack: 747
play_move: 428
is_white_king_square_attacked: 430
is_black_king_square_attacked: 155
solution finished.
exact s#2 with refutation by s#1
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 -P . . . . . . . 4
| |
3 . -P P . . . . . 3
| |
2 -P . -K . P . . . 2
| |
1 K -B . S Q . . . 1
| |
+---a---b---c---d---e---f---g---h---+
exact-s#2 5 + 5
1.Sd1-f2 ? zugzwang.
1...a4-a3
2.e2-e4
2...b3-b2 #
2.e2-e3
2...b3-b2 #
2.Sf2-h1
2...b3-b2 #
2.Sf2-h3
2...b3-b2 #
2.Sf2-g4
2...b3-b2 #
2.Sf2-e4
2...b3-b2 #
2.c3-c4
2...b3-b2 #
but
1...b3-b2 # !
1.Sd1-b2 ! zugzwang.
1...a4-a3
2.e2-e4
2...a3*b2 #
2.e2-e3
2...a3*b2 #
2.c3-c4
2...a3*b2 #
1.Qe1-d2 + ?
but
1...Kc2*d2 !
add_to_move_generation_stack: 3446
play_move: 2010
is_white_king_square_attacked: 1997
is_black_king_square_attacked: 931
solution finished.
r#0.5
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 -K . . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . -S . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#1 1 + 3
1...Se1-c2 #
add_to_move_generation_stack: 4
play_move: 4
is_white_king_square_attacked: 5
is_black_king_square_attacked: 2
solution finished.
r#1
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 -K . . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 . K . . -S . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#1 1 + 3
1.Kb1-a1 !
1...Se1-c2 #
add_to_move_generation_stack: 30
play_move: 21
is_white_king_square_attacked: 21
is_black_king_square_attacked: 7
solution finished.
r#1 with set play
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 -K . . . . . . P 3
| |
2 -P . . . . . . . 2
| |
1 K . . . -S . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#1 2 + 3
1...Se1-c2 #
1.h3-h4 !
1...Se1-c2 #
add_to_move_generation_stack: 19
play_move: 19
is_white_king_square_attacked: 20
is_black_king_square_attacked: 5
solution finished.
r#1, but White must deliver mate
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . B . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 -P . . . . . . . 4
| |
3 -K -P . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#1 2 + 4
1.Bg7-f8 # ?!?
add_to_move_generation_stack: 7
play_move: 7
is_white_king_square_attacked: 2
is_black_king_square_attacked: 8
solution finished.
r#1.5
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 -P -P . . . . . . 4
| |
3 -K . . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . S . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#2 2 + 4
zugzwang.
1...b4-b3
2.Sc1-e2
2...b3-b2 #
add_to_move_generation_stack: 52
play_move: 45
is_white_king_square_attacked: 44
is_black_king_square_attacked: 10
solution finished.
r#1.5 with immediate mate
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . -P 6
| |
5 . . . . . . . . 5
| |
4 -P -P . . . . . . 4
| |
3 -K -P . . . P . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#2 2 + 6
1...b3-b2 #
add_to_move_generation_stack: 5
play_move: 5
is_white_king_square_attacked: 6
is_black_king_square_attacked: 2
solution finished.
r#2
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . B 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 -P -P . . . . . . 4
| |
3 -K . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#2 2 + 3
1.Bh7-c2 ! zugzwang.
1...b4-b3
2.Bc2-b1
2...b3-b2 #
add_to_move_generation_stack: 315
play_move: 244
is_white_king_square_attacked: 197
is_black_king_square_attacked: 77
solution finished.
r#2 with short set play and short solution
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . -P . . 6
| |
5 . . . . . . . . 5
| |
4 -P -P . . . . . . 4
| |
3 -K -P . . . . . P 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#2 2 + 6
1...b3-b2 #
1.h3-h4 !
1...b3-b2 #
add_to_move_generation_stack: 24
play_move: 24
is_white_king_square_attacked: 25
is_black_king_square_attacked: 6
solution finished.
exact r#2 that would have a solution in 1
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . -K 8
| |
7 . . . . . . . . 7
| |
6 . . . . . P . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . . . . . . . 3
| |
2 R . -P . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
exact-r#2 3 + 2
1.Ra2-a8 + !
1...Kh8-h7
2.Ra8-a2
2...c2-c1=Q #
add_to_move_generation_stack: 845
play_move: 597
is_white_king_square_attacked: 556
is_black_king_square_attacked: 170
solution finished.
r#2, but White must deliver mate immediately
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . B . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 -P . . . . . . . 4
| |
3 -K -P . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#2 2 + 4
1.Bg7-f8 # ?!?
add_to_move_generation_stack: 7
play_move: 7
is_white_king_square_attacked: 2
is_black_king_square_attacked: 8
solution finished.
r#2.5
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 S . . . . . . . 6
| |
5 -P . . . . . . . 5
| |
4 -P P . . . . . . 4
| |
3 -K . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 K . . B . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#3 4 + 3
zugzwang.
1...a5*b4
2.Bd1-c2 zugzwang.
2...b4-b3
3.Bc2-b1
3...b3-b2 #
add_to_move_generation_stack: 859
play_move: 757
is_white_king_square_attacked: 695
is_black_king_square_attacked: 143
solution finished.
r#3
+---a---b---c---d---e---f---g---h---+
| |
8 . . . S . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 -P . . . . . . . 5
| |
4 -P P . . . . . . 4
| |
3 -K . . . . . . . 3
| |
2 . . . . . . . . 2
| |
1 K . . B . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#3 4 + 3
1 (Ka1-b2 + )
2 (Ka1-a2 + )
3 (Ka1-b1 )
4 (Bd1-h5 )
5 (Bd1-g4 )
6 (Bd1-f3 )
7 (Bd1-e2 )
8 (Bd1*a4 )
9 (Bd1-b3 )
10 (Bd1-c2 )
11 (b4-b5 )
12 (b4*a5 )
13 (Sd8-b7 )
14 (Sd8-c6 )
1.Sd8-c6 ! zugzwang.
1...a5*b4
2.Bd1-c2 zugzwang.
2...b4-b3
3.Bc2-b1
3...b3-b2 #
15 (Sd8-e6 )
16 (Sd8-f7 )
add_to_move_generation_stack: 8466
play_move: 6252
is_white_king_square_attacked: 5550
is_black_king_square_attacked: 1181
solution finished.
r#3, but White must deliver mate immediately
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . B . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 -P . . . . . . . 4
| |
3 -K -P . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#3 2 + 4
1.Bg7-f8 # ?!?
add_to_move_generation_stack: 7
play_move: 7
is_white_king_square_attacked: 2
is_black_king_square_attacked: 8
solution finished.
a r#2 solution does not solve an exact r#3
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 . . -P . . . . . 3
| |
2 P . . . . . . . 2
| |
1 . . K . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
exact-r#3 2 + 1
add_to_move_generation_stack: 1100
play_move: 470
is_white_king_square_attacked: 453
is_black_king_square_attacked: 0
solution finished.
r#2 - there is no threat, because White at the move
would have to deliver mate (issue 2843251)
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . -P . 7
| |
6 . . . . . . -P -K 6
| |
5 . . . . . . -P . 5
| |
4 . . . . . . . . 4
| |
3 . -P . . . . . . 3
| |
2 . P . -P . . . . 2
| |
1 . . K R . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#2 3 + 6
1.Kc1-b1 ! zugzwang.
1...g5-g4
2.Rd1-e1
2...d2*e1=Q #
2...d2*e1=R #
1...Kh6-h5
2.Rd1-e1
2...d2*e1=Q #
2...d2*e1=R #
1...Kh6-h7
2.Rd1-e1
2...d2*e1=Q #
2...d2*e1=R #
add_to_move_generation_stack: 484
play_move: 349
is_white_king_square_attacked: 329
is_black_king_square_attacked: 78
solution finished.
semi-r#0.5
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 -K -P . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#1 1 + 3
1...b3-b2 #
add_to_move_generation_stack: 4
play_move: 4
is_white_king_square_attacked: 5
is_black_king_square_attacked: 2
solution finished.
semi-r#1
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . B . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 -P . . . . . . . 4
| |
3 -K -P . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
semi-r#1 2 + 4
1.Bg7-h6 !
1...b3-b2 #
add_to_move_generation_stack: 104
play_move: 59
is_white_king_square_attacked: 59
is_black_king_square_attacked: 10
solution finished.
semi-r##! with setplay
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . . . 7
| |
6 . . . . . . . . 6
| |
5 Q . . . . . . . 5
| |
4 . . . . . . . . 4
| |
3 -K . R . . . . . 3
| |
2 . . . . . . . . 2
| |
1 K . -B . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
semi-r##!1 3 + 2
1...Ka3-b2 ##!
the side to play can capture the king add_to_move_generation_stack: 191
play_move: 185
is_white_king_square_attacked: 49
is_black_king_square_attacked: 148
solution finished.
semi-r#2 with short solution; White needn't deliver mate immediately
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . . . 8
| |
7 . . . . . . B . 7
| |
6 . . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 -P . . . . . . . 4
| |
3 -K -P . . . . . . 3
| |
2 -P . . . . . . . 2
| |
1 K . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
semi-r#2 2 + 4
1.Bg7-h6 !
1...b3-b2 #
add_to_move_generation_stack: 225
play_move: 160
is_white_king_square_attacked: 148
is_black_king_square_attacked: 30
solution finished.
#3.5 with restricted threat length
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . -K . . . 8
| |
7 . -P -P . . -P -P . 7
| |
6 . . . . . . . . 6
| |
5 -B . B . -P B . R 5
| |
4 -R . . . . . . . 4
| |
3 -P -P . . . . S . 3
| |
2 . . . . K . . . 2
| |
1 R . . . . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
#4/1 6 + 10
threat:
2.Rh5-h8 #
1...Ra4-h4
2.Rh5*h4 threat:
3.Rh4-h8 #
2...f7-f6
3.Rh4-h8 +
3...Ke8-f7
4.Rh8-f8 #
3.Bf5-e6 threat:
4.Rh4-h8 #
1...Ra4-e4 +
2.Sg3*e4 threat:
3.Rh5-h8 #
2...f7-f6
3.Bf5-e6 threat:
4.Rh5-h8 #
3.Rh5-h8 +
3...Ke8-f7
4.Rh8-f8 #
1...f7-f6
2.Rh5-h8 +
2...Ke8-f7
3.Rh8-f8 #
add_to_move_generation_stack: 19409
play_move: 15662
is_white_king_square_attacked: 8665
is_black_king_square_attacked: 8372
solution finished.
Didier Innocenti
Ph\'enix 2001
no variations, but tries
+---a---b---c---d---e---f---g---h---+
| |
8 . . . . . . -Q . 8
| |
7 . . . . . . . . 7
| |
6 R . . . . . . . 6
| |
5 . . . . . . . . 5
| |
4 Q . . -P . . . . 4
| |
3 . . . . -K . . . 3
| |
2 . . -R S . . . . 2
| |
1 . . . K . . . . 1
| |
+---a---b---c---d---e---f---g---h---+
r#2 4 + 4
Uncapturable
GhostChess
1.Kd1*c2 !
1.Qa4*c2 ?
but
1...Ke3-f4 !
1.Qa4*d4 + ?
but
1...Ke3*d4 !
2.Sd2-f3 # ?!?
add_to_move_generation_stack: 39941
play_move: 22184
is_white_king_square_attacked: 19454
is_black_king_square_attacked: 7494
solution finished.
|
e7bf9f2464c4b4b0c910d46741c7f99f2a1d2987
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/50/DEPENDENCIES/heun.sci
|
f308280b095233c7bebaec8f0e728f12c8c46b94
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 724
|
sci
|
heun.sci
|
function [u,t] = heun(u0,t0,tn,h,f)
//heun method solving ODE
// du/dt = f(u,t), with initial
//conditions u=u0 at t=t0. The
//solution is obtained for t = [t0:h:tn]
//and returned in u
umaxAllowed = 1e+100;
t = [t0:h:tn]; u = zeros(t); n = length(u); u(1) = u0;
for j = 1:n-1
k1=h*f(t(j),u(j));
k2=h*f(t(j)+h,u(j)+k1);
u(j+1) = u(j) + (k2+k1)/2;
if u(j+1) > umaxAllowed then
disp('Euler 1 - WARNING: underflow or overflow');
disp('Solution sought in the following range:');
disp([t0 h tn]);
disp('Solution evaluated in the following range:');
disp([t0 h t(j)]);
n = j; t = t(1,1:n); u = u(1,1:n);
break;
end;
end;
endfunction
|
b2b4bebf273221f9f98ff9691e64567100482c2a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2210/CH6/EX6.12/6_12.sce
|
288de4387877add360f713dda78732f88cfb1ccc
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 651
|
sce
|
6_12.sce
|
//Chapter 6, Problem 12
clc
id=2e-3 //drain current in ampere
vds=6 //drain to source voltage
vcc=12 //supply voltage
vs=0.1*vcc //source voltage
vgs=1.8 //gate to source voltage
r2=220e3 //resistance in ohm based upon d.c. input resistance needs
//calculating the biasing resistors
rs=vs/id
vg=vgs+vs
r1=(r2*(vcc-vg)/vg)
vd=vds+vs
rd=((vcc-vd)/id)
printf("\nRs = %d ohm\nRd = %.2f ohm\n\n",rs,rd)
printf("\nR1 = %d Kohm\nR2 = %.2f Kohm\n\n",r1/1000,r2/1000)
|
6288639e08478189e8ab5b1de211e8396ac5a5cd
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2048/DEPENDENCIES/tfvar.sci
|
424624d9fea083d705d92abf0c512501367cd2de
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 495
|
sci
|
tfvar.sci
|
// Cancellation of common factors and determination of covariance
// 11.7
// function [N,dN,D,dD,yvar] = tfvar(N,dN,D,dD)
// N and D polynomials in z^{-1} form; discrete case
function [N,dN,D,dD,yvar] = tfvar(N,dN,D,dD)
[N,dN,D,dD] = l2r(N,dN,D,dD);
N = N/D(1); D = D/D(1);
LN = length(N); LD = length(D);
D1 = D;
if LD<LN, D1 = [D zeros(1,LN-LD)]; dD1 = dD+LN-LD; end
H = tf(N,D1,1);//TS=1 (sampling time) has been taken constant in tfvar
yvar = covar_m(H,1);
endfunction;
|
a8ebb499b2a5e411c26a496e3200bff403a06c9b
|
3c47dba28e5d43bda9b77dca3b741855c25d4802
|
/microdaq/macros/mdaq_exec_profile_show.sci
|
1b38337a8a94e0400eedee59c956678f2b880d4b
|
[
"BSD-3-Clause"
] |
permissive
|
microdaq/Scilab
|
78dd3b4a891e39ec20ebc4e9b77572fd12c90947
|
ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf
|
refs/heads/master
| 2021-09-29T11:55:21.963637
| 2019-10-18T09:47:29
| 2019-10-18T09:47:29
| 35,049,912
| 6
| 3
|
BSD-3-Clause
| 2019-10-18T09:47:30
| 2015-05-04T17:48:48
|
Scilab
|
UTF-8
|
Scilab
| false
| false
| 989
|
sci
|
mdaq_exec_profile_show.sci
|
function mdaq_exec_profile_show()
if isfile(TMPDIR + filesep() + "profiling_data") then
load(TMPDIR + filesep() + "profiling_data");
if isdef("dsp_exec_profile")
f=scf(4444);
f.figure_name= "MicroDAQ execution profile";
plot2d2(dsp_exec_profile.step);
xtitle("MicroDAQ execution profile");
if f.children.type == "Axes" then
axes = f.children;
axes.grid = [1,1];
axes.grid_style = [9,10];
axes.x_label.text = "Sample"
axes.y_label.text = "Time [us]"
poliline = axes.children.children;
poliline.foreground = 2;
hl=legend(['Model step function execution time']);
end
clear dsp_exec_profile;
end
else
message("WARNING: Unable to get profiling data - enable profiling in SETUP block and rebuild model!")
return;
end
endfunction
|
8f71b63d4192013df39341d5ec63083078033c1d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/659/CH2/EX2.2cs/Casestudy2_2.sce
|
32fd568c2d2c115d7a807550267314338cd27ad1
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 418
|
sce
|
Casestudy2_2.sce
|
// Case Study:-Chapter 2 Page no.-48
// 2.Solution of temprature in Farenheit and Celsius
F_LOW=0;
F_MAX=250;
STEP=25;
fahrenheit=F_LOW; //Initialization
printf("Fahrenheit Celsius\n\n");
while(fahrenheit < = F_MAX)
celsius=(fahrenheit-32.0)/1.8; //conversion from Farenheit to Celsius
printf("%6.2f %7.2f\n",fahrenheit,celsius);
fahrenheit=fahrenheit+STEP;
end
|
19322115e0b417d42f48d984ec15351e0251df73
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3753/CH4/EX4.5/Ex4_5.sce
|
b9833acdf78efb9ca3fbb6795e8753e8d243bbaa
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 236
|
sce
|
Ex4_5.sce
|
//Example 4.5, Page number 4.33
clc;clear;close
// variable declaration
W=1.55 // wavelength
// Calculations
E_g=(1.24)/W // Bandgap in eV
// Result
printf("Band gap = %0.1f eV",E_g)
|
c95772387844484706ef226d1edb546d0c43e2b8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/821/CH7/EX7.30/7_30.sce
|
4f322ea41b2f3c6e1f4299b2ce676d1bed32230c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 529
|
sce
|
7_30.sce
|
Fe=0.01;//concentration of Fe3+ ions in the solution//
Ksp=3.8*10^-38;//Solubility product of Fe(OH)3//
OH=(Ksp/Fe)^0.333;//Concentration of OH- ions in the solution//
printf('Concentration of OH- ions in the solution=OH=%f=1.561*10^-12',OH);
printf('\nAt this PH,Fe(OH)3 starts precipitating and precipitation is complete (Fe3+)=10^-6M\n(10^-6)(OH-)^3 = 3.8*10^-38 ');
printf('\nupon solving this we get (OH-)=3.362*10^-11\nPOH=10.48 or PH=3.52');
printf('\nAt this PH the precipitation of Fe(OH)3 is almost complete.');
|
ae2ccfa10eab6133c8f09f6ecec6815a0224c8b5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1436/CH2/EX2.8/ex2_8.sce
|
afaf6ff06bd1ee8b1b03cdf7ea7aee5ba376e3a2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 410
|
sce
|
ex2_8.sce
|
// Example 2.8, page no-120
clear
clc
dens_water=1000
h1=125
h2=250
d2=(h1/h2)*dens_water
printf("(a)\nDensity of Liquid = %d kg/m^3",d2)
printf("\nSpecific Density of the liquid = %.1f",(h1/h2))
//(b)
printf("\n\n(b)\nIf Values of water and liquid interchanged:\n")
d3=(h2/h1)*dens_water
printf("\nDensity of Liquid = %d kg/m^3",d3)
printf("\nSpecific Density of the liquid = %.1f",(h2/h1))
|
0b1d982927b8ac9591a7317eb01734cdba4fbedc
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1271/CH12/EX12.35/example12_35.sce
|
526ec73bfe0a2eda9f073dd8f2e3b05c117219ee
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 377
|
sce
|
example12_35.sce
|
clc
// Given that
n = 10^8 // no. of electron per discharge counted by GM counter
r = 500 // counting rate in counts per minutes
e = 1.6e-19 // charge on an electron in C
// Sample Problem 35 on page no. 12.46
printf("\n # PROBLEM 35 # \n")
N = r / 60
i = N * n * e
printf("Standard formula used \n i = N * n * e . \n")
printf("\n Average current in the circuit = %e Amp",i)
|
f69bf6ee8265462462a5f0c6e4a0820b45e9f555
|
a2e72048ac50778feb1244be86bb3bfc330ee855
|
/res/tileset.tst
|
7937a370a169b97d274e98b7700d0ed04880681d
|
[] |
no_license
|
calebpalmer/topdown
|
b62ee73540e11051895c8892d5c6c24196ec1bd6
|
21c63ab75b2d794a4b9c3585f5e3fed4d52dfaee
|
refs/heads/master
| 2016-08-04T19:34:41.034624
| 2013-07-26T10:39:45
| 2013-07-26T10:39:45
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 98
|
tst
|
tileset.tst
|
tileset_path=tileset.png
tile_count=2
tile_height=32
tile_width=32
tiles=
0,0,32,32,0
0,32,32,32,0
|
fe0fd186df9848eaaecf26610687a21df45f8fdd
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1133/CH9/EX9.39/Example9_39.sce
|
88e23762ae098d377e2b42589ecbd54b0f08f18c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 137
|
sce
|
Example9_39.sce
|
//Example 9.39
clc
disp("From equation(3) we get")
qe=(4.095/(4095*2))*10^3
format(4)
disp(qe,"Q_E(in mV) = 4.095 / (4096-1)*2 =")
|
0ee712f5e4add7a306f0d255fe08cf89b2555637
|
717ddeb7e700373742c617a95e25a2376565112c
|
/1340/CH2/EX2.26/2_26.sce
|
b3db06ac62f266f1c7771732108e2526fa447a83
|
[] |
no_license
|
appucrossroads/Scilab-TBC-Uploads
|
b7ce9a8665d6253926fa8cc0989cda3c0db8e63d
|
1d1c6f68fe7afb15ea12fd38492ec171491f8ce7
|
refs/heads/master
| 2021-01-22T04:15:15.512674
| 2017-09-19T11:51:56
| 2017-09-19T11:51:56
| 92,444,732
| 0
| 0
| null | 2017-05-25T21:09:20
| 2017-05-25T21:09:19
| null |
UTF-8
|
Scilab
| false
| false
| 238
|
sce
|
2_26.sce
|
clc;
syms y y1 y2 x;
t = %pi/2;j = 0:%pi;
y = 5*cos(t);disp(y,"at x = pi/2, y =");
y1 = -5*sin(t);disp(y1,"at x = pi/2, dy/dt =");
printf("\n neglecting higher order terms");
k = y + y1*(x-%pi/2);
disp(k,"linearized y =");
|
176dc9195382d42aef6259553e869b244f3660f2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1088/CH14/EX14.10/Example10.sce
|
84fa605035bab5ca3ddeb462727afbcde30e3160
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,990
|
sce
|
Example10.sce
|
clear
flag=1
mode(-1)
clc
printf("Example 10 : Show the use of while loop and sleep \n")
disp("****************************************************************")
disp("Answer : ")
disp("INSTRUCTIONS : ")
printf("\n1. Here all instructions are preloaded in the form of a demo\n\nInitially the whole perl script is displaying and then \n the result of the same can be seen in the command line interpreter.\n\n2. PLEASE MAKE SURE THAT THE PERLSCRIPT INTERPRETER\nEXISTS IN THE SYSTEM\nOR THE COMMAND WOULD NOT WORK \n\n3. PRESS ENTER AFTER EACH COMMAND to see its RESULT\n\n5. PRESS ENTER AFTER EACH RESULT TO GO TO THE NEXT COMMAND\n")
halt('.............Press [ENTER] to continue.....')
halt("")
clc
printf("\tUNIX SHELL SIMULATOR(DEMO VERSION WITH PRELOADED COMMANDS)\n\n\n")
halt('')
clc
li(1)='#! /bin/sh'
li(2)='# monitfile.sh:Waits for a file to be created'
li(3)='#'
li(4)='while [ ! -r invoice.lst ] # While the file invoice.lst cannot be read'
li(5)='do '
li(6)=' sleep 60 # sleep for 60 seconds'
li(7)='done'
li(8)='alloc.pl # Execute this program after exiting the loop'
printf("\n# Enter the name of the shellscript file whichever you desire \n\n")
nam=input('$ cat ','s')
halt(' ')
for i=1:8
printf("%s\n",li(i))
end
halt(' ')
clc
lst(1)='@echo off'
lst(2)='cls'
lst(3)='echo This program keeps on looping until the file invoice.lst if exists is readonly'
lst(4)='echo Later it executes the script alloc.pl if it exists once it if readwrite type '
lst(5)=':loop'
lst(6)='set perm=r'
lst(7)='if '+ascii(34)+'%perm%'+ascii(34)+'='+ascii(34)+'-'+ascii(34)+' goto endloop'
lst(8)=' ping -n 60 localhost>null'
lst(9)=' if exist invoice.lst for /F '+ascii(34)+'usebackq'+ascii(34)+' %%A in ('+ascii(39)+'invoice.lst'+ascii(39)+') do set att=%%~aA&&set perm=%att:~1,1%'
lst(10)='goto loop'
lst(11)=':endloop'
lst(12)='echo Executing alloc.pl if it exists'
lst(13)=' if exists alloc.pl start alloc.pl'
lst(14)=' pause>NUL'
if getos()=='Linux' then
printf("\n\nPlease Switch to windows and then execute\n\nThank You \n\n")
halt(' ')
exit
end
v=mopen(nam+'.sh.bat','wt')
for i=1:14
mfprintf(v,"%s\n",lst(i))
end
mclose(v)
printf("\n# type the following command in the command line interpreter as soon as it appears")
printf(" \n %c %s.sh %c [COMMANDLINE ARGUMENTS][ENTER]\n\n",ascii(34),nam,ascii(34))
printf("\n$ %s.sh [COMMANDLINE ARGUMENTS] #to execute the perlscript",nam)
halt(' ')
dos('start')
printf("\n\n\n")
halt(' ---------------->Executing ShellScript in Command Line Prompt<-------------- ')
printf("\n\n\n$ exit #To exit the current simulation terminal and return to Scilab console\n\n")
halt("........# (hit [ENTER] for result)")
//clc()
printf("\n\n\t\t\tBACK TO SCILAB CONSOLE...\nLoading initial environment')
sleep(1000)
mdelete(nam+'.sh.bat')
|
c367f35c5a684761b183138691b6d8e574ab35c5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3311/CH13/EX13.11/Ex13_11.sce
|
6eab5485f6b09f56d887fa2100564167fbccd3c6
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 475
|
sce
|
Ex13_11.sce
|
// chapter 13
// example 13.11
// Compute the values of RF filter components
// page-833
clear;
clc;
// given
R_L=120; // in ohm
f0=50; // in KHz
// calculate
f0=f0*1E3; // changing unit from KHz to Hz
L=R_L/(2*%pi*f0); // calculation of inductance
C=1/(2*%pi*R_L*f0); // calculation of capacitance
printf("\nThe inductance is \t L=%.2f uH",L*1E6);
printf("\nThe capacitance is \t C=%.3f uF",C*1E6);
// Note :The answer vary slightly due to precise calculation
|
d26881f6cac12b072d6944105a7a363fde549a6e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1646/CH17/EX17.2/Ch017Ex2.sce
|
1384db2bc4b9fd6faf8d3e87b3a1f13a06a2c933
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 506
|
sce
|
Ch017Ex2.sce
|
// Scilab code Ex17.2 : Pg:889 (2011)
clc;clear;
amu = 931.5; // Energy equivalent of 1 amu, MeV
m_n = 1.008665; // Mass of the neutron, amu
m_p = 1.007825; // Mass of the proton, amu
M_He = 4.002870; // Mass of the heluim nucleus, amu
c = 3e+08; // Speed of light, m/s
BE = (2*m_n+2*m_p - M_He)*amu; // Binding energy for the alpha particle, MeV
printf("\nThe binding energy for the alpha particle = %2d MeV", BE);
// Result
// The binding energy for the alpha particle = 28 MeV
|
c4b6fd9cd778ed62df95a5d93ad7d6ece177272c
|
1db0a7f58e484c067efa384b541cecee64d190ab
|
/macros/vco.sci
|
36b704c5a63cb1960c27dcec0ef494b72a92d249
|
[] |
no_license
|
sonusharma55/Signal-Toolbox
|
3eff678d177633ee8aadca7fb9782b8bd7c2f1ce
|
89bfeffefc89137fe3c266d3a3e746a749bbc1e9
|
refs/heads/master
| 2020-03-22T21:37:22.593805
| 2018-07-12T12:35:54
| 2018-07-12T12:35:54
| 140,701,211
| 2
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,672
|
sci
|
vco.sci
|
function y = vco(x,frange,fs)
//Voltage Controlled Oscillator
//Calling Sequence
//y=vco(x,fc,fs)
//y=vco(x,[fmin fmax],fs)
//Parameters
//x
//A vector or a matrix
//fc
//Carrier frequency
//fs
//fmin
//Minimum frequency of the frequency range
//fmax
//Maximum frequency of the frequency range
//Description
//y=vco(x,fc,fs)
//Creates a frequency modulated cosine wave y whose frequency varies as the magnitude of x
//x lies in [-1,1]. x=-1 corresponds to a frequency of 0, x=0 corresponds to a frequency of fc
//and x=1 corresponds to a frequency of 2fc.
//y=vco(x,[fmin fmax],fs)
//Scales the frequency range so that x=-1 corresponds to a frequency of fmin and
//x=1 corresponds to a frequency of fmax
//If x is a matrix the same operation is performed on the columns on x
//Size of y is the same as the size of x
//Example
//x=rand()
// x =
//
// 0.2113249
// y=vco(x,2000,8000)
// y =
//
// 0.9454092
//Author
//Ankur Mallick
funcprot(0);
if (argn(2)<3|argn(2)>5) then
error('Incorrect number of input arguments.');
else
if(argn(2)<3)
fs=1;
end
if(argn(2)<2)
fc=fs/4;
frange=fc;
end
if(max(abs(x(:)))>1)
error('x must lie between -1 and 1');
end
if(length(frange)==1)
fc = frange(1);
opt = (fc/fs)*2*%pi;
else
fc = mean(frange);
opt = (frange(2) - fc)/fs*2*%pi;
end
if (fc>fs/2)
error('The career frequency must be less than half the sampling frequency.')
else
y = modulate(x,fc,fs,'fm',opt);
end
end
endfunction
|
223f2bd263939a1db0110bf57691ef1399c3bf7f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2276/CH1/EX1.11/chapter1_ex11.sce
|
56a3fee15d3c77561352bac345c18596440809b6
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,546
|
sce
|
chapter1_ex11.sce
|
clc
clear
//input
//AB,BC,CD,DA forms an unbalanced wheatstone's bridge
r1=2;//resistance in arm AB in ohms
r2=5;//resistance in arm BC in ohms
r3=6;//resistance in arm CD in ohms
r4=2;//resistance in arm DA in ohms
r5=10;//resistance of detector placed between the points B and D
v=4;//batterry supplying d.c. voltage in volts which is placed between points A and C
r0=0.2;// internal resistance of the battery in ohms
//calculations
//AB,BC and BD are cosidered to be in star connection with B as star point
Y1=1/r1;//conductacne of r1 in seimens
Y2=1/r2;//conductance of r2 in seimens
Y3=1/r5;//conductance of r5 in seimens
//after delta conversion
R1=1/((Y1*Y2)/(Y1+Y2+Y3));//resistance between points A and B in ohms
R2=1/((Y2*Y3)/(Y1+Y2+Y3));//resistance between points C and D in ohms
R3=1/((Y1*Y3)/(Y1+Y2+Y3));//resistance between points D and A in ohms
Rad=(r4*R3)/(r4+R3);//effective resistance of arm AD in ohms
Rdc=(r3*R2)/(r3+R2);//effective resistance of arm DC in ohms
Radc=(Rad+Rdc);//effective resistance if arms AD and DC in ohms
R=r0+((R1*Radc)/(R1+Radc));// total resistance of hte circuit in ohms
I=v/R;//total current in the circuit in amperes
I1=I*(R1/(R1+Radc));//current in arm AD in amperes
I2=I-I1;//current in arm AB in amperes
V1=I1*r4;//voltage across arm AD in volts
V2=I2*r1;//voltage across arm AB in volts
V3=V1-V2;//voltage across arm BD in volts and B is positive to D
I3=V3/r5;//current in arm BD in amperes
//output
mprintf('the current in the detector is %3.3f A',I3)
|
a9a238c4e6e1007a139b07d0a74eb3918357a4e9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2175/CH3/EX3.6/3_6.sce
|
51f507f56fee71218b268c3ac7d726522f78384d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 406
|
sce
|
3_6.sce
|
clc;
p1=1;//bar
p2=10;//bar
n=1.1;
v1=0.16;//m^3
v2=v1*(p1/p2)^(1/n);
W=(p2*v2-p1*v1)*10^5/[10^3*(n-1)];
disp("work done by the refrigerant is:");
disp("kJ",W);
hg1=174.2;
u1=hg1-(p1*10^5*v1/10^3);
hg2=203.8;//kJ/kg
vg2=0.018;//m^3
v=0.02;//m^3
h=224;//kJ/kg
h2=hg2+(v2-vg2)*(h-hg2)/(v-vg2);
u2=h2-(p2*10^5*v2/10^3)
Q=-W+(u2-u1);
disp("heat transferred is:");
disp("kJ/kg",Q)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.