Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FSurface
Description
X = Rho cos(Alpha) Y = Rho sin(Alpha) Z = Z
YZ => cylindrical projection XY => Plan projection along rotation axis
For Normal(u,v) parallel Rotation Axis -> use Plan projection For Normal(u,v) perpendicular to Rotation Axis -> use cylindrical projection
| Name | EvaluatePointInCylindricalSpace |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Surfaces/Surface.h |
| Include Path | #include "Geo/Surfaces/Surface.h" |
virtual FVector2d EvaluatePointInCylindricalSpace
(
const FVector2d & InSurfacicCoordinate
) const