Hide Table of Contents
IMakeIsoCurves Method (ISurface)

Creates curves on a surface.

.NET Syntax

Visual Basic (Declaration) 
Function IMakeIsoCurves( _
   ByRef UvRange As Double, _
   ByRef Dir As Double, _
   ByVal Angle As Double, _
   ByVal Tol As Double, _
   ByVal CurveCount As Integer, _
   ByRef Curves As Curve, _
   ByRef CurveBounds As Double _
) As Boolean
Visual Basic (Usage) 
Dim instance As ISurface
Dim UvRange As Double
Dim Dir As Double
Dim Angle As Double
Dim Tol As Double
Dim CurveCount As Integer
Dim Curves As Curve
Dim CurveBounds As Double
Dim value As Boolean
 
value = instance.IMakeIsoCurves(UvRange, Dir, Angle, Tol, CurveCount, Curves, CurveBounds)
C# 
bool IMakeIsoCurves( 
   ref double UvRange,
   ref double Dir,
   double Angle,
   double Tol,
   int CurveCount,
   out Curve Curves,
   out double CurveBounds
)
C++/CLI 
bool IMakeIsoCurves( 
&   double% UvRange,
&   double% Dir,
&   double Angle,
&   double Tol,
&   int CurveCount,
&   [Out] Curve^ Curves,
&   [Out] double CurveBounds
) 

Parameters

UvRange
Array of 4 doubles indicating the range of the surface to use (see Remarks)
Dir

Array of 3 doubles indicating the direction of projection on the surface (see Remarks)

Angle
Angle relative to dir where to create the curves
Tol
Tolerance of the curves
CurveCount
Number of curves to create (see Remarks)
Curves
Array of curves of size CurveCount
CurveBounds
Array of doubles of size 2*Curves indicating the parametric bounds of the curve

Return Value

True if curves are created on the surface, false if not

Remarks

The UvRange argument is an array of 4 doubles indicating the minimum and maximum U and V values:

[ u_min, u_max, v_min, v_max ]

The dir argument is an array of 3 doubles representing the unit vector:

[ x, y, z ]

Before calling this method, call ISurface::IGetMakeIsoCurvesCount.

 

See Also

Availability

SolidWorks 2004 SP2, Revision Number 12.2


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:   IMakeIsoCurves 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) 2012 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.