Hide Table of Contents
IInsertTableDrivenPattern Method (IFeatureManager)

Obsolete. Superseded by IFeatureManager::InsertTableDrivenPattern2.

.NET Syntax

Visual Basic (Declaration) 
Function IInsertTableDrivenPattern( _
   ByVal FileName As System.String, _
   ByVal Count As System.Integer, _
   ByRef PointArr As System.Double, _
   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 Count As System.Integer
Dim PointArr As System.Double
Dim UseCentrod As System.Boolean
Dim GeomPatt As System.Boolean
Dim value As Feature
 
value = instance.IInsertTableDrivenPattern(FileName, Count, PointArr, UseCentrod, GeomPatt)
C# 
Feature IInsertTableDrivenPattern( 
   System.string FileName,
   System.int Count,
   ref System.double PointArr,
   System.bool UseCentrod,
   System.bool GeomPatt
)
C++/CLI 
Feature^ IInsertTableDrivenPattern( 
&   System.String^ FileName,
&   System.int Count,
&   System.double% PointArr,
&   System.bool UseCentrod,
&   System.bool GeomPatt
) 

Parameters

FileName
Name of the file that has the coordinates information; can be an empty string (see Remarks)
Count
Number of points specified
PointArr
Array of x, y coordinate 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

You can specify:

  • coordinates for the input points in system units in a .sldptab or .txt file for FileName.
    - or -
  • input points in system units in PointArr. Because each point has two coordinates (x, y), the size of PointArr 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:   IInsertTableDrivenPattern 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.