DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="3.2.2.5494" />

 TSplineInitialSymmetry

public bool IsRadial { get; }

Whether newly created t-spline has radial symmetry.

public int RadialSymmetryFaces { get; }

Number of faces in symmetry segment. Only available if t-spline has radial symmetry.

public bool XAxis { get; }

Whether newly created t-spline has symmetry on x axis.

public bool YAxis { get; }

Whether newly created t-spline has symmetry on y axis.

public bool ZAxis { get; }

Whether newly created t-spline has symmetry on z axis.

public static TSplineInitialSymmetry ByAxial(bool xAxis = true, bool yAxis = true, bool zAxis = true)

Create an axial TSplineInitialSymmetry with given symmetry axes.

public static TSplineInitialSymmetry ByRadial(int symmetricFaces = 1)

Create a radial TSplineInitialSymmetry with given amount of spans per symmetric segment.