tinc:getboundarytype


(tinc:getBoundaryType  ename  constraint)

This function returns the type of the boundary constraint for the ename TinSurface entity or NIL.

Arguments

ename  (ename)  the TinSurface entity to query
constraint  (integer or ename)  the boundary constraint to be queried

Return

(integer) EBoundaryType bcTinShow 0, bcTinHide 1, bcTinOuter 2) or NIL

Example

(tinc:getboundarytype tin (entlast))  2
(tinc:getboundarytype tin 110459336)  1

Remarks

if the specified constraints is not of boundary type, NIL is returned;
for the EBoundaryType boundary type symbolic names, please see Type Constants



©  Bricsys NV. All rights reserved.