Hide Table of Contents
GetDetailCircleInfo2 Method (IView)

Gets all of the information about each detail circle in the view.

.NET Syntax

Visual Basic (Declaration) 
Function GetDetailCircleInfo2() As System.Object
Visual Basic (Usage) 
Dim instance As IView
Dim value As System.Object
 
value = instance.GetDetailCircleInfo2()
C# 
System.object GetDetailCircleInfo2()
C++/CLI 
System.Object^ GetDetailCircleInfo2(); 

Return Value

Array of doubles (see Remarks)

Example

Remarks

The return value is the following array of doubles:

[ numDetailCircles, [ layer, centerPt[3], startPt[3], endPt[3], lineType, textPt[3], textHeight, numArrows, [ arrowTip[3], arrowComponent[3], arrowWidth, arrowHeight, arrowStyle ] ] ]

where:

numDetailCircles = the number of detail circles in this view. See also IView::GetDetailCircleCount2.

The following set of data repeats itself for each detail circle in the view. The number of times the following information is given is numDetailCircles:

layer = integer value indicating which layer holds this entity. Obtain the ILayer object by passing this integer value to ILayerMgr::GetLayerById or ILayerMgr::IGetLayerById.

centerPt[3] = X,Y,Z center point for this detail circle

startPt[3] = X,Y,Z start point for this detail circle

endPt[3] = X,Y,Z end point for this detail circle

lineType  = line type for this detail circle as defined in swLineTypes_e

textPt[3] = X,Y,Z point for the text location.

textHeight  = text height in meters

numArrows = number of arrows for this detail circle.

The following set of data repeats itself for each arrow in the current detail circle. The number of times the following information is given is numArrows:

arrowTip[3]  = X,Y,Z start point for this arrow head

arrowComponent[3]  = X,Y,Z component for this arrow head

arrowWidth = width of this arrow head

arrowHeight = height of this arrow head

arrowStyle = style of this arrow head as defined in swArrowStyle_e

To get the actual text value, see IView::GetDetailCircleStrings or IView::IGetDetailCircleStrings.

The number of line segments, line segment geometry, and line type returned depend on the drawing's display standard.

 

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:   GetDetailCircleInfo2 Method (IView)
*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.