Hide Table of Contents
GetMaterialDataCurve3 Method (ICWMaterial)

Gets the material data curve.

.NET Syntax

Visual Basic (Declaration) 
Function GetMaterialDataCurve3( _
   ByVal NIndex As System.Integer, _
   ByRef BUseCurve As System.Boolean _
) As System.Object
Visual Basic (Usage) 
Dim instance As ICWMaterial
Dim NIndex As System.Integer
Dim BUseCurve As System.Boolean
Dim value As System.Object
 
value = instance.GetMaterialDataCurve3(NIndex, BUseCurve)
C# 
System.object GetMaterialDataCurve3( 
   System.int NIndex,
   out System.bool BUseCurve
)
C++/CLI 
System.Object^ GetMaterialDataCurve3( 
&   System.int NIndex,
&   [Out] System.bool BUseCurve
) 

Parameters

NIndex
0-based index of material data curve
BUseCurve
  • -1 or true = Uses material data curve
  •  0 or false = Does not use material data curve

(see Remarks)

Return Value

Array of material curve data (see Remarks)

Remarks

This method returns a boolean or integer in out parameter BUseCurve, depending on its prior declaration.

If out parameter BUseCurve is cast as a:

  • Boolean, true or false is returned.
  • Long or integer, -1 (=true) or 0 (=false) is returned.

Array of material curve data:

[ n, x1, y1, x2, y2, x3, y3,...xn, yn ]

where:

  • n = number of xi,yi pairs

  • x1 = X property value for point 1

  • y1 = Y property value for point 1

  • ...

  • xn = X property value for point n

  • yn = Y property value for point n

 

See Also

Availability

SOLIDWORKS Simulation API 2021 SP04


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:   GetMaterialDataCurve3 Method (ICWMaterial)
*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) 2021 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.