Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Snapping > API/Plugins/ModelingComponents/Snapping/FPointPlanarSnapSolver
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Snapping/PointPlanarSnapSolver.h |
| Include | #include "Snapping/PointPlanarSnapSolver.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Snapping/PointPlanarSnapSolver.cpp |
void RegenerateTargetLines
&40;
bool bCardinalAxes,
bool bLastHistorySegment
&41;
Remarks
Creates snap lines based on the last point in the point history. Calling the function with both parameters set to false clears the generated snap lines.
Parameters
| Name | Description |
|---|---|
| bCardinalAxes | If true, the generated lines are parallel to the axes of the plane and pass through the last point. |
| bLastHistorySegment | If true, adds a snap line through the last point that is 90 degrees to the last segment. |