- By individual axis using
deltaX,deltaY, ordeltaZparameters. - Uniformly across all axes using the
uniformDeltaparameter.
Things to consider when using this function:
- The
uniformDeltaparameter expands Z dimensions for XYZ geometries; otherwise, it only affects XY dimensions. - For XYZ geometries, specifying only
deltaXanddeltaYwill preserve the original Z dimension. - If the input geometry has an M dimension then using this function will drop the said M dimension.
Signatures
Parameters
The input geometry.
The delta x value.
The delta y value.
The delta z value.
The uniform delta value.
Return type
The resulting geometry.

