Workspace 6.21.5
|
Creates a new ClipRegion using an existing Region object. ClipRegions are used to "clip" geometry in a Scene, cutting away pieces of it so that internal or obscured parts of the geometry are visible.
Inputs: | |||
---|---|---|---|
Enabled | bool | If enabled, the ClipRegion will be active in the Scene. | |
Visible | bool | If enabled, a 2D plane representing the ClipRegion will be visible in the Scene. | |
Region | CSIRO::Mesh::Region | The geometric region defining which parts of the Scene will be clipped. | |
Criteria | CSIRO::Rendering::ClipRegion::ClipCriteria | Controls the conditions for how to apply the region during clipping. | |
Transform | CSIRO::Mesh::TransformMatrix | ||
Outputs: | |||
Clip Region | CSIRO::Rendering::ClipRegion |