Click or drag to resize

Orientation Constructor (Plane, Plane)

Initializes a new instance of the Orientation class

Namespace:  Grasshopper.Kernel.Types.Transforms
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Orientation(
	Plane source,
	Plane target
)

Parameters

source
Type: Plane
target
Type: Plane
See Also