OCCExtrusionSurface.scale
- OCCExtrusionSurface.scale(x, y=None, z=None)
Scale the geometry.
- Parameters:
- xfloat
The scaling factor in the x-direction.
- yfloat, optional
The scaling factor in the y-direction. Defaults to
x
.- zfloat, optional
The scaling factor in the z-direction. Defaults to
x
.
- Returns:
- None