Hide Table of Contents
FindMinimumRadius Method (ISurface)

Gets the minimum radius of curvature for the selected surface.

.NET Syntax

Visual Basic (Declaration) 
Function FindMinimumRadius( _
   ByVal UBound As Object, _
   ByVal VBound As Object, _
   ByRef NumOfRadius As Integer, _
   ByRef Radius As Object, _
   ByRef Location As Object, _
   ByRef UVParameter As Object _
) As Boolean
Visual Basic (Usage) 
Dim instance As ISurface
Dim UBound As Object
Dim VBound As Object
Dim NumOfRadius As Integer
Dim Radius As Object
Dim Location As Object
Dim UVParameter As Object
Dim value As Boolean
 
value = instance.FindMinimumRadius(UBound, VBound, NumOfRadius, Radius, Location, UVParameter)
C# 
bool FindMinimumRadius( 
   object UBound,
   object VBound,
   out int NumOfRadius,
   out object Radius,
   out object Location,
   out object UVParameter
)
C++/CLI 
bool FindMinimumRadius( 
&   Object^ UBound,
&   Object^ VBound,
&   [Out] int NumOfRadius,
&   [Out] Object^ Radius,
&   [Out] Object^ Location,
&   [Out] Object^ UVParameter
) 

Parameters

UBound
MinMax UParameter
VBound
MinMax VParameter
NumOfRadius
Number of radius; can be 0, 1, or 2
Radius
Minimum radius of curvature (see Remarks)
Location
Position where the minimum radius curvature occurred (see Remarks)
UVParameter
UV parameters; because points are UV, third ordinates are 0 (see Remarks)

Return Value

True if operation succeeds, false if it fails

Example

Remarks

The search is confined to the portion of the selected curve lying inside of UBound and VBound.

COM returns these data types for these parameters:

  • Radius: VARIANT of SafeDoubleArray
  • Location: VARIANT of SafeDispatchArray of IMathpoint
  • UVParameter: VARIANT of SafeDispatchArray of IMathpoint 
 

See Also

Availability

SolidWorks 2009 FCS, Revision Number 17.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:   FindMinimumRadius Method (ISurface)
*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) 2010 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.