hi,
in my project i iterate thru selected elements and separate
edges
faces
groups
components
but
when i select a square from a sandbox-mesh, my group info shows not FACE , but (german) "Oberflaeche", which is something like "surface" or "plane???".
now the question is, how can i "filter" it in an iteration ( >> if innerface.is_a?(Sketchup::?????),
because otherwise this square is regarded as two faces (2 triangles).
i have to delete the smooth-diagonal to get a clear face for my further operations.
so:
is there a way, how to identify this kind of SURFACE ?
thanx
stan