Hide Table of Contents
IMakeIsoCurves Method (ISurface)

Creates curves on a surface.

.NET Syntax

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