Hide Table of Contents
IInsertMidSurfaceExt Method (IModelDoc2)

Obsolete. Superseded by IFeatureManager::IInsertMidSurface.

.NET Syntax

Visual Basic (Declaration) 
Function IInsertMidSurfaceExt( _
   ByVal Placement As Double, _
   ByVal KnitFlag As Boolean _
) As MidSurface2
Visual Basic (Usage) 
Dim instance As IModelDoc2
Dim Placement As Double
Dim KnitFlag As Boolean
Dim value As MidSurface2
 
value = instance.IInsertMidSurfaceExt(Placement, KnitFlag)
C# 
MidSurface2 IInsertMidSurfaceExt( 
   double Placement,
   bool KnitFlag
)
C++/CLI 
MidSurface2^ IInsertMidSurfaceExt( 
&   double Placement,
&   bool KnitFlag
) 

Parameters

Placement

Value from -1 to 1 that indicates the desired location of the midsurface relative to the face pair; a value of 0.0 places the midsurface equally between the face pair

KnitFlag

True to sew all the reference surfaces (neutral sheets) into a single sheet (surface) body, false for the midsurface feature to contain individual reference surface geometry

Return Value

Mid-surface feature

Remarks

A midsurface feature is calculated from the solid body in your part document. This method first finds all parallel pairs of faces from the part solid. For each pair of parallel faces found, it creates a neutral reference surface between the two faces. The placement position of the reference surface is controlled by the placement parameter. This process repeats itself until all parallel body faces are processed. At the end of this process, all the reference surfaces are sewn into a single reference surface if knitFlag is set to True.

The hierarchy of a midsurface feature is:

A midsurface feature contains one or more reference surfaces. If sewn successfully using the knitFlag = True option, then the midsurface feature contains only one reference surface. Each reference surface is considered a sheet body. The sheet body has the normal topology that you would expect to find on a body object (for example, faces, edges, and so on). See the IMidSurface2 object for methods that provide access to this topology.

 

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:   IInsertMidSurfaceExt Method (IModelDoc2)
*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.