In the classic vpython a linear scaling of a extrusion was possible by defining a ratio between the start and the end face. In the new version this is not possible; calling extrusion() with a scale argument does not raise a NotImplementedError or similar, but the resulting object is generated as if scale=1 was defined.
Is it planned to incluse this feature?
In the classic vpython a linear scaling of a extrusion was possible by defining a ratio between the start and the end face. In the new version this is not possible; calling
extrusion()with a scale argument does not raise aNotImplementedErroror similar, but the resulting object is generated as if scale=1 was defined.Is it planned to incluse this feature?