DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="0.9.0-beta" />

 INurbsSurfaceEntity

int DegreeU { get; }

Surface degree in the U direction.

int DegreeV { get; }

Surface degree in the V direction.

bool IsPeriodicInU { get; }

Returns true if the Surface is periodic in the U direction.

bool IsPeriodicInV { get; }

Returns true if the Surface is periodic in the V direction.

bool IsRational { get; }

Returns true if the Surface is rational.

int NumControlPointsU { get; }

Number of control Points in the U direction.

int NumControlPointsV { get; }

Number of control Points in the V direction.

Returns NurbsSurface control points (poles).

double[] UKnots()

Surface knots in U direction.

double[] VKnots()

Surface knots in V direction.

double[][] Weights()

Returns NurbsSurface control point weights.