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. | |
Criteria | CSIRO::Rendering::ClipRegion::ClipCriteria | Controls the conditions for how to apply the region during clipping. | |
Transform matrix | CSIRO::Mesh::TransformMatrix | ||
Region | CSIRO::Mesh::BoundingPlane | Input region used to define the type of region that will be used for clipping (e.g. plane / sphere). | |
Outputs: | |||
Clip Region | CSIRO::Rendering::ClipRegion |