Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/Properties > API/Plugins/MeshModelingTools/Properties/URevolveProperties
References
Module | MeshModelingTools |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/RevolveProperties.h |
Include | #include "Properties/RevolveProperties.h" |
Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Private/Properties/RevolveProperties.cpp |
void ApplyToCurveSweepOp
&40;
const UNewMeshMaterialProperties & MaterialProperties,
const FVector3d & RevolutionAxisOrigin,
const FVector3d & RevolutionAxisDirection,
UE::Geometry::FCurveSweepOp & CurveSweepOpOut
&41; const
Remarks
Sets most of the settings for a FCurveSweepOp except for the profile curve itself. Should be called after setting the profile curve, as the function reverses it if necessary.
CurveSweepOpOut.ProfileCurve and CurveSweepOpOut.bProfileCurveIsClosed must be initialized in advance.