FLine3TransferValues Method

Transfer the member values of one instance to another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void TransferValues(
	FLine3 source,
	FLine3 target
)

Parameters

source  FLine3
Reference to the source line whose values will be assigned.
target  FLine3
Reference to the target line that will receive the values.

See Also