TSplineReflection public class TSplineReflection : DesignScriptEntity Documentation Code public Vector Axis { get; } public bool IsRadial { get; } public Plane Plane { get; } public double SegmentAngle { get; } public int SegmentsCount { get; } public static TSplineReflection ByAxial(Plane plane) public static TSplineReflection ByRadial(Plane plane, int segmentsCount = 8, double segmentAngle = 0)