GH_Element(GH_Element) Constructor

Initializes a new instance of the GH_Element class.

Definition

Namespace: Karamba.GHopper.Elements
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public GH_Element(
	GH_Element other
)

Parameters

other  GH_Element
GH_Element to copy from.

See Also