In v15, Project > Settings.
Search found 4 matches
- Fri Apr 21, 2023 9:36 am
- Forum: General
- Topic: XYZ at cursor
- Replies: 2
- Views: 18929
- Fri Jun 10, 2022 8:25 am
- Forum: General
- Topic: Point/Vertex ID's in Macros
- Replies: 3
- Views: 20499
Re: Point/Vertex ID's in Macros
Hi Elliot, There's no direct call to compare them - you'd need two Text variables to get the return values, and then manually compare those values for each individual vertex of each individual string (element). The call you want is: Get_super_vertex_point_number(Element super,Integer vert,Text &...
- Mon Jun 06, 2022 9:24 am
- Forum: General
- Topic: ADD TINABLE INTERVALS TO SECTION STRING
- Replies: 13
- Views: 138931
Re: ADD TINABLE INTERVALS TO SECTION STRING
You could always dump an SLX for that panel and stick it in a chain after you recalc the MTF function:
- Mon May 23, 2022 2:03 pm
- Forum: General
- Topic: Plotting Perspective OpenGL view
- Replies: 8
- Views: 42666
Re: Plotting Perspective OpenGL view
Have you tried creating a Perspective frame? 12d_22-05-23_13-59-18_1720.png Also worth noting that the env.4d setting DEFAULT_RASTER_DPI_4D controls the overall raster print quality, so you may need to adjust this in conjunction with the 'High res factor' field on the Perspective frame to get the re...