Hide Table of Contents
Value Method (ISwColorContour1)

Gets the value that is associated with the specified location on the model.

.NET Syntax

Visual Basic (Declaration) 
Function Value( _
   ByVal face As Object, _
   ByVal vertex_x As Single, _
   ByVal vertex_y As Single, _
   ByVal vertex_z As Single, _
   ByVal normal_x As Single, _
   ByVal normal_y As Single, _
   ByVal normal_z As Single, _
   ByRef Value As Double _
) As Integer
Visual Basic (Usage) 
Dim instance As ISwColorContour1
Dim face As Object
Dim vertex_x As Single
Dim vertex_y As Single
Dim vertex_z As Single
Dim normal_x As Single
Dim normal_y As Single
Dim normal_z As Single
Dim Value As Double
Dim value As Integer
 
value = instance.Value(face, vertex_x, vertex_y, vertex_z, normal_x, normal_y, normal_z, Value)
C# 
int Value( 
   object face,
   float vertex_x,
   float vertex_y,
   float vertex_z,
   float normal_x,
   float normal_y,
   float normal_z,
   out double Value
)
C++/CLI 
int Value( 
&   Object^ face,
&   float vertex_x,
&   float vertex_y,
&   float vertex_z,
&   float normal_x,
&   float normal_y,
&   float normal_z,
&   [Out] double Value
) 

Parameters

face
Face to color
vertex_x
X coordinate of vertex to color
vertex_y
Y coordinate of vertex to color
vertex_z
Z coordinate of vertex to color
normal_x
X coordinate of normal to color
normal_y
Y coordinate of normal to color
normal_z
Z coordinate of normal to color
Value
Function of the specified face or coordinates of the model (see Remarks)

Return Value

Not used

Example

Remarks

When you implement this method, you need to populate the Value output parameter. Value can be a function of the specified coordinates or the properties of the face. By default Value is the input parameter for ISwColorContour1::Color and ISwColorContour1::DisplayString.

In VB.NET implementations, you need to change the name of the Value output parameter to avoid a compiler error. When you change the name, use same name for the input parameters of your ISwColorContour1::Color and ISwColorContour1::DisplayString implementations.

 

See Also

Availability

SolidWorks 2010 SP05, Revision Number 18.5 and SolidWorks 2011 SP01, Revision Number 19.1


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:   Value Method (ISwColorContour1)
*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) 2010 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.