Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Geo > API/Runtime/CADKernel/Geo/Surfaces > API/Runtime/CADKernel/Geo/Surfaces/FSurface
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Surfaces/Surface.h |
| Include | #include "Geo/Surfaces/Surface.h" |
static double ComputeScaleAlongAxis
(
const FPoint & InAxis,
const FMatrixH & InMatrix,
const FPoint & InOrigin
)
Remarks
This function return the scale of the input Axis. This function is useful to estimate tolerance when scales are defined in the Matrix
Parameters
| Name | Description |
|---|---|
| InAxis | a vetor of length 1 |
| InMatrix | |
| InOrigin | = InMatrix*FPoint::ZeroPoint |