tinc:createwallbyentity
(tinc:createWallByEntity ename
type ent side height)
Creates a wall constraint of
type using
ent as wall
defining entity with height
and side
for the ename TinSurface; returns ID
identifier (integer) or NIL.
Arguments |
ename (ename) the TinSurface entity |
Return |
(integer) ID, identifier of the constraint, or NIL if the operation fails |
Example |
(setq constraint
(tinc:createWallByEntity tin bcTinWallNomal (entlast)
bcTinWallLeft 5.0)) |
Remarks |
for the wall constraint type and the side enum, see Type Constants |
© Bricsys NV. All rights reserved. |