| Overview | All Modules | Tutorial | User's Guide | Programming Guide |
Module category: Filter
CutGeometry cuts geometry objects: Lines, Polygons and TriangleStrips. The part which sould be cut away is defined through a plane. This is used to make the inner parts of geometry objects visible.
CutGeometry is available for COVISE version 4.5 and higher. It's tested on all available platforms.
| Name | Type | Description |
| method | Choice | cut geometry based on data or based on geometry |
| distance | FloatScalar | distance of plane |
| normal | FloatVector | normal of plane |
| data_min | FloatScalar | smallest data value, polygons with smaller values will be removed |
| data_max | FloatScalar | biggest data value, polygons with bigger values will be removed |
| invert_cut | Boolean | invert selected polygons? |
| strict_selection | Boolean | one vertex out of bound is enough to erase polygon |
| Name | Type(s) | Description |
| geo_in | Polygons
TriangleStrips Lines | geometry |
| data_in1 | Float
Vec3 RGBA | data |
| data_in2 | Float
Vec3 RGBA | data |
| data_in3 | Float
Vec3 RGBA | data |
| data_in4 | Float
Vec3 RGBA | data |
| adjustParams | Text | override parameter values |
| Name | Type(s) | Description |
| geo_out | Polygons
Lines | geometry |
| data_out1 | Float
Vec3 RGBA | data |
| data_out2 | Float
Vec3 RGBA | data |
| data_out3 | Float
Vec3 RGBA | data |
| data_out4 | Float
Vec3 RGBA | data |
RWCovise reads in the computational grid of a channel with two inlets. DomainSurface
computes the outer surface of the channel. CutGeometry cuts the upper side of the
channel.
The following image shows the cutted channel in the renderer.
| Authors: Martin Aumüller, Ruth Lang, Daniela Rainer, Jürgen Schulze-Döbold, Andreas Werner, Peter Wolf, Uwe Wössner |
| Copyright © 1993-2022 HLRS, 2004-2014 RRZK, 2005-2014 Visenso |
COVISE Version 2021.12
|