Hide Table of Contents
GetSymArcs2 Method (IEnvironment)

Gets an array of information about all arcs in the symbol.

.NET Syntax

Visual Basic (Declaration) 
Function GetSymArcs2( _
   ByVal SymId As System.String _
) As System.Object
Visual Basic (Usage) 
Dim instance As IEnvironment
Dim SymId As System.String
Dim value As System.Object
 
value = instance.GetSymArcs2(SymId)
C# 
System.object GetSymArcs2( 
   System.string SymId
)
C++/CLI 
System.Object^ GetSymArcs2( 
&   System.String^ SymId
) 

Parameters

SymId

Name of the geometric tolerance symbol formatted as:

<LibraryName-SymbolName>

where LibraryName and SymbolName are a pre-defined SOLIDWORKS symbol in the SOLIDWORKS text file gtol.sym, typically installed at C:\ProgramData\SolidWorks\SolidWorks 20nn\lang\english.

NOTE: You must include the right- and left-angle brackets and separate LibraryName and SymbolName with a hyphen; for example, <MOD-DEG>.

Return Value

Array (see Remarks)

Example

See the IEnvironment examples.

Remarks

Each arc in the symbol is defined by three points (center, arc start, and arc end), whether the arc is filled, and whether the chord joining the start and end points is drawn. The size of the array returned is based on the number of arcs within this symbol. You can determine this number by calling IEnvironment::GetSymEdgeCounts.

The return value contains the following array for each arc:

[ x coordinate of center point,

  y coordinate of center point,

  z coordinate of center point,

  x coordinate of start point,

  y coordinate of start point,

  z coordinate of start point,

  x coordinate of end point,

  y coordinate of end point,

  z coordinate of end point,

  whether arch is filled,

  whether the chord joining the start and end points is drawn ]

 

See Also

Availability

SOLIDWORKS 2015 SP01, Revision Number 23.1


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:   GetSymArcs2 Method (IEnvironment)
*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) 2015 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.