Search found 30 matches

by jkrsik
04 Nov 2015, 13:51
Forum: Design forms features
Topic: Change log
Replies: 6
Views: 6490

Change log 15.3

size=150:33pjaioaDesign Forms 15.3/size:33pjaioa build 15.3.15 b:33pjaioau:33pjaioaDesign Forms Builder:/u:33pjaioa/b:33pjaioa list:33pjaioa *:33pjaioaOption - Compile code to C#/*:m:33pjaioa *:33pjaioaDebug menu - Get memory, Export output to XML, Test compiled calculations, Simple speed test (comp...
by jkrsik
04 Nov 2015, 13:35
Forum: Design forms features
Topic: Change log
Replies: 6
Views: 6490

Change log 15.2

size=150:3d7wisn8Design Forms 15.2/size:3d7wisn8 Released: 09/2015 b:3d7wisn8u:3d7wisn8Design Forms Builder:/u:3d7wisn8/b:3d7wisn8 list:3d7wisn8 *:3d7wisn8url=http://designforms.net/forum/viewtopic.php?f=2&t=2235:3d7wisn8Script flowchart/url:3d7wisn8 - Flowchart represents an algorithm (= script...
by jkrsik
15 Sep 2015, 11:44
Forum: Setup
Topic: Concrete
Replies: 6
Views: 11809

IO.Setup.Concrete.Defaults.MinCover

b:25emoeksIO.Setup.Concrete.Defaults.MinCover.AbrasionAttack/b:25emoeks = Risk of abrasion attack, EN 1992-1-1, §4.4.1.2(13) = 0, None = 1, XM1 = 2, XM2 = 3, XM3 default value 0 b:25emoeksIO.Setup.Concrete.Defaults.MinCover.ConChars.TypeOfConcrete/b:25emoeks = Type of concrete, EN 1992-1-1, §4.4.1...
by jkrsik
15 Sep 2015, 11:25
Forum: Setup
Topic: Concrete
Replies: 6
Views: 11809

IO.Setup.Concrete.Defaults.DefaultSwayType

bIO.Setup.Concrete.Defaults.DefaultSwayType.SwayAroundYAxis/b
= Sway around y axis
= 0, NO
= 1, YES
default value 1

bIO.Setup.Concrete.Defaults.DefaultSwayType.SwayAroundZAxis/b
= Sway around z axis
= 0, NO
= 1, YES
default value 1
by jkrsik
15 Sep 2015, 11:20
Forum: Setup
Topic: Concrete
Replies: 6
Views: 11809

IO.Setup.Concrete.Defaults.Column

b:1heabz7oIO.Setup.Concrete.Defaults.Column.Longitudinal.Main.Cover/b:1heabz7o = Cover to the edge of main reinforcement on Column in m default value 0.030 b:1heabz7oIO.Setup.Concrete.Defaults.Column.Longitudinal.Main.Diameter/b:1heabz7o = User defined value of diameter of main reinforcement on Colu...
by jkrsik
15 Sep 2015, 11:16
Forum: Setup
Topic: Concrete
Replies: 6
Views: 11809

IO.Setup.Concrete.Defaults.BeamSlab

b:iot2s5ksIO.Setup.Concrete.Defaults.BeamSlab.Longitudinal.Lower.Cover/b:iot2s5ks = Cover to the edge of lower reinforcement on BeamSlab in m default value 0.030 b:iot2s5ksIO.Setup.Concrete.Defaults.BeamSlab.Longitudinal.Lower.Diameter/b:iot2s5ks = User defined value of diameter of lower reinforceme...
by jkrsik
15 Sep 2015, 11:13
Forum: Setup
Topic: Concrete
Replies: 6
Views: 11809

IO.Setup.Concrete.Defaults.Beam

b:223juxcnIO.Setup.Concrete.Defaults.Beam.Longitudinal.Lower.Cover/b:223juxcn = Cover to the edge of lower longitudinal reinforcement on beam in m default value 0.030 b:223juxcnIO.Setup.Concrete.Defaults.Beam.Longitudinal.Lower.Diameter/b:223juxcn = User defined value of diameter of lower longitudin...
by jkrsik
09 Sep 2015, 08:05
Forum: Design forms features
Topic: Generating all dangerous combinations from Result class
Replies: 0
Views: 2757

Generating all dangerous combinations from Result class

b:df7sjyfjHow to generate separately all dangerous combinations for all envelope combinations in Result Class./b:df7sjyfj When calculation have to be performed for ULS and SLS combination together, this setting is necessary. It allows to generage extremes from all envelope combinations which are use...
by jkrsik
02 Feb 2015, 07:29
Forum: Design forms features
Topic: Round polyline
Replies: 1
Views: 3431

Round polyline

Method for adding rounding to polyline corners (stirrups) is availabile. RoundPolyline(object Points, double Radius, double NumberOfEdges); method return array of points with rounding. u:1vfw30mfexample:/u:1vfw30mf Polyline - array of points without rounding X, Y 0.02 - radius of created rounding in...
by jkrsik
29 Jan 2015, 08:13
Forum: Design forms features
Topic: CustomDataTable
Replies: 1
Views: 2813

Re: CustomDataTable

from version 6.0

You can't use this command to convert table immediately after loading:
object cDT = new CustomDataTable(<file_name>).Convert();

Correct procedure is:
object cDT = new CustomDataTable(<file_name>);
cDT = cDT.Convert();

Go to advanced search