FRAME_D
generates a frame with its outer polygon in the XY plane; in comparison with FRAME
it is possible to set 4 different values for the thickness of the frame.
Furthermore you can define holes and create segments and arcs in the polyline.
Syntax
FRAME_D n, bottom, right, top, left, w , h , x1, y1, ... xn, yn
Parameters
n
(integer): number of polygon nodes.
bottom
(decimal): segment starts at the left side and ends at the right side of the min-max-box.
right
(decimal): in positive Y direction and on the right side of the min-max-box.
top
(decimal): segment starts at the right side and ends at the left side of the min-max-box.
left
(decimal): in negative Y direction and on the left side of the min-max-box.
h
(decimal): height of the frame.
xi
, yi
(decimal): X resp. Y coordinate of the polygon nodes 1
... n
.
si
(decimal): status code that allows you to define holes and create segments and arcs in the polyline using special constraints.
parameter restrictions: n
³ 3
Remarks
Each polygon has at least one top and one bottom segment.
The side segments (left
and right
) are optional.
If a polygon has unified colinear segments, there is a maximum of one side segment.
Usable since script version 2.0 (Allplan 2014-1).
(C) ALLPLAN GmbH |
Privacy policy |