User contributions for Ted
Jump to navigation
Jump to search
26 May 2011
- 22:5522:55, 26 May 2011 diff hist −2 Lines No edit summary current
23 August 2010
- 10:4910:49, 23 August 2010 diff hist +250 Talk:Main Page No edit summary current
- 10:0110:01, 23 August 2010 diff hist +1,453 N Talk:Main Page Created page with '==Project Notes== Still need some way of saving input data and then opening an input file. Because the input file would be the same for all drawings (to avoid re-inputting infor…'
22 August 2010
- 21:1721:17, 22 August 2010 diff hist +860 N Variable Names Created page with 'Generally I've been trying to follow Hungarian Notation where the prefix to the variable name tells you what kind of variable it is. ===Objects=== '''Points''' - pt: ptA, ptOr…' current
- 21:0421:04, 22 August 2010 diff hist +21 Main Page No edit summary current
- 10:1010:10, 22 August 2010 diff hist +7 Main Page No edit summary
17 August 2010
- 20:2920:29, 17 August 2010 diff hist +101 SetLine No edit summary current
- 16:1116:11, 17 August 2010 diff hist +82 Arcs No edit summary current
- 16:1016:10, 17 August 2010 diff hist +308 Arcs No edit summary
- 16:0516:05, 17 August 2010 diff hist +1,466 N SetLine Created page with 'This subroutine takes a string which represents some kind of line type defined by the programmer and and changes the Microstation settings so that the next time a line is placed …'
- 16:0016:00, 17 August 2010 diff hist +459 N Ellipses Created page with 'An ellipse element is needed to draw a circle, which is just a special case of an ellipse. The function takes the center point as well as the radius along the X- and Y-axes and a…' current
- 15:5515:55, 17 August 2010 diff hist +1,875 N FeetString Created page with 'This function takes a value in decimal feet and returns a string with feet, inches, and eighths (can be modified to other fractions), e.g. 4'-3 3/8". In Microstation the fraction…' current
- 15:0815:08, 17 August 2010 diff hist +1,187 N AngleString Created page with 'This function takes an angle in radians and returns a text string with a format something like 4°-04'-21.1" Note that the function Degrees(), like Radians(), is part of Micro…' current
- 06:3506:35, 17 August 2010 diff hist +8 Main Page No edit summary
16 August 2010
- 18:3718:37, 16 August 2010 diff hist +4 Lines No edit summary
- 18:3618:36, 16 August 2010 diff hist +391 N Arcs Created page with 'The CreateArcElement1 function is easiest for 2D drawings because it only requires three points: starting and ending points along the arc along with the center of the arc. <PRE>…'
- 18:2818:28, 16 August 2010 diff hist +13 Formatting Numbers No edit summary current
- 18:2718:27, 16 August 2010 diff hist +196 Formatting Numbers No edit summary
- 18:2018:20, 16 August 2010 diff hist +277 Main Page No edit summary
- 18:1618:16, 16 August 2010 diff hist +38 Main Page →Drawing Elements
15 August 2010
- 10:2710:27, 15 August 2010 diff hist +194 Lines No edit summary
- 10:2510:25, 15 August 2010 diff hist +336 Lines No edit summary
- 10:1610:16, 15 August 2010 diff hist −23 Points No edit summary current
13 August 2010
- 16:0716:07, 13 August 2010 diff hist +397 Text No edit summary current
12 August 2010
- 22:2322:23, 12 August 2010 diff hist +496 N Formatting Numbers Created page with 'The best way to format numbers for output is to use the Format() function. It seems to work fine on either a string that looks like a number or just a regular number. Here is a …'
- 22:1322:13, 12 August 2010 diff hist +25 Main Page No edit summary
6 August 2010
- 19:2319:23, 6 August 2010 diff hist +37 Lines No edit summary
- 19:2019:20, 6 August 2010 diff hist +30 Rotation Matrix No edit summary current
- 19:1819:18, 6 August 2010 diff hist +26 Points No edit summary
- 19:1719:17, 6 August 2010 diff hist +376 Points No edit summary
- 19:1119:11, 6 August 2010 diff hist +187 Main Page No edit summary
- 14:5914:59, 6 August 2010 diff hist +393 Lines No edit summary
- 14:2814:28, 6 August 2010 diff hist +1 Rotation Matrix No edit summary
- 10:1310:13, 6 August 2010 diff hist +4 Lines No edit summary
5 August 2010
- 17:5017:50, 5 August 2010 diff hist +2 Main Page No edit summary
- 17:4917:49, 5 August 2010 diff hist +4 Main Page No edit summary
- 17:4817:48, 5 August 2010 diff hist +56 Main Page No edit summary
- 15:3815:38, 5 August 2010 diff hist −4 Text No edit summary
- 15:2215:22, 5 August 2010 diff hist +530 N Points Created page with 'To create lines you need a start and end point. Even cells and text require a point. So first you have to set up variables that can hold those points. A point consist…'
- 15:2015:20, 5 August 2010 diff hist −456 Lines No edit summary
- 15:1915:19, 5 August 2010 diff hist +14 Lines No edit summary
- 15:0915:09, 5 August 2010 diff hist +161 Text No edit summary
- 15:0515:05, 5 August 2010 diff hist +619 N Rotation Matrix Created page with 'To rotate cells or text when they are placed, you have to supply a Rotation Matrix. If you don't want any roation you can use the built-in constant Matrix3dIdentity. But …'
- 15:0315:03, 5 August 2010 diff hist −413 Cells No edit summary current
- 15:0115:01, 5 August 2010 diff hist +164 Text No edit summary
- 14:5314:53, 5 August 2010 diff hist +942 N Text Created page with 'Placing text is much more dependent on ActiveSettings, so the command itself is pretty simple. It involves setting up a point (like lines or cells) and a rotation matrix,…'
- 14:3414:34, 5 August 2010 diff hist +1 Cells No edit summary
- 14:3414:34, 5 August 2010 diff hist +408 Cells No edit summary
- 14:3214:32, 5 August 2010 diff hist +468 Cells No edit summary
- 13:2213:22, 5 August 2010 diff hist +743 N Cells Created page with 'Placing a cells is similar to placing [[lines] in that both are elements. First you store the cell into a variable then you put that variable into the drawing. <PRE> Dim oCell a…'