FAreaScale(FArea, FArea) Method
Return the scale of the two areas.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FScale Scale(
FArea newArea,
FArea oldArea
)
Public Shared Function Scale (
newArea As FArea,
oldArea As FArea
) As FScale
No code example is currently available or this language may not be supported.
- newArea FArea
-
Reference to the new area (numerator).
- oldArea FArea
-
Reference to the old or original area (denominator).
FScale
Reference to the newly created scale containing the scaling factor
between the caller's two areas.