I want to make GDL for floor slab accessories and request the top area
of this slab. I wrote this: n = REQUEST("SLAB_TOP_SURF" , " " , _area )
But it was not successful. May I ask how to write this sentence?
I have developed a GDL point cloud editing tool, which can be called a
"point cloud cutter". It has the following functions: 1. Point clouds
with unnecessary edges can be cut off2. Unnecessary internal components
can be removed.3. It can automaticall...
Help: vert {2}, edge, vect, pgon, how are these commands
used?Constructing a freeform surface definitely requires these
instructions.Unfortunately, I have tried many times but still cannot
find their patterns.
Thank you very much! This is exactly what I want.
!!!===求板面积,不包括挖洞的======= data1 = 0.0 data2 = 0.0 FOR i = 1 to points -1
!!!叉乘 data1 = P[i][1] * P[i+1][2] + data1 data2 = P[i+1][1]* P[i][2] +
data2 next i slab_area = (data1 - data2 ) /2 !!!单层面积 With...
I want to create a GDL that generates a building model from slab
Accessories Add Ons and calculates the area of the building.When
changing the shape of the slab, the building outline also changes, and
the area data changes accordingly. The area data ...
Thank you very much! This is exactly what I want.
!!!===求板面积,不包括挖洞的======= data1 = 0.0 data2 = 0.0 FOR i = 1 to points -1
!!!叉乘 data1 = P[i][1] * P[i+1][2] + data1 data2 = P[i+1][1]* P[i][2] +
data2 next i slab_area = (data1 - data2 ) /2 !!!单层面积