TSplineReflection
Axis of the reflection
            
Whether the reflection is radial
            
Plane of the reflection
            
Angle between each pair of symmetric segments of radial reflection
            
Number of segments of radial reflection
            
Create axial reflection for t-spline symmetry by given plane.
            
public static TSplineReflection ByRadial(Plane plane, int segmentsCount = 8, double segmentAngle = 0)
Create radial reflection for t-spline symmetry by given plane with given segments count and given angle (in degrees) between each pair of segments.
            
            