Skip to content
base_pince.slvs 179 KiB
Newer Older
3dsman's avatar
3dsman committed
Entity.actVisible=1
AddEntity

Entity.h.v=800300fc
Entity.type=11000
Entity.construction=0
Entity.point[0].v=800300fd
Entity.point[1].v=800300fe
Entity.actVisible=1
AddEntity

Entity.h.v=800300fd
Entity.type=2010
Entity.construction=0
3dsman's avatar
3dsman committed
Entity.actPoint.x=-6.00016999658601690726
Entity.actPoint.y=-10.00000000000000000000
3dsman's avatar
3dsman committed
Entity.actVisible=1
AddEntity

Entity.h.v=800300fe
Entity.type=2010
Entity.construction=0
Entity.actPoint.x=-9.00016999658601690726
3dsman's avatar
3dsman committed
Entity.actPoint.y=-10.00000000000000000000
3dsman's avatar
3dsman committed
Entity.actVisible=1
AddEntity

Entity.h.v=800300ff
Entity.type=11000
Entity.construction=0
Entity.point[0].v=80030100
Entity.point[1].v=80030101
Entity.actVisible=1
AddEntity

Entity.h.v=80030100
Entity.type=2010
Entity.construction=0
3dsman's avatar
3dsman committed
Entity.actPoint.x=-6.00016999658601690726
Entity.actPoint.y=-10.00000000000000000000
3dsman's avatar
3dsman committed
Entity.actPoint.z=3.00000000000000000000
Entity.actVisible=1
AddEntity

Entity.h.v=80030101
Entity.type=2010
Entity.construction=0
Entity.actPoint.x=-9.00016999658601690726
3dsman's avatar
3dsman committed
Entity.actPoint.y=-10.00000000000000000000
3dsman's avatar
3dsman committed
Entity.actPoint.z=3.00000000000000000000
Entity.actVisible=1
AddEntity

Entity.h.v=80030102
Entity.type=5001
Entity.construction=0
3dsman's avatar
3dsman committed
Entity.actPoint.x=-6.00016999658601690726
Entity.actPoint.y=-10.00000000000000000000
3dsman's avatar
3dsman committed
3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663
Entity.actNormal.vy=-1.00000000000000000000
Entity.actVisible=1
AddEntity

Entity.h.v=80030103
Entity.type=11000
Entity.construction=0
Entity.point[0].v=80030100
Entity.point[1].v=800300fd
Entity.actVisible=1
AddEntity

Entity.h.v=80030104
Entity.type=11000
Entity.construction=0
Entity.point[0].v=80030101
Entity.point[1].v=800300fe
Entity.actVisible=1
AddEntity

Constraint.h.v=0000000b
Constraint.type=61
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00090001
Constraint.ptB.v=00080001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000000c
Constraint.type=130
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=00080000
Constraint.entityB.v=00090000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000019
Constraint.type=90
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.valA=4.00000000000000000000
Constraint.entityA.v=00080000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
Constraint.disp.offset.x=-0.49268230105683907816
Constraint.disp.offset.y=4.58313585422608049669
AddConstraint

Constraint.h.v=0000001e
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00110001
Constraint.ptB.v=000e0002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000001f
Constraint.type=81
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=000e0000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000022
Constraint.type=80
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=00110000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000025
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00140001
Constraint.ptB.v=00150002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000029
Constraint.type=81
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=00140000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000002a
Constraint.type=80
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=00150000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000032
Constraint.type=30
Constraint.group.v=00000003
Constraint.valA=3.00000000000000000000
Constraint.ptA.v=80030096
Constraint.ptB.v=80030094
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
Constraint.disp.offset.x=-2.78961743251207217043
Constraint.disp.offset.y=-0.08179952621926721290
AddConstraint

Constraint.h.v=00000033
Constraint.type=31
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.valA=20.00000000000000000000
Constraint.ptA.v=00090001
Constraint.entityA.v=00020000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000036
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=000d0001
Constraint.ptB.v=00160002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000038
Constraint.type=123
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=00160000
Constraint.entityB.v=000d0000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000039
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00160001
Constraint.ptB.v=00090001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000003d
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00080001
Constraint.ptB.v=00170001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000003e
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=000b0001
Constraint.ptB.v=00170003
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000003f
Constraint.type=123
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=00170000
Constraint.entityB.v=000b0000
Constraint.other=1
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000040
Constraint.type=90
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.valA=9.00000000000000000000
Constraint.entityA.v=00170000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
Constraint.disp.offset.x=-13.38063736412615867266
Constraint.disp.offset.y=0.37691936236975109864
AddConstraint

Constraint.h.v=00000043
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00170002
Constraint.ptB.v=00180001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000044
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00180002
Constraint.ptB.v=00190001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000045
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00190002
Constraint.ptB.v=001a0001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000046
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00160003
Constraint.ptB.v=001a0002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000047
Constraint.type=123
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=00160000
Constraint.entityB.v=001a0000
Constraint.other=1
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000048
Constraint.type=123
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=00170000
Constraint.entityB.v=00180000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000049
Constraint.type=61
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00180002
Constraint.ptB.v=00190002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000004a
Constraint.type=31
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.valA=12.00000000000000000000
Constraint.ptA.v=00190002
Constraint.entityA.v=00020000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
Constraint.disp.offset.x=0.12184397872305219312
Constraint.disp.offset.y=1.76673769148425674480
AddConstraint

Constraint.h.v=00000052
Constraint.type=30
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.valA=18.00033999317203381452
Constraint.ptA.v=000d0002
Constraint.ptB.v=000b0002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
Constraint.disp.offset.x=1.01824580607271397703
Constraint.disp.offset.y=-5.78759062234498511401
AddConstraint

Constraint.h.v=00000059
Constraint.type=30
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.valA=15.00000000000000000000
Constraint.ptA.v=00140001
Constraint.ptB.v=00140002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
Constraint.disp.offset.x=-2.53841622339692074561
AddConstraint

Constraint.h.v=0000005c
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00150001
Constraint.ptB.v=00110002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000005d
Constraint.type=41
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00110002
Constraint.entityA.v=00020000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000060
Constraint.type=32
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.valA=4.00000000000000000000
Constraint.ptA.v=00110002
Constraint.entityA.v=00190000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000062
Constraint.type=41
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00090001
Constraint.entityA.v=00030000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000066
Constraint.type=61
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=000d0002
Constraint.ptB.v=000b0002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000068
Constraint.type=130
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=00160000
Constraint.entityB.v=00170000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000069
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=000d0002
Constraint.ptB.v=001b0001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000006a
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=001b0002
Constraint.ptB.v=001c0001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000006b
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=001c0002
Constraint.ptB.v=001d0001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000006c
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=000e0001
Constraint.ptB.v=001d0002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000006d
Constraint.type=61
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=000e0001
Constraint.ptB.v=00140002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000006e
Constraint.type=30
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.valA=3.00000000000000000000
Constraint.ptA.v=000e0001
Constraint.ptB.v=000d0002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
Constraint.disp.offset.x=3.60347826086956413150
Constraint.disp.offset.y=-0.14608695652173914192
AddConstraint

Constraint.h.v=0000006f
Constraint.type=81
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=000e0001
Constraint.ptB.v=000d0002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000070
Constraint.type=81
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=001c0000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000071
Constraint.type=80
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=001b0000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000072
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=00140002
Constraint.ptB.v=001e0001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000073
Constraint.type=80
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=001e0000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000074
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=001e0002
Constraint.ptB.v=001f0001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000075
Constraint.type=81
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=001f0000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000076
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=001f0002
Constraint.ptB.v=00200001
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000077
Constraint.type=20
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.ptA.v=000b0002
Constraint.ptB.v=00200002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000078
Constraint.type=80
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=00200000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=00000079
Constraint.type=50
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=00200000
Constraint.entityB.v=001b0000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

Constraint.h.v=0000007a
Constraint.type=30
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.valA=3.00000000000000000000
Constraint.ptA.v=001d0001
Constraint.ptB.v=001d0002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
Constraint.disp.offset.x=-0.05729992942269978434
Constraint.disp.offset.y=2.33806564312306175424
AddConstraint

3dsman's avatar
3dsman committed
Constraint.h.v=0000007b
Constraint.type=30
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.valA=8.00000000000000000000
Constraint.ptA.v=00110002
Constraint.ptB.v=80020002
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
Constraint.disp.offset.x=-2.78627663257578417344
AddConstraint

Constraint.h.v=0000007c
Constraint.type=80
Constraint.group.v=00000002
Constraint.workplane.v=80020000
Constraint.entityA.v=001d0000
Constraint.other=0
Constraint.other2=0
Constraint.reference=0
AddConstraint

3dsman's avatar
3dsman committed
Surface 00000001 00646464 80030099 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 -24.76524341765432168927 -10.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 24.76524341765431458384 -10.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -24.76524341765432168927 12.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 24.76524341765431458384 12.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000037 0 -24.46892321458127028677 -0.52794441201383801587 0.00000000000000000000  -21.87711652850517296542 -4.08979627101554754631 0.00000000000000000000
TrimBy 00000004 0 -9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000  -6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000
TrimBy 00000007 0 -6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000  -6.00016999658601690726 -7.00000000000000177636 0.00000000000000000000
TrimBy 0000000a 0 -6.00016999658601690726 -7.00000000000000177636 0.00000000000000000000  -9.00016999658601868362 -7.00000000000000000000 0.00000000000000000000
TrimBy 0000000d 0 -9.00016999658601868362 -7.00000000000000000000 0.00000000000000000000  -9.00016999658601690726 8.00000000000000177636 0.00000000000000000000
TrimBy 00000010 0 -9.00016999658601690726 8.00000000000000177636 0.00000000000000000000  0.00000000000000177636 8.00000000000000177636 0.00000000000000000000
TrimBy 00000013 0 0.00000000000000177636 8.00000000000000177636 0.00000000000000000000  9.00016999658601690726 8.00000000000000000000 0.00000000000000000000
TrimBy 00000016 0 9.00016999658601690726 8.00000000000000000000 0.00000000000000000000  9.00016999658601868362 -7.00000000000000000000 0.00000000000000000000
TrimBy 00000019 0 9.00016999658601868362 -7.00000000000000000000 0.00000000000000000000  6.00016999658601513090 -7.00000000000000088818 0.00000000000000000000
TrimBy 0000001c 0 6.00016999658601513090 -7.00000000000000088818 0.00000000000000000000  6.00016999658601513090 -10.00000000000000000000 0.00000000000000000000
TrimBy 0000001f 0 6.00016999658601513090 -10.00000000000000000000 0.00000000000000000000  9.00016999658601868362 -10.00000000000000000000 0.00000000000000000000
TrimBy 00000022 0 9.00016999658601868362 -10.00000000000000000000 0.00000000000000000000  21.87711652850516941271 -4.08979627101554754631 0.00000000000000000000
TrimBy 00000025 0 21.87711652850516941271 -4.08979627101554665813 0.00000000000000000000  24.46892321458126673406 -0.52794441201383701667 0.00000000000000000000
TrimBy 00000028 0 24.46892321458126673406 -0.52794441201383701667 0.00000000000000000000  22.77845307080006875822 3.53980204720004643093 0.00000000000000000000
TrimBy 0000002b 0 22.77845307080006875822 3.53980204720004643093 0.00000000000000000000  12.00000000000000000000 12.00000000000000000000 0.00000000000000000000
TrimBy 0000002e 0 12.00000000000000000000 12.00000000000000000000 0.00000000000000000000  -11.99999999999999822364 12.00000000000000000000 0.00000000000000000000
TrimBy 00000031 0 -11.99999999999999822364 12.00000000000000000000 0.00000000000000000000  -22.77845307080007231093 3.53980204720004687502 0.00000000000000000000
TrimBy 00000034 0 -22.77845307080007231093 3.53980204720004687502 0.00000000000000000000  -24.46892321458127028677 -0.52794441201383801587 0.00000000000000000000
TrimBy 00000001 0 -21.87711652850517296542 -4.08979627101554754631 0.00000000000000000000  -9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000
TrimBy 00000043 0 -20.00000000000000355271 1.99999999999999955591 0.00000000000000000000  -18.00000000000000710543 0.00000000000000000000 0.00000000000000000000
TrimBy 0000003a 0 -18.00000000000000710543 0.00000000000000000000 0.00000000000000000000  -20.00000000000000000000 -2.00000000000000044409 0.00000000000000000000
TrimBy 0000003d 0 -20.00000000000000000000 -2.00000000000000044409 0.00000000000000000000  -22.00000000000000000000 0.00000000000000022204 0.00000000000000000000
TrimBy 00000040 0 -22.00000000000000000000 0.00000000000000022204 0.00000000000000000000  -20.00000000000000355271 1.99999999999999955591 0.00000000000000000000
TrimBy 0000004f 0 20.00000000000000000000 1.99999999999999866773 0.00000000000000000000  21.99999999999999644729 0.00000000000000000000 0.00000000000000000000
TrimBy 00000046 0 21.99999999999999644729 0.00000000000000000000 0.00000000000000000000  20.00000000000000000000 -2.00000000000000088818 0.00000000000000000000
TrimBy 00000049 0 20.00000000000000000000 -2.00000000000000088818 0.00000000000000000000  17.99999999999999644729 0.00000000000000000000 0.00000000000000000000
TrimBy 0000004c 0 17.99999999999999644729 0.00000000000000000000 0.00000000000000000000  20.00000000000000000000 1.99999999999999866773 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000002 00646464 80030098 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 24.76524341765431458384 -10.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -24.76524341765432168927 -10.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 24.76524341765431458384 12.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 -24.76524341765432168927 12.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000026 1 24.46892321458126673406 -0.52794441201383701667 3.00000000000000000000  21.87711652850516941271 -4.08979627101554665813 3.00000000000000044409
TrimBy 00000002 1 -9.00016999658600980183 -10.00000000000000000000 3.00000000000000000000  -21.87711652850517296542 -4.08979627101554754631 3.00000000000000000000
TrimBy 00000005 1 -6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000  -9.00016999658600980183 -10.00000000000000000000 3.00000000000000000000
TrimBy 00000008 1 -6.00016999658601690726 -7.00000000000000266454 3.00000000000000088818  -6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000
TrimBy 0000000b 1 -9.00016999658601157819 -7.00000000000000177636 3.00000000000000088818  -6.00016999658601690726 -7.00000000000000266454 3.00000000000000088818
TrimBy 0000000e 1 -9.00016999658600980183 8.00000000000000000000 3.00000000000000000000  -9.00016999658601157819 -7.00000000000000177636 3.00000000000000088818
TrimBy 00000011 1 0.00000000000000177636 8.00000000000000177636 3.00000000000000000000  -9.00016999658600980183 8.00000000000000000000 3.00000000000000000000
TrimBy 00000014 1 9.00016999658601513090 8.00000000000000000000 3.00000000000000000000  0.00000000000000177636 8.00000000000000177636 3.00000000000000000000
TrimBy 00000017 1 9.00016999658601690726 -7.00000000000000088818 3.00000000000000000000  9.00016999658601513090 8.00000000000000000000 3.00000000000000000000
TrimBy 0000001a 1 6.00016999658601601908 -6.99999999999999822364 2.99999999999999955591  9.00016999658601690726 -7.00000000000000088818 3.00000000000000000000
TrimBy 0000001d 1 6.00016999658601868362 -10.00000000000000000000 3.00000000000000000000  6.00016999658601601908 -6.99999999999999822364 2.99999999999999955591
TrimBy 00000020 1 9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000  6.00016999658601868362 -10.00000000000000000000 3.00000000000000000000
TrimBy 00000023 1 21.87711652850517651814 -4.08979627101554843449 3.00000000000000000000  9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000
TrimBy 00000038 1 -21.87711652850517296542 -4.08979627101554754631 3.00000000000000000000  -24.46892321458127383949 -0.52794441201383701667 3.00000000000000000000
TrimBy 00000035 1 -24.46892321458127383949 -0.52794441201383701667 3.00000000000000000000  -22.77845307080007586364 3.53980204720004643093 3.00000000000000000000
TrimBy 00000032 1 -22.77845307080007586364 3.53980204720004643093 3.00000000000000000000  -12.00000000000000710543 12.00000000000000000000 3.00000000000000000000
TrimBy 0000002f 1 -12.00000000000000710543 12.00000000000000000000 3.00000000000000000000  12.00000000000000177636 12.00000000000000000000 3.00000000000000000000
TrimBy 0000002c 1 12.00000000000000177636 12.00000000000000000000 3.00000000000000000000  22.77845307080007586364 3.53980204720004687502 3.00000000000000000000
TrimBy 00000029 1 22.77845307080007586364 3.53980204720004687502 3.00000000000000000000  24.46892321458126673406 -0.52794441201383701667 3.00000000000000000000
TrimBy 0000003e 1 -22.00000000000000355271 0.00000000000000000000 3.00000000000000000000  -20.00000000000000710543 -2.00000000000000088818 3.00000000000000000000
TrimBy 0000003b 1 -20.00000000000000710543 -2.00000000000000088818 3.00000000000000000000  -18.00000000000000355271 0.00000000000000000000 3.00000000000000088818
TrimBy 00000044 1 -18.00000000000000355271 0.00000000000000000000 3.00000000000000088818  -20.00000000000000355271 1.99999999999999866773 3.00000000000000000000
TrimBy 00000041 1 -20.00000000000000355271 1.99999999999999866773 3.00000000000000000000  -22.00000000000000355271 0.00000000000000000000 3.00000000000000000000
TrimBy 0000004a 1 18.00000000000000355271 0.00000000000000022204 3.00000000000000088818  19.99999999999999644729 -1.99999999999999977796 2.99999999999999955591
TrimBy 00000047 1 19.99999999999999644729 -1.99999999999999977796 2.99999999999999955591  22.00000000000000355271 0.00000000000000038858 2.99999999999999955591
TrimBy 00000050 1 22.00000000000000355271 0.00000000000000038858 2.99999999999999955591  20.00000000000000000000 1.99999999999999866773 3.00000000000000000000
TrimBy 0000004d 1 20.00000000000000000000 1.99999999999999866773 3.00000000000000000000  18.00000000000000355271 0.00000000000000022204 3.00000000000000088818
3dsman's avatar
3dsman committed
AddSurface
Surface 00000003 00646464 80030034 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 -21.87711652850517296542 -4.08979627101554932267 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -21.87711652850517296542 -4.08979627101554932267 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 -9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000002 0 -21.87711652850517296542 -4.08979627101554932267 3.00000000000000000000  -9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000
TrimBy 00000001 1 -9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000  -21.87711652850517296542 -4.08979627101554932267 0.00000000000000000000
TrimBy 00000039 0 -21.87711652850517296542 -4.08979627101554932267 0.00000000000000000000  -21.87711652850517296542 -4.08979627101554932267 3.00000000000000000000
TrimBy 00000003 1 -9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000  -9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000004 00646464 80030102 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 -9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 -6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000005 0 -9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000  -6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000
TrimBy 00000004 1 -6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000  -9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000
TrimBy 00000003 0 -9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000  -9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000
TrimBy 00000006 1 -6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000  -6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000005 00646464 800300f9 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 -6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 -6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000008 0 -6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000  -6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000
TrimBy 00000007 1 -6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000  -6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000
TrimBy 00000006 0 -6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000  -6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000
TrimBy 00000009 1 -6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000  -6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000006 00646464 800300f0 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 -6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 -9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 0000000b 0 -6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000  -9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000
TrimBy 0000000a 1 -9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000  -6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000
TrimBy 00000009 0 -6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000  -6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000
TrimBy 0000000c 1 -9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000  -9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000007 00646464 80030085 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 -9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -9.00016999658601690726 8.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 -9.00016999658601690726 8.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 0000000e 0 -9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000  -9.00016999658601690726 8.00000000000000000000 3.00000000000000000000
TrimBy 0000000d 1 -9.00016999658601690726 8.00000000000000000000 0.00000000000000000000  -9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000
TrimBy 0000000c 0 -9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000  -9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000
TrimBy 0000000f 1 -9.00016999658601690726 8.00000000000000000000 3.00000000000000000000  -9.00016999658601690726 8.00000000000000000000 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000008 00646464 8003008e 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 -9.37503594216792279781 8.00000000000000000000 -0.37486594558190550197 Weight 1.00000000000000000000
SCtrl 0 1 -9.37503594216792279781 8.00000000000000000000 3.37486594558190544646 Weight 1.00000000000000000000
SCtrl 1 0 9.37503594216792279781 8.00000000000000000000 -0.37486594558190550197 Weight 1.00000000000000000000
SCtrl 1 1 9.37503594216792279781 8.00000000000000000000 3.37486594558190544646 Weight 1.00000000000000000000
TrimBy 00000011 0 -9.00016999658601690726 8.00000000000000000000 3.00000000000000000000  0.00000000000000000000 8.00000000000000000000 3.00000000000000000000
TrimBy 0000000f 0 -9.00016999658601513090 8.00000000000000000000 0.00000000000000000173  -9.00016999658601690726 8.00000000000000000000 3.00000000000000000000
TrimBy 00000010 1 0.00000000000000000000 8.00000000000000000000 0.00000000000000000000  -9.00016999658601513090 8.00000000000000000000 0.00000000000000000173
TrimBy 00000013 1 9.00016999658601690726 8.00000000000000000000 0.00000000000000000000  0.00000000000000000000 8.00000000000000000000 0.00000000000000000000
TrimBy 00000015 1 9.00016999658601690726 8.00000000000000000000 3.00000000000000000000  9.00016999658601690726 8.00000000000000000000 0.00000000000000000000
TrimBy 00000014 0 0.00000000000000000000 8.00000000000000000000 3.00000000000000000000  9.00016999658601690726 8.00000000000000000000 3.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000009 00646464 8003004f 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 9.00016999658601690726 8.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 9.00016999658601690726 8.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000017 0 9.00016999658601690726 8.00000000000000000000 3.00000000000000000000  9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000
TrimBy 00000016 1 9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000  9.00016999658601690726 8.00000000000000000000 0.00000000000000000000
TrimBy 00000015 0 9.00016999658601690726 8.00000000000000000000 0.00000000000000000000  9.00016999658601690726 8.00000000000000000000 3.00000000000000000000
TrimBy 00000018 1 9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000  9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 0000000a 00646464 800300e7 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 0000001a 0 9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000  6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000
TrimBy 00000019 1 6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000  9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000
TrimBy 00000018 0 9.00016999658601690726 -7.00000000000000000000 0.00000000000000000000  9.00016999658601690726 -7.00000000000000000000 3.00000000000000000000
TrimBy 0000001b 1 6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000  6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 0000000b 00646464 800300de 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 0000001d 0 6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000  6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000
TrimBy 0000001c 1 6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000  6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000
TrimBy 0000001b 0 6.00016999658601690726 -7.00000000000000000000 0.00000000000000000000  6.00016999658601690726 -7.00000000000000000000 3.00000000000000000000
TrimBy 0000001e 1 6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000  6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 0000000c 00646464 800300d5 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000020 0 6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000  9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000
TrimBy 0000001f 1 9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000  6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000
TrimBy 0000001e 0 6.00016999658601690726 -10.00000000000000000000 0.00000000000000000000  6.00016999658601690726 -10.00000000000000000000 3.00000000000000000000
TrimBy 00000021 1 9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000  9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 0000000d 00646464 80030046 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 21.87711652850517296542 -4.08979627101554932267 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 21.87711652850517296542 -4.08979627101554932267 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000023 0 9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000  21.87711652850517296542 -4.08979627101554932267 3.00000000000000000000
TrimBy 00000022 1 21.87711652850517296542 -4.08979627101554932267 0.00000000000000000000  9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000
TrimBy 00000021 0 9.00016999658601690726 -10.00000000000000000000 0.00000000000000000000  9.00016999658601690726 -10.00000000000000000000 3.00000000000000000000
TrimBy 00000024 1 21.87711652850517296542 -4.08979627101554932267 3.00000000000000000000  21.87711652850517296542 -4.08979627101554932267 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 0000000e 00646464 00000000 2 1
3dsman's avatar
3dsman committed
SCtrl 0 0 21.87711652850517296542 -4.08979627101554843449 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 21.87711652850517296542 -4.08979627101554843449 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 24.17260301150821533156 -3.03622407996475462966 0.00000000000000000000 Weight 0.87203288416685387219
SCtrl 1 1 24.17260301150821533156 -3.03622407996475462966 3.00000000000000000000 Weight 0.87203288416685387219
SCtrl 2 0 24.46892321458126673406 -0.52794441201383535134 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 2 1 24.46892321458126673406 -0.52794441201383535134 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000026 0 21.87711652850517296542 -4.08979627101554843449 3.00000000000000000000  24.46892321458126673406 -0.52794441201383535134 3.00000000000000000000
TrimBy 00000025 1 24.46892321458126673406 -0.52794441201383535134 0.00000000000000000000  21.87711652850517296542 -4.08979627101554843449 0.00000000000000000000
TrimBy 00000024 0 21.87711652850517296542 -4.08979627101554843449 0.00000000000000000000  21.87711652850517296542 -4.08979627101554843449 3.00000000000000000000
TrimBy 00000027 1 24.46892321458126673406 -0.52794441201383535134 3.00000000000000000000  24.46892321458126673406 -0.52794441201383535134 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 0000000f 00646464 00000000 2 1
3dsman's avatar
3dsman committed
SCtrl 0 0 24.46892321458126673406 -0.52794441201383535134 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 24.46892321458126673406 -0.52794441201383535134 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 24.76524341765432168927 1.98033525593708681356 0.00000000000000000000 Weight 0.87203288416685387219
SCtrl 1 1 24.76524341765432168927 1.98033525593708681356 3.00000000000000000000 Weight 0.87203288416685387219
SCtrl 2 0 22.77845307080007231093 3.53980204720004865138 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 2 1 22.77845307080007231093 3.53980204720004865138 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000029 0 24.46892321458126673406 -0.52794441201383535134 3.00000000000000000000  22.77845307080007231093 3.53980204720004865138 3.00000000000000000000
TrimBy 00000028 1 22.77845307080007231093 3.53980204720004865138 0.00000000000000000000  24.46892321458126673406 -0.52794441201383535134 0.00000000000000000000
TrimBy 00000027 0 24.46892321458126673406 -0.52794441201383535134 0.00000000000000000000  24.46892321458126673406 -0.52794441201383535134 3.00000000000000000000
TrimBy 0000002a 1 22.77845307080007231093 3.53980204720004865138 3.00000000000000000000  22.77845307080007231093 3.53980204720004865138 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000010 00646464 800300cc 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 22.77845307080007231093 3.53980204720004820729 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 22.77845307080007231093 3.53980204720004820729 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 12.00000000000000000000 12.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 12.00000000000000000000 12.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 0000002c 0 22.77845307080007231093 3.53980204720004820729 3.00000000000000000000  12.00000000000000000000 12.00000000000000000000 3.00000000000000000000
TrimBy 0000002b 1 12.00000000000000000000 12.00000000000000000000 0.00000000000000000000  22.77845307080007231093 3.53980204720004820729 0.00000000000000000000
TrimBy 0000002a 0 22.77845307080007231093 3.53980204720004820729 0.00000000000000000000  22.77845307080007231093 3.53980204720004820729 3.00000000000000000000
TrimBy 0000002d 1 12.00000000000000000000 12.00000000000000000000 3.00000000000000000000  12.00000000000000000000 12.00000000000000000000 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000011 00646464 800300c3 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 12.00000000000000000000 12.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 12.00000000000000000000 12.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -12.00000000000000000000 12.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 -12.00000000000000000000 12.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 0000002f 0 12.00000000000000000000 12.00000000000000000000 3.00000000000000000000  -12.00000000000000000000 12.00000000000000000000 3.00000000000000000000
TrimBy 0000002e 1 -12.00000000000000000000 12.00000000000000000000 0.00000000000000000000  12.00000000000000000000 12.00000000000000000000 0.00000000000000000000
TrimBy 0000002d 0 12.00000000000000000000 12.00000000000000000000 0.00000000000000000000  12.00000000000000000000 12.00000000000000000000 3.00000000000000000000
TrimBy 00000030 1 -12.00000000000000000000 12.00000000000000000000 3.00000000000000000000  -12.00000000000000000000 12.00000000000000000000 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000012 00646464 800300ba 1 1
3dsman's avatar
3dsman committed
SCtrl 0 0 -12.00000000000000000000 12.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -12.00000000000000000000 12.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -22.77845307080007231093 3.53980204720004820729 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 1 -22.77845307080007231093 3.53980204720004820729 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000032 0 -12.00000000000000000000 12.00000000000000000000 3.00000000000000000000  -22.77845307080007231093 3.53980204720004820729 3.00000000000000000000
TrimBy 00000031 1 -22.77845307080007231093 3.53980204720004820729 0.00000000000000000000  -12.00000000000000000000 12.00000000000000000000 0.00000000000000000000
TrimBy 00000030 0 -12.00000000000000000000 12.00000000000000000000 0.00000000000000000000  -12.00000000000000000000 12.00000000000000000000 3.00000000000000000000
TrimBy 00000033 1 -22.77845307080007231093 3.53980204720004820729 3.00000000000000000000  -22.77845307080007231093 3.53980204720004820729 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000013 00646464 00000000 2 1
3dsman's avatar
3dsman committed
SCtrl 0 0 -22.77845307080007231093 3.53980204720004731911 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -22.77845307080007231093 3.53980204720004731911 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -24.76524341765432168927 1.98033525593708281676 0.00000000000000000000 Weight 0.87203288416685387219
SCtrl 1 1 -24.76524341765432168927 1.98033525593708281676 3.00000000000000000000 Weight 0.87203288416685387219
SCtrl 2 0 -24.46892321458126673406 -0.52794441201383679463 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 2 1 -24.46892321458126673406 -0.52794441201383679463 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000035 0 -22.77845307080007231093 3.53980204720004731911 3.00000000000000000000  -24.46892321458126673406 -0.52794441201383679463 3.00000000000000000000
TrimBy 00000034 1 -24.46892321458126673406 -0.52794441201383679463 0.00000000000000000000  -22.77845307080007231093 3.53980204720004731911 0.00000000000000000000
TrimBy 00000033 0 -22.77845307080007231093 3.53980204720004731911 0.00000000000000000000  -22.77845307080007231093 3.53980204720004731911 3.00000000000000000000
TrimBy 00000036 1 -24.46892321458126673406 -0.52794441201383679463 3.00000000000000000000  -24.46892321458126673406 -0.52794441201383679463 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000014 00646464 00000000 2 1
3dsman's avatar
3dsman committed
SCtrl 0 0 -24.46892321458126673406 -0.52794441201383679463 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -24.46892321458126673406 -0.52794441201383679463 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -24.17260301150821177885 -3.03622407996475729419 0.00000000000000000000 Weight 0.87203288416685387219
SCtrl 1 1 -24.17260301150821177885 -3.03622407996475729419 3.00000000000000000000 Weight 0.87203288416685387219
SCtrl 2 0 -21.87711652850517296542 -4.08979627101554932267 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 2 1 -21.87711652850517296542 -4.08979627101554932267 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000038 0 -24.46892321458126673406 -0.52794441201383679463 3.00000000000000000000  -21.87711652850517296542 -4.08979627101554932267 3.00000000000000000000
TrimBy 00000037 1 -21.87711652850517296542 -4.08979627101554932267 0.00000000000000000000  -24.46892321458126673406 -0.52794441201383679463 0.00000000000000000000
TrimBy 00000036 0 -24.46892321458126673406 -0.52794441201383679463 0.00000000000000000000  -24.46892321458126673406 -0.52794441201383679463 3.00000000000000000000
TrimBy 00000039 1 -21.87711652850517296542 -4.08979627101554932267 3.00000000000000000000  -21.87711652850517296542 -4.08979627101554932267 0.00000000000000000000
3dsman's avatar
3dsman committed
AddSurface
Surface 00000015 00646464 00000000 2 1
SCtrl 0 0 -18.00000000000000000000 -0.00000000000000048986 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -18.00000000000000000000 -0.00000000000000048986 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -18.00000000000000000000 -2.00000000000000044409 0.00000000000000000000 Weight 0.70710678118654757274
SCtrl 1 1 -18.00000000000000000000 -2.00000000000000044409 3.00000000000000000000 Weight 0.70710678118654757274
SCtrl 2 0 -20.00000000000000000000 -2.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 2 1 -20.00000000000000000000 -2.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 0000003b 0 -18.00000000000000000000 -0.00000000000000048986 3.00000000000000000000  -20.00000000000000000000 -2.00000000000000000000 3.00000000000000000000
TrimBy 0000003a 1 -20.00000000000000000000 -2.00000000000000000000 0.00000000000000000000  -18.00000000000000000000 -0.00000000000000048986 0.00000000000000000000
TrimBy 00000045 0 -18.00000000000000000000 -0.00000000000000048986 0.00000000000000000000  -18.00000000000000000000 -0.00000000000000048986 3.00000000000000000000
TrimBy 0000003c 1 -20.00000000000000000000 -2.00000000000000000000 3.00000000000000000000  -20.00000000000000000000 -2.00000000000000000000 0.00000000000000000000
AddSurface
Surface 00000016 00646464 00000000 2 1
SCtrl 0 0 -20.00000000000000000000 -2.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -20.00000000000000000000 -2.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -22.00000000000000000000 -1.99999999999999977796 0.00000000000000000000 Weight 0.70710678118654757274
SCtrl 1 1 -22.00000000000000000000 -1.99999999999999977796 3.00000000000000000000 Weight 0.70710678118654757274
SCtrl 2 0 -22.00000000000000000000 0.00000000000000024493 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 2 1 -22.00000000000000000000 0.00000000000000024493 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 0000003e 0 -20.00000000000000000000 -2.00000000000000000000 3.00000000000000000000  -22.00000000000000000000 0.00000000000000024493 3.00000000000000000000
TrimBy 0000003d 1 -22.00000000000000000000 0.00000000000000024493 0.00000000000000000000  -20.00000000000000000000 -2.00000000000000000000 0.00000000000000000000
TrimBy 0000003c 0 -20.00000000000000000000 -2.00000000000000000000 0.00000000000000000000  -20.00000000000000000000 -2.00000000000000000000 3.00000000000000000000
TrimBy 0000003f 1 -22.00000000000000000000 0.00000000000000024493 3.00000000000000000000  -22.00000000000000000000 0.00000000000000024493 0.00000000000000000000
AddSurface
Surface 00000017 00646464 00000000 2 1
SCtrl 0 0 -22.00000000000000000000 0.00000000000000024493 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -22.00000000000000000000 0.00000000000000024493 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -22.00000000000000000000 2.00000000000000000000 0.00000000000000000000 Weight 0.70710678118654757274
SCtrl 1 1 -22.00000000000000000000 2.00000000000000000000 3.00000000000000000000 Weight 0.70710678118654757274
SCtrl 2 0 -20.00000000000000000000 2.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 2 1 -20.00000000000000000000 2.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000041 0 -22.00000000000000000000 0.00000000000000024493 3.00000000000000000000  -20.00000000000000000000 2.00000000000000000000 3.00000000000000000000
TrimBy 00000040 1 -20.00000000000000000000 2.00000000000000000000 0.00000000000000000000  -22.00000000000000000000 0.00000000000000024493 0.00000000000000000000
TrimBy 0000003f 0 -22.00000000000000000000 0.00000000000000024493 0.00000000000000000000  -22.00000000000000000000 0.00000000000000024493 3.00000000000000000000
TrimBy 00000042 1 -20.00000000000000000000 2.00000000000000000000 3.00000000000000000000  -20.00000000000000000000 2.00000000000000000000 0.00000000000000000000
AddSurface
Surface 00000018 00646464 00000000 2 1
SCtrl 0 0 -20.00000000000000000000 2.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 -20.00000000000000000000 2.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 -18.00000000000000000000 2.00000000000000000000 0.00000000000000000000 Weight 0.70710678118654757274
SCtrl 1 1 -18.00000000000000000000 2.00000000000000000000 3.00000000000000000000 Weight 0.70710678118654757274
SCtrl 2 0 -18.00000000000000000000 0.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 2 1 -18.00000000000000000000 0.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000044 0 -20.00000000000000000000 2.00000000000000000000 3.00000000000000000000  -18.00000000000000000000 0.00000000000000000000 3.00000000000000000000
TrimBy 00000043 1 -18.00000000000000000000 0.00000000000000000000 0.00000000000000000000  -20.00000000000000000000 2.00000000000000000000 0.00000000000000000000
TrimBy 00000042 0 -20.00000000000000000000 2.00000000000000000000 0.00000000000000000000  -20.00000000000000000000 2.00000000000000000000 3.00000000000000000000
TrimBy 00000045 1 -18.00000000000000000000 0.00000000000000000000 3.00000000000000000000  -18.00000000000000000000 0.00000000000000000000 0.00000000000000000000
AddSurface
Surface 00000019 00646464 00000000 2 1
SCtrl 0 0 22.00000000000000000000 -0.00000000000000048986 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 0 1 22.00000000000000000000 -0.00000000000000048986 3.00000000000000000000 Weight 1.00000000000000000000
SCtrl 1 0 22.00000000000000000000 -2.00000000000000044409 0.00000000000000000000 Weight 0.70710678118654757274
SCtrl 1 1 22.00000000000000000000 -2.00000000000000044409 3.00000000000000000000 Weight 0.70710678118654757274
SCtrl 2 0 20.00000000000000000000 -2.00000000000000000000 0.00000000000000000000 Weight 1.00000000000000000000
SCtrl 2 1 20.00000000000000000000 -2.00000000000000000000 3.00000000000000000000 Weight 1.00000000000000000000
TrimBy 00000047 0 22.00000000000000000000 -0.00000000000000048986 3.00000000000000000000  20.00000000000000000000 -2.00000000000000000000 3.00000000000000000000
TrimBy 00000046 1 20.00000000000000000000 -2.00000000000000000000 0.00000000000000000000  22.00000000000000000000 -0.00000000000000048986 0.00000000000000000000
TrimBy 00000051 0 22.00000000000000000000 -0.00000000000000048986 0.00000000000000000000  22.00000000000000000000 -0.00000000000000048986 3.00000000000000000000