Hide Table of Contents
MakeIsoCurves Method (ISurface)

Creates curves on a surface.

.NET Syntax

Visual Basic (Declaration) 
Function MakeIsoCurves( _
   ByVal UvRange As System.Object, _
   ByVal Dir As System.Object, _
   ByVal Angle As System.Double, _
   ByVal Tol As System.Double, _
   ByRef Curves As System.Object, _
   ByRef CurveBounds As System.Object _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As ISurface
Dim UvRange As System.Object
Dim Dir As System.Object
Dim Angle As System.Double
Dim Tol As System.Double
Dim Curves As System.Object
Dim CurveBounds As System.Object
Dim value As System.Boolean
 
value = instance.MakeIsoCurves(UvRange, Dir, Angle, Tol, Curves, CurveBounds)
C# 
System.bool MakeIsoCurves( 
   System.object UvRange,
   System.object Dir,
   System.double Angle,
   System.double Tol,
   out System.object Curves,
   out System.object CurveBounds
)
C++/CLI 
System.bool MakeIsoCurves( 
&   System.Object^ UvRange,
&   System.Object^ Dir,
&   System.double Angle,
&   System.double Tol,
&   [Out] System.Object^ Curves,
&   [Out] System.Object^ 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
Curves
Array of curves
CurveBounds

Array of doubles of size 2*Curves indicating the parametric bounds of the curve

Return Value

True if the 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 ]

 

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:   MakeIsoCurves 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) 2017 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.