Hide Table of Contents
InsertTableDrivenPattern Method (IFeatureManager)

Obsolete. Superseded by IFeatureManager::InsertTableDrivenPattern2.

.NET Syntax

Visual Basic (Declaration) 
Function InsertTableDrivenPattern( _
   ByVal FileName As System.String, _
   ByVal PointVar As System.Object, _
   ByVal UseCentrod As System.Boolean, _
   ByVal GeomPatt As System.Boolean _
) As Feature
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim FileName As System.String
Dim PointVar As System.Object
Dim UseCentrod As System.Boolean
Dim GeomPatt As System.Boolean
Dim value As Feature
 
value = instance.InsertTableDrivenPattern(FileName, PointVar, UseCentrod, GeomPatt)
C# 
Feature InsertTableDrivenPattern( 
   System.string FileName,
   System.object PointVar,
   System.bool UseCentrod,
   System.bool GeomPatt
)
C++/CLI 
Feature^ InsertTableDrivenPattern( 
&   System.String^ FileName,
&   System.Object^ PointVar,
&   System.bool UseCentrod,
&   System.bool GeomPatt
) 

Parameters

FileName

Name of the file that has the coordinates information; can be an empty string (see Remarks)

PointVar

Array of x, y coordinates of the points (see Remarks)

UseCentrod

True to use the centroid of the seed feature, face, or body; false to use another point as the reference point (see Remarks)

GeomPatt

True to pattern the geometry, false to not

Return Value

Feature

Remarks

Specify:

  • coordinates for the input points in system units in a .sldptab or .txt file for FileName.
    - or -
  • input points in system units in PointVar. Because each point has two coordinates (x, y), the size of PointVar is (2 x number_of_points).

This method requires selecting the input entities using these selection marks:

  • 4 = Seed feature

  • 16 = Coordinate system

  • 32 = Reference point

  • 128 = Seed face

  • 256 = Seed body

If UseCentrod is false, then you must specify a reference point.

See the SOLIDWORKS Help for more information about table-driven patterns.

 

See Also

Availability

SOLIDWORKS 2003 FCS, Revision Number 11.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:   InsertTableDrivenPattern 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) 2018 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.