CenterRadiusPointArc2DSegment
Canonical path: Utils.Geometry.Path2DUtil.CenterRadiusPointArc2DSegment
CenterRadiusArc2D segment
This class represents a segment of an arc defined by its center and radius point. It is initialized with a center and a radius point, and can be scaled by a matrix.
The execute method is intended to create an arc based on the center and radius.
Methods:
-
__init__–initialize
-
__mul__–multiply the geometry with a matrix
-
__repr__–string representation
-
execute–execute the builder
__init__
__mul__
__mul__(scale_mat: Matrix2D) -> CenterRadiusPointArc2DSegment
multiply the geometry with a matrix
Parameters:
-
scale_mat(Matrix2D) –scale matrix
Returns:
-
CenterRadiusPointArc2DSegment–scaled center radius arc
Placeholder