FLineScale(FLine, FLine) Method

Return the scale of the two lines.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static FScale Scale(
	FLine newLine,
	FLine oldLine
)

Parameters

newLine  FLine
Reference to the new line (numerator).
oldLine  FLine
Reference to the old or original line (denominator).

Return Value

FScale
Reference to the newly created scale containing the scaling factor between the caller's two lines.

See Also