Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Copy
(
const TSharedPtr< FModel >& OtherModel |
Copy the body and face arrays of other model | Topo/Model.h | |
| Copy the body and face arrays of other model | Topo/Model.h |
Copy(const TSharedPtr< FModel > &)
Description
Copy the body and face arrays of other model
| Name | Copy |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Model.h |
| Include Path | #include "Topo/Model.h" |
void Copy
(
const TSharedPtr < FModel > & OtherModel
)
Copy(const FModel &)
Description
Copy the body and face arrays of other model
| Name | Copy |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Model.h |
| Include Path | #include "Topo/Model.h" |
void Copy
(
const FModel & OtherModel
)