LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to better understand the Graphics Example

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

0 Kudos
Message 1 of 3
(2,850 Views)

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

0 Kudos
Message 2 of 3
(2,842 Views)
Thank you for the references. Prior to this I did not even know what the subject matter is. Thanks, Dave
0 Kudos
Message 3 of 3
(2,791 Views)