Gets the value that is associated with the specified location on the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Value( _
ByVal face As System.Object, _
ByVal vertex_x As System.Single, _
ByVal vertex_y As System.Single, _
ByVal vertex_z As System.Single, _
ByVal normal_x As System.Single, _
ByVal normal_y As System.Single, _
ByVal normal_z As System.Single, _
ByRef Value As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwColorContour1
Dim face As System.Object
Dim vertex_x As System.Single
Dim vertex_y As System.Single
Dim vertex_z As System.Single
Dim normal_x As System.Single
Dim normal_y As System.Single
Dim normal_z As System.Single
Dim Value As System.Double
Dim value As System.Integer
value = instance.Value(face, vertex_x, vertex_y, vertex_z, normal_x, normal_y, normal_z, 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
See Also
Availability
SOLIDWORKS 2010 SP05, Revision Number 18.5 and SOLIDWORKS 2011 SP01, Revision Number 19.1