Autodesk.AutoCAD.Geometry Namespace > NurbSurfaceDefinition Structure
NurbSurfaceDefinition Structure
Description

 

This class contains the data returned by the NurbSurface.GetDefinition method. 

If the surface is not periodic in u direction, the length of u knot vector will be greater than the number of control points in u direction by degree+1. 

If the surface is not periodic in v direction, the length of v knot vector will be greater than the number of control points in v direction by degree+1. 

If the surface is periodic in u direction, the length of u knot vector will be greater than the number of control points in u direction by 1. 

If the surface is periodic in v direction, the length of v knot vector will be greater than the number of control points in v direction by 1.

Visual Basic
Public Structure NurbSurfaceDefinition
End Structure
C#
public struct NurbSurfaceDefinition {
}
Links
   Comments?