tin:getstyle


(tin:getstyle  tinEname)

This function returns the actual visualisation style of the tinEname TinSurface entity (like triangles, contour lines, boundary ...).

Arguments

tinEname  (ename or vla-object)  the TinSurface entity to query

Return

(integer) bit flag combination of style flags, see "Type Constants"

Example

(tin:getStyle tin)  12
bcTinStyleTriangles (4) + bcTinStyleContours (8)

Remarks


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

see (tin:setstyle) function



©  Bricsys NV. All rights reserved.