You are here: Start » AVL.NET » Surface Spatial Transforms

Surface Spatial Transforms

Icon Name Description
AbsoluteSurface Transforms Z coordinate of each surface point to its absolute value.
CloseSurfacePoints Reconstructs missing points of the input surface by interpolating neighboring points.
CropSurface Removes from the surface points that are not contained in a given rectangular box.
CropSurface_Dynamic Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurface_Relative Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood.
CropSurfaceByNeighborsProximity Removes from the surface points that are too distant from their neighbor points.
CropSurfaceByPlaneProximity Removes from the surface points that are too distant from a given plane.
CropSurfaceToBox3D Removes from the surface points that are not contained in a given box in 3D.
CropSurfaceToRegion Removes points that are not present in a given region.
DilateSurfacePoints Reconstructs missing points of the input surface by interpolating neighboring points.
ErodeSurfacePoints Removes some existing points from the input surface when some points in their vicinity are missing.
FlattenSurface Flattens a curved surface.
JoinSurfaces Combines two surfaces into one.
MirrorSurface Transforms Z coordinate of each surface point to its opposite value.
OpenSurfacePoints Removes some existing points from the input surface when some points in their vicinity are missing.
ProjectSurfaceOntoPlane Projects a surface on another plane, replacing Z coordinate of a point with its distance from a given plane.
ReduceSurface Reduces surface dimensions as much as possible.
RescaleSurface Changes the distances of surface points to a reference point.
SplitSurfaceByPlane Separates the surface points being on one side of the input plane from the others.
SubtractSurfaces Subtracts two surfaces point by point.
TranslateSurface Translates a surface by a vector.