FLineScale(FLine, FLine) Method
Return the scale of the two lines.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FScale Scale(
FLine newLine,
FLine oldLine
)
Public Shared Function Scale (
newLine As FLine,
oldLine As FLine
) As FScale
No code example is currently available or this language may not be supported.
- newLine FLine
-
Reference to the new line (numerator).
- oldLine FLine
-
Reference to the old or original line (denominator).
FScale
Reference to the newly created scale containing the scaling factor
between the caller's two lines.