Hide Table of Contents
IGetMakeIsoCurvesCount Method (ISurface)

Gets the number of curves that represent the ISO line of a given direction.

.NET Syntax

Visual Basic (Declaration) 
Function IGetMakeIsoCurvesCount( _
   ByRef UvRange As System.Double, _
   ByRef Dir As System.Double, _
   ByVal Angle As System.Double, _
   ByVal Tol As System.Double _
) As System.Integer
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 value As System.Integer
 
value = instance.IGetMakeIsoCurvesCount(UvRange, Dir, Angle, Tol)
C# 
System.int IGetMakeIsoCurvesCount( 
   ref System.double UvRange,
   ref System.double Dir,
   System.double Angle,
   System.double Tol
)
C++/CLI 
System.int IGetMakeIsoCurvesCount( 
&   System.double% UvRange,
&   System.double% Dir,
&   System.double Angle,
&   System.double Tol
) 

Parameters

UvRange
Array of 4 doubles indicating the range of surface to use (see Remarks)
Dir
Array of 3 doubles indicating the direction of the projection on the surface (see
Remarks)
Angle
Angle relative to Dir where to create the curves
Tol
Tolerance of the curves to create

Return Value

Number of curves to create

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 ]

Call this method before calling ISurface::IMakeIsoCurves.

 

 

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:   IGetMakeIsoCurvesCount 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) 2015 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.