tin:setststyle


(tin:setstyle  tinEname  style)

This function assigns style as the actual visualisation style for the tinEname TinSurface entity (like triangles, contour lines, boundary ...).

Arguments

tinEname  (ename or vla-object)  the TinSurface entity to query
style  (integer) bit flag combination of style flags, see "Type Constants"

Return

T or NIL

Example

(tin:setStyle tin (+ bcTinStyleTriangles bcTinStyleContours))  T
(tin:setStyle tin (+ bcTinStyleBoundary bcTinStylePoints))  T

Remarks

if the style is changed, the TinSurface display gets immediately updated;

there are symbolic constants for all style flags :
bcTinStyleNone  0
bcTinStyleBoundary  1
bcTinStylePoints  2
bcTinStyleTriangles  4
bcTinStyleContours  8
bcTinStyleElevationTooltip  16

see (tin:getstyle) function



©  Bricsys NV. All rights reserved.