Hide Table of Contents
ICreateBsplineSurfaceDLL Method (IBody2)

Creates a B-spline surface in this body.

.NET Syntax

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

Parameters

Properties

Contains 8 longs (see Remarks)

UKnotArray

Array of numUKnots doubles (see Remarks)

VKnotArray

Array of numVKnots doubles (see Remarks)

ControlPointCoordArray

Array of numCtrlPtCoord doubles (see Remarks)

Return Value

New B-spline surface

Remarks

You can use this method with trimming curve creation routines (for example, ISurface::AddTrimmingLoop2) to construct a trimmed surface.

The Properties argument contains the following elements. These are integers packed into a double array in the Dispatch version.

  • Uorder, Vorder

  • numV_CtrlPoints, numU_CtrlPoints

  • Uperiodicity, Vperiodicity

  • DimensionControlPoints, UNUSED ( set = 0 )

The number of elements in UKnotArray is:

numUKnots = numU_CtrlPoints + Uorder

The number of elements in VKnotArray is:

numVKnots = numV_CtrlPoints + Vorder

The number of elements in ControlPointCoordArray is :

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 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.

Any existing object created by this method is destroyed if you call this method again.

 

See Also

Availability

SolidWorks 2001Plus FCS, Revision Number 10.0


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:   ICreateBsplineSurfaceDLL Method (IBody2)
*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) 2012 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.