Difference between revisions of "Main Page"

From Microstation VBA Wiki
Jump to: navigation, search
 
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''MediaWiki has been successfully installed.'''
+
'''Microstation VBA Beginners Guide'''
  
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
Using Microstation V8i (v8.11), I got started from scratch and had the hardest time figuring out how to do the most basic operations of creating a basic 2D drawing (a cross-section of a concrete column). This Wiki documents how to use Microstation VBA, assuming you already know how to make a simple VBA user form. I have disabled edits from non-users and I have even disabled allowing people to sign up. If you really want to contribute content, please e-mail me at: brted atsymbol yahoo period com.
  
== Getting started ==
+
I'm going to skip getting started in the project manager and VBA editor because that is actually pretty well documented.
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
+
 
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
+
== Drawing Elements ==
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
* [[Lines]]
 +
* [[Cells]]
 +
* [[Text]]
 +
* [[Arcs]]
 +
* [[Ellipses]] and Circles
 +
 
 +
That's as far as I've gotten.
 +
 
 +
== Supporting Topics ==
 +
* [[Formatting Numbers]]
 +
* [[Points]]
 +
* [[Rotation Matrix]]
 +
* [[Variable Names]]
 +
 
 +
== Subroutines ==
 +
* [[FeetString]] - Takes decimal feet and outputs a string in feet, inches, and eighths
 +
* [[AngleString]] - Take an angle in radians and gives a string in hours, minutes, and seconds
 +
* [[SetLine]] - Give a line code, sets level, color, line weight, and type

Latest revision as of 21:04, 22 August 2010

Microstation VBA Beginners Guide

Using Microstation V8i (v8.11), I got started from scratch and had the hardest time figuring out how to do the most basic operations of creating a basic 2D drawing (a cross-section of a concrete column). This Wiki documents how to use Microstation VBA, assuming you already know how to make a simple VBA user form. I have disabled edits from non-users and I have even disabled allowing people to sign up. If you really want to contribute content, please e-mail me at: brted atsymbol yahoo period com.

I'm going to skip getting started in the project manager and VBA editor because that is actually pretty well documented.

Drawing Elements

That's as far as I've gotten.

Supporting Topics

Subroutines

  • FeetString - Takes decimal feet and outputs a string in feet, inches, and eighths
  • AngleString - Take an angle in radians and gives a string in hours, minutes, and seconds
  • SetLine - Give a line code, sets level, color, line weight, and type