Advanced form of LINE_P
|
01-03-2024, 07:25 PM
Post: #1
|
|||
|
|||
Advanced form of LINE_P
In the on-calc help, you can find: "The advanced form of LINE_P allows the rendering of multiple lines at a time with a potential 3D transformation of the points that define the line. This is mostly used if you have a set of vertices and lines and want to display them all at once (faster)".
Can someone provide a working example of a simple LINE_P call that draws two straight lines? I've tried with lists and matrices, but nothing seemed to work. |
|||
01-03-2024, 09:50 PM
Post: #2
|
|||
|
|||
RE: Advanced form of LINE_P
The following program draws two lines:
Code: #pragma mode( separator(.,;) integer(h32) ) |
|||
01-04-2024, 08:40 AM
Post: #3
|
|||
|
|||
RE: Advanced form of LINE_P
(01-03-2024 09:50 PM)Didier Lachieze Wrote: The following program draws two lines: My mistake was that I focused too much on the format of the definition of points and lines and didn't notice that "-1" should be used as a list element, whereas I was entering it as a direct parameter. Now everything is working correctly. Thanks. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)