Parent Object: ConstructionPlaneThreePointsDefinition Defined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlaneThreePointsDefinition.h>
Description
Redefines the input geometry of the construction plane using three ConstructionSnapPoint objects. Use this overload when the plane was originally created with ConstructionPlaneInput.setByThreeSnapPoints, or when redefining any three-points plane using snap-style picks (vertex, edge mid, edge start/end, arc center, face center, or tangent on cylinder/cone/sphere/torus). Each snap point must be built with ConstructionSnapPoint.create. The first snap point defines the plane origin. The three points together define the plane orientation (normal); they do not explicitly set the in-plane X- or Y-axis directions. This matches setByThreePoints.