FLine3Clone Method

Return a memberwise clone of the provided line.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FLine3 Clone(
	FLine3 source
)

Parameters

source  FLine3
Reference to the source line to be cloned.

Return Value

FLine3
Reference to a new FLine3 instance where the primitive member values are the same as those in the source, if a legitimate source was provided. Otherwise, an empty FLine3.

See Also