Hide Table of Contents
ICreateBsplineSurface Method (IModeler)

Creates a b-spline surface.

.NET Syntax

Visual Basic (Declaration) 
Function ICreateBsplineSurface( _
   ByRef Properties As System.Integer, _
   ByRef UKnotArray As System.Double, _
   ByRef VKnotArray As System.Double, _
   ByRef ControlPointCoordArray As System.Double _
) As Surface
Visual Basic (Usage) 
Dim instance As IModeler
Dim Properties As System.Integer
Dim UKnotArray As System.Double
Dim VKnotArray As System.Double
Dim ControlPointCoordArray As System.Double
Dim value As Surface
 
value = instance.ICreateBsplineSurface(Properties, UKnotArray, VKnotArray, ControlPointCoordArray)
C# 
Surface ICreateBsplineSurface( 
   ref System.int Properties,
   ref System.double UKnotArray,
   ref System.double VKnotArray,
   ref System.double ControlPointCoordArray
)
C++/CLI 
Surface^ ICreateBsplineSurface( 
&   System.int% Properties,
&   System.double% UKnotArray,
&   System.double% VKnotArray,
&   System.double% ControlPointCoordArray
) 

Parameters

Properties
Array of 8 integers (see Remarks)
UKnotArray
Array of numUKnots (see Remarks)
VKnotArray
Array of numVKnots (see Remarks)
ControlPointCoordArray
Array of numCtrlPtCoord (see Remarks)

Return Value

Surface

Remarks

Number of elements in this array...

Given by...

UKnots

numUKnots = numU_CtrlPoints + Uorder

VKnots

numVKnots = numV_CtrlPoints + Vorder

CtrlPtCoords

numCtrlPtCoord =( NumV_CtrlPoints * NumU_CtrlPoints * DimensionControlPoints )

NOTE: The order of the UV control points are reversed if you used ISurface::GetBSurfParams3 or ISurface::IGetBSurfParams to get the data. You do not need to reverse the UV control points; instead, you can switch the UV knots and related parameters.

For periodics, the first knot must have multiplicity = 1 and all excess multiplicity must be imposed on the last knot. Therefore, a valid periodic knot vector would be { 0, 1, 2, 3, 3, 3 } for a cubic curve. The control point on the seam of the closed curve cannot be replicated at both ends; it should occur only at the beginning.

To convert from a clamped periodic curve (numKnots = numCtrlPts + Order, ctrlPts replicated, knot multiplicity = order at each end) to a SOLIDWORKS periodic curve, remove all but one of the knots at the beginning of the vector and remove one at the end. Also remove the last control point to avoid the point replication.

 

See Also



Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   ICreateBsplineSurface Method (IModeler)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2016 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.