Click or drag to resize

Scale Constructor (Plane, Double)

Initializes a new instance of the Scale class

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

Parameters

frame
Type: Plane
scale
Type: SystemDouble
See Also