15 lines
383 B
Text
15 lines
383 B
Text
|
from part import *
|
||
|
from material import *
|
||
|
from section import *
|
||
|
from assembly import *
|
||
|
from step import *
|
||
|
from interaction import *
|
||
|
from load import *
|
||
|
from mesh import *
|
||
|
from job import *
|
||
|
from sketch import *
|
||
|
from visualization import *
|
||
|
from connectorBehavior import *
|
||
|
mdb.models['Dream6'].boundaryConditions['BC-2'].setValues(u1=-0.7)
|
||
|
# Save by 05365350 on Fri Oct 19 21:01:57 2012
|