Arc3Points(...)
This method constructs an arc using a two endpoints and an intermediate third point on the arc.
Path
mdb.models[name].sketches[name].Arc3Points
Required arguments
- point1
-
A pair of Floats specifying the first endpoint of the arc.
- point2
-
A pair of Floats specifying the second endpoint of the arc.
- point3
-
A pair of Floats specifying the third point on the arc.
Optional arguments
None.
Return value
A ConstrainedSketchGeometry object (None if the arc cannot be created).
Exceptions
None.