CropSurfaceToBox3D


Removes from the surface points that are not contained in a given box in 3D.

Syntax

C++
C#
Python
 
def CropSurfaceToBox3D(
	inSurface: Surface,
	inBox3D: Box3D,
	outSurface: Surface,
	/,
	*,
	inRoi: Region | None = None,
	inPreserveDimensions: bool = False,
	outRejected: Region | None = None
)
-> None

Parameters

Name Type Default Description
Input value inSurface Surface Input surface
Input value inRoi Region | None None Region of interest
Input value inBox3D Box3D Box defining a subspace to be cropped
Input value inPreserveDimensions bool False Flag indicating whether the surface dimensions should be preserved or not
Output value outSurface Surface Output surface
Output value outRejected Region | None None Region of locations where points are not contained in a given box in 3D