Workspace 6.21.5
CreateClipRegion

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.

  • Default label: "Create ClipRegion"
  • Member of plug-in: Rendering
  • Catalogue path: Scene/
  • Polymorphic: CreateClipRegion is a Polymorphic Operation. One or more of its inputs and outputs are not listed below because they are created dynamically whenever the operation changes its data type, and when it is first created.
Inputs:
EnabledboolIf enabled, the ClipRegion will be active in the Scene.
VisibleboolIf enabled, a 2D plane representing the ClipRegion will be visible in the Scene.
CriteriaCSIRO::Rendering::ClipRegion::ClipCriteriaControls the conditions for how to apply the region during clipping.
Transform matrixCSIRO::Mesh::TransformMatrix

RegionCSIRO::Mesh::BoundingPlane

Input region used to define the type of region that will be used for clipping (e.g. plane / sphere).

Outputs:
Clip RegionCSIRO::Rendering::ClipRegion