Scale Constructor (Plane, Double)

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
)
Public Sub New ( 
	frame As Plane,
	scale As Double
)

Parameters

frame
Type: Plane
scale
Type: SystemDouble
See Also