UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SurfaceUtilities.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
#pragma once
3
4
#include "
CoreMinimal.h
"
5
6
namespace
UE::CADKernel
7
{
8
class
FSurface;
9
10
namespace
SurfaceUtilities
11
{
12
TArray<TArray<FVector3f>
>
CADKERNEL_API
GetPoles
(
const
UE::CADKernel::FSurface
&
Surface
);
13
bool
CADKERNEL_API
IsPlanar
(
const
UE::CADKernel::FSurface
&
Surface
);
14
}
15
}
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
TArray
Definition
Array.h:670
UE::CADKernel::FSurface
Definition
Surface.h:27
UE::CADKernel::SurfaceUtilities::GetPoles
TArray< TArray< FVector3f > > GetPoles(const UE::CADKernel::FSurface &Surface)
Definition
SurfaceUtilities.cpp:14
UE::CADKernel::SurfaceUtilities::IsPlanar
bool IsPlanar(const UE::CADKernel::FSurface &Surface)
Definition
SurfaceUtilities.cpp:70
UE::CADKernel
Definition
CADEntity.cpp:23
UE::CADKernel::EEntity::Surface
@ Surface
Engine
Source
Runtime
Datasmith
CADKernel
Base
Public
Geo
Surfaces
SurfaceUtilities.h
Generated by
1.9.8