Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leo27945875 committed Sep 3, 2022
1 parent 41395ac commit 6628fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = '2.0.2'
VERSION = '2.0.3'
DESCRIPTION = '3D and 2D Truss structural analysis'


Expand Down
2 changes: 1 addition & 1 deletion slientruss3d/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def CubesToTruss(self, cubes, length, isAddPinSupport=True, isAllowParallel=True


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

def AssignRandomForces(trussData, forceRange, nForceRange):
Expand Down

0 comments on commit 6628fa2

Please sign in to comment.