01-25-2009 12:02 AM
In the LV examples there is a project titled Graphics Example. Where do I go to learn more on how this works? For example, there is an object titled Circle.lvclass. How does this make a circle? How do I create one to make a triangle?
I'm using LV 8.6.
Thanks,
Dave
01-25-2009
12:52 AM
- last edited on
11-13-2025
02:03 PM
by
Content Cleaner
The description of the example is as follows:
"This example demonstrates a traditional hierarchy of classes. The Line, Point, and Collection classes inherit from the Graphic class.
Refer to the LabVIEW Help for more information about LabVIEW object-oriented programming."
So maybe you should start with the LabVIEW help (e.g. with the three sections listed here) 🙂
You migh also want to read the following article: LabVIEW Object-Oriented Programming: The Decisions Behind the Design
01-26-2009 02:00 PM