AddTrimmingLoop Method (ISurface)
Obsolete. Superseded by ISurface::AddTrimmingLoop2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddTrimmingLoop( _
ByVal NCrvs As System.Integer, _
ByVal VOrder As System.Object, _
ByVal VDim As System.Object, _
ByVal VPeriodic As System.Object, _
ByVal VNumKnots As System.Object, _
ByVal VNumCtrlPoints As System.Object, _
ByVal VKnots As System.Object, _
ByVal VCtrlPointDbls As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim NCrvs As System.Integer
Dim VOrder As System.Object
Dim VDim As System.Object
Dim VPeriodic As System.Object
Dim VNumKnots As System.Object
Dim VNumCtrlPoints As System.Object
Dim VKnots As System.Object
Dim VCtrlPointDbls As System.Object
Dim value As System.Boolean
value = instance.AddTrimmingLoop(NCrvs, VOrder, VDim, VPeriodic, VNumKnots, VNumCtrlPoints, VKnots, VCtrlPointDbls) |
Parameters
- NCrvs
-
- VOrder
-
- VDim
-
- VPeriodic
-
- VNumKnots
-
- VNumCtrlPoints
-
- VKnots
-
- VCtrlPointDbls
-
See Also