Hide Table of Contents
InsertFreeform2 Method (IFeatureManager)

Inserts a Freeform feature.

.NET Syntax

Visual Basic (Declaration) 
Function InsertFreeform2( _
   ByVal Nsided As System.Boolean, _
   ByVal Symmetric0 As System.Boolean, _
   ByVal Symmetric1 As System.Boolean, _
   ByVal Angle As System.Double _
) As Feature
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim Nsided As System.Boolean
Dim Symmetric0 As System.Boolean
Dim Symmetric1 As System.Boolean
Dim Angle As System.Double
Dim value As Feature
 
value = instance.InsertFreeform2(Nsided, Symmetric0, Symmetric1, Angle)
C# 
Feature InsertFreeform2( 
   System.bool Nsided,
   System.bool Symmetric0,
   System.bool Symmetric1,
   System.double Angle
)
C++/CLI 
Feature^ InsertFreeform2( 
&   System.bool Nsided,
&   System.bool Symmetric0,
&   System.bool Symmetric1,
&   System.double Angle
) 

Parameters

Nsided

True to use the new Freeform algorithm, false to use the old one

NOTE: Must be true for faces with three sides or more than four sides, or to enable rotation of UV lines

Symmetric0
True if symmetry is on in Direction 0, false if not
Symmetric1
True if symmetry is on in Direction 1, false if not
Angle
Value by which to rotate the U,V lines (in radians)

Return Value

Freeform feature

Remarks

The SOLIDWORKS API Freeform-related methods are intended to journal the actions performed by an interactive user while creating the feature. Because user interaction is required to create a Freeform feature, fully automating the creation of it is not possible using the SOLIDWORKS API.

 

The typical steps performed by an interactive user to create a Freeform feature are:

 

  1. Select the face to form. 

  2. Add curves on the selected face. Corresponds to IFeatureManager::SetFreeformCurveData.

  3. Add points on the curves. Corresponds to IFeatureManager::SetFreeformPointData.

  4. Specify boundary continuity. Corresponds to IFeatureManager::SetFreeformBoundaryContinuity.

    Interactively pull or push the points to change the shape of the selected face.
     

  5. Insert the Freeform feature. Corresponds to this method, IFeatureManager::InsertFreeform2.

Record a macro while interactively creating a Freeform feature, then examine the macro to see the order in which the Freeform-related methods are recorded.

 

See Also

Availability

SOLIDWORKS 2009 FCS, Revision Number 17.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:   InsertFreeform2 Method (IFeatureManager)
*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.