NurbSurfaceSet(Int32, Int32, Int32, Int32, Int32, Int32, Point3dCollection, DoubleCollection, KnotCollection, KnotCollection, Tolerance) Method

Sets properties for this NURBS surface.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void Set(
        int degreeU,
        int degreeV,
        int propsInU,
        int propsInV,
        int numControlPointsInU,
        int numControlPointsInV,
        Point3dCollection controlPoints,
        DoubleCollection weights,
        KnotCollection knotsInU,
        KnotCollection knotsInV,
        Tolerance tolerance
)

Parameters

degreeU  Int32
[in] Degree in the U direction.
degreeV  Int32
[in] Degree in the V direction.
propsInU  Int32
[in] Properties in the U direction.
propsInV  Int32
 
numControlPointsInU  Int32
 
numControlPointsInV  Int32
 
controlPoints  Point3dCollection
[in] Array of 3D control points.
weights  DoubleCollection
[in] Array of weights.
knotsInU  KnotCollection
[in] Knot vector in the U direction.
knotsInV  KnotCollection
[in] Knot vector in the V direction.
tolerance  Tolerance
[in] Knot vector in the V direction.
See Also

©  Bricsys NV. All rights reserved.