scale method

scale

Scale all geometries(Scale the control points not the transformation matrix) in this scene

def scale(self, scene, scale):
    ...
ParameterTypeDescription
sceneSceneThe scene to scale
scaleaspose.threed.utilities.Vector3The scale factor

scale

Scale all geometries(Scale the control points not the transformation matrix) in this node

def scale(self, node, scale):
    ...
ParameterTypeDescription
nodeNodeThe node to scale
scaleaspose.threed.utilities.Vector3The scale factor

See Also