Hide Table of Contents
SetArcEndCondition Method (IDimension)

Sets the end conditions for linear dimensions that end on an arc.

.NET Syntax

Visual Basic (Declaration) 
Function SetArcEndCondition( _
   ByVal Index As System.Integer, _
   ByVal Condition As System.Integer _
) As System.Integer
Visual Basic (Usage) 
Dim instance As IDimension
Dim Index As System.Integer
Dim Condition As System.Integer
Dim value As System.Integer
 
value = instance.SetArcEndCondition(Index, Condition)
C# 
System.int SetArcEndCondition( 
   System.int Index,
   System.int Condition
)
C++/CLI 
System.int SetArcEndCondition( 
&   System.int Index,
&   System.int Condition
) 

Parameters

Index

Index of the endpoint on which to set the end condition; 1 is the first endpoint, 2 is the second endpoint

Condition

End condition as defined in swArcEndCondition_e

Return Value

Indicates the success or failure of this method:

 0 Command was successful; the arc end condition was set
-1 Command failed for an unknown reason; the arc end condition was not set
-2 Index argument is invalid
-3 Condition argument is invalid

 

Remarks

Linear dimensions measure the distance from one point to another. If one or both of those points is on an arc, the point can be changed to the center point of the arc, the nearest point on the arc, or the furthest point on the arc. The arc end condition describes which point to use.

Use IDimension::GetArcEndCondition to get the arc end conditions.

To see the effects of changing the arc endpoint conditions, use IModelDoc2::GraphicsRedraw2 to redraw the graphics window.

 

See Also

Availability

SolidWorks 99, datecode 1999207


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:   SetArcEndCondition Method (IDimension)
*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) 2013 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.