Skip to content

Commit 6628fa2

Browse files
committed
v2.0.3
1 parent 41395ac commit 6628fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
VERSION = '2.0.2'
3+
VERSION = '2.0.3'
44
DESCRIPTION = '3D and 2D Truss structural analysis'
55

66

slientruss3d/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def CubesToTruss(self, cubes, length, isAddPinSupport=True, isAllowParallel=True
312312

313313

314314
def GenerateRandomCubeTrusses(gridRange=(5, 5, 5), numCubeRange=(5, 5), numEachRange=(1, 10), lengthRange=(50, 150), forceRange=[(-30000, 30000), (-30000, 30000), (-30000, 30000)],
315-
nForceRange=None, method=GenerateMethod.Random, linkType=LinkType.Random, memberTypes=[[1., 1e7, 0.1]], isAddPinSupport=True, isAllowParallel=True,
315+
nForceRange=None, method=GenerateMethod.Random, linkType=LinkType.Random, memberTypes=[[1., 1e7, 0.1]], isAddPinSupport=True, isAllowParallel=False,
316316
isDoStructuralAnalysis=False, isPlotTruss=False, isPrintMessage=True, saveFolder=None, augmenter=NoChange(), seed=None):
317317

318318
def AssignRandomForces(trussData, forceRange, nForceRange):

0 commit comments

Comments
 (0)