New pages

Jump to navigation Jump to search
New pages
Hide bots | Show redirects

22 August 2010

  • 21:1721:17, 22 August 2010 Variable Names (hist | edit) [860 bytes] Ted (talk | contribs) (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…')

17 August 2010

  • 16:0516:05, 17 August 2010 SetLine (hist | edit) [1,567 bytes] Ted (talk | contribs) (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 Ellipses (hist | edit) [459 bytes] Ted (talk | contribs) (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…')
  • 15:5515:55, 17 August 2010 FeetString (hist | edit) [1,875 bytes] Ted (talk | contribs) (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…')
  • 15:0815:08, 17 August 2010 AngleString (hist | edit) [1,187 bytes] Ted (talk | contribs) (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…')

16 August 2010

  • 18:3618:36, 16 August 2010 Arcs (hist | edit) [781 bytes] Ted (talk | contribs) (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>…')

12 August 2010

5 August 2010

4 August 2010

  • 16:4216:42, 4 August 2010 Lines (hist | edit) [2,314 bytes] Ted (talk | contribs) (Created page with 'You can't just draw a line. Instead you have to create a line in memory and then write it to the DGN file. So in a subroutine, first you set up a variable that will hold an eleme…')