Syntax
plc_hole vert# = R, R, R
[ , flooding = S ] [ , name = S ] [ , offset = R ]
[ , plc_pnt = S ] [ , thickness = R ] [ , user_attr = S ] ;
Usage
This command places a hole element in the area element that was placed last.
Arguments
flooding -- This argument is not supported by FrameWorks Plus and is ignored.
name -- The name or mark has a maximum number of characters of 24.
offset -- This argument is not supported by FrameWorks Plus and is ignored.
plc_pnt -- The placement point for hole must be either of the following valid strings: Center or Face.
thickness -- The hole thickness must be greater than zero.
user_attr -- This argument is not supported by FrameWorks Plus and is ignored.
vert# -- The vertices coordinates: x1, y1, z1, ... xi, yi, zi, ... xn, yn, zn
Example Syntax
-
plc_hole vert1=.5,.5,0 ,vert2=.5,1.5,0 ,vert3=1.5,1.5,0 ,vert4=1.5,0,0;
-
plc_hole
vert1 = .5, .5, 0,
vert2 = .5, 1.5, 0,
vert3 = 1.5, 1.5, 0,
vert4 = 1.5, 0, 0,
thickness = 1.5,
plc_pnt = "face",
name = "hole1";