ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectorEntityNURBSsurface Class |
The following tables list the members exposed by ImGearVectorEntityNURBSsurface.
Name | Description | |
---|---|---|
![]() | Flags | Overridden. Gets or sets NURBS surface flags. |
![]() | MDegree | Overridden. Gets the degree of the NURBS surface in M direction. |
![]() | MDimension | Overridden. Gets a count of control points in M direction. |
![]() | MStep | Overridden. Gets or sets interpolation step in M direction. |
![]() | NDegree | Overridden. Gets the degree of the NURBS surface in N direction. |
![]() | NDimension | Overridden. Gets a count of control points in N direction. |
![]() | NStep | Overridden. Gets or sets interpolation step in N direction. |
Name | Description | |
---|---|---|
![]() | GetMKnots | Returns a container with knot vector in M direction. If this container is empty then the standard knot vector is calculated. |
![]() | GetNKnots | Returns a container with knot vector in N direction. If this container is empty then the standard knot vector is calculated. |
![]() | GetPoint | Returns a surface point from the specified position. |
![]() | Init | Overridden. Sets initial dimensions and degrees of the NURBS surface. |
![]() | SetPoint | Sets a point to the specified position of the surface. |