Hide Table of Contents
IGetErrorList2 Method (ITessellation)

Gets the tessellation error list.

.NET Syntax

Visual Basic (Declaration) 
Sub IGetErrorList2( _
   ByRef FaceErrArray As Face2, _
   ByRef FacetErrArray As System.Integer, _
   ByRef VertexPointErrArray As System.Integer, _
   ByRef VertexNormalErrArray As System.Integer, _
   ByRef VertexParamsErrArray As System.Integer _
) 
Visual Basic (Usage) 
Dim instance As ITessellation
Dim FaceErrArray As Face2
Dim FacetErrArray As System.Integer
Dim VertexPointErrArray As System.Integer
Dim VertexNormalErrArray As System.Integer
Dim VertexParamsErrArray As System.Integer
 
instance.IGetErrorList2(FaceErrArray, FacetErrArray, VertexPointErrArray, VertexNormalErrArray, VertexParamsErrArray)
C# 
void IGetErrorList2( 
   out Face2 FaceErrArray,
   out System.int FacetErrArray,
   out System.int VertexPointErrArray,
   out System.int VertexNormalErrArray,
   out System.int VertexParamsErrArray
)
C++/CLI 
void IGetErrorList2( 
&   [Out] Face2^ FaceErrArray,
&   [Out] System.int FacetErrArray,
&   [Out] System.int VertexPointErrArray,
&   [Out] System.int VertexNormalErrArray,
&   [Out] System.int VertexParamsErrArray
) 

Parameters

FaceErrArray
  • in-process, unmanaged C++: Pointer to an array of faces that have errors
  • VBA, VB.NET, C#, and C++/CLI: Not supported

    See In-process Methods for details about this type of method.

  • FacetErrArray
    • in-process, unmanaged C++: Pointer to an array of longs or integers describing the facets with errors
    • VBA, VB.NET, C#, and C++/CLI: Not supported
    VertexPointErrArray
    • in-process, unmanaged C++: Pointer to an array of longs or integers of vertex point IDs from FacetErrArray
    • VBA, VB.NET, C#, and C++/CLI: Not supported
    VertexNormalErrArray
    • in-process, unmanaged C++: Pointer to an array of longs or integers of vertex normal IDs from FacetErrArray
    • VBA, VB.NET, C#, and C++/CLI: Not supported
    VertexParamsErrArray
    • in-process, unmanaged C++: Pointer to an array of longs or integers of vertex parameters IDs from facetErrArray
    • VBA, VB.NET, C#, and C++/CLI: Not supported

    Remarks

    Before using this method, make sure that you can retrieve the list for the tessellation data that you want to query error information from:

    After using an ITessellation function, you can return error information about any of the tessellation data.

    The arrays returned by ITessellation::GetErrorList contains the tessellation entity IDs that have errors:

    • Face error: The specified face could not be faceted.

    • Facet error: The specified facet is disconnected from its neighboring facets.

    • Vertex error: The specified vertex does not match any vertices on adjacent faces. There may be gaps between facets.

    • Vertex normal error: The tessellate function could not calculate an accurate vertex normal.

    • Vertex parameter error: The tessellate function could not calculate accurate vertex parameters.

     

    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:   IGetErrorList2 Method (ITessellation)
    *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.