Click or drag to resize

Scale Constructor (Point3d, Double)

Initializes a new instance of the Scale class

Namespace:  Grasshopper.Kernel.Types.Transforms
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Scale(
	Point3d point,
	double scale
)

Parameters

point
Type: Point3d
scale
Type: SystemDouble
See Also