Hide Table of Contents
IAddMate Method (IMoveCopyBodyFeatureData)

Adds a mate to the feature.

.NET Syntax

Visual Basic (Declaration) 
Function IAddMate( _
   ByVal Nsize As System.Integer, _
   ByRef MateEntArr As System.Object, _
   ByVal MateTypeFromEnum As System.Integer, _
   ByVal AlignFromEnum As System.Integer, _
   ByVal Distance As System.Double, _
   ByVal Angle As System.Double, _
   ByRef ErrorStatus As System.Integer _
) As Mate2
Visual Basic (Usage) 
Dim instance As IMoveCopyBodyFeatureData
Dim Nsize As System.Integer
Dim MateEntArr As System.Object
Dim MateTypeFromEnum As System.Integer
Dim AlignFromEnum As System.Integer
Dim Distance As System.Double
Dim Angle As System.Double
Dim ErrorStatus As System.Integer
Dim value As Mate2
 
value = instance.IAddMate(Nsize, MateEntArr, MateTypeFromEnum, AlignFromEnum, Distance, Angle, ErrorStatus)
C# 
Mate2 IAddMate( 
   System.int Nsize,
   ref System.object MateEntArr,
   System.int MateTypeFromEnum,
   System.int AlignFromEnum,
   System.double Distance,
   System.double Angle,
   out System.int ErrorStatus
)
C++/CLI 
Mate2^ IAddMate( 
&   System.int Nsize,
&   System.Object^% MateEntArr,
&   System.int MateTypeFromEnum,
&   System.int AlignFromEnum,
&   System.double Distance,
&   System.double Angle,
&   [Out] System.int ErrorStatus
) 

Parameters

Nsize
Number of entities to use to create a mate
MateEntArr
Array of entities to sue to create a mate (see Remarks)
MateTypeFromEnum
Type of mate as defined in swMateType_e
AlignFromEnum
Type of alignment as defined in swMateAlign_e
Distance
Distance to use with distance or limit mates
Angle
Angle to use with angle mates
ErrorStatus
Success or error as defined by swAddMateError_e

Return Value

Mate

Remarks

You can specify MateEntArr with either an array of mate entities or null. If you specify null, then before calling this method, you must call IModelDocExtension::SelectByID2 with a selection mark of 1 to select each mate entity.

See Accessing Selections that Define Features for additional details on using this method.

 

See Also

Availability

SOLIDWORKS 2006 FCS, Revision Number 14.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:   IAddMate Method (IMoveCopyBodyFeatureData)
*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) 2019 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.