Hide Table of Contents
Display Method (IVertex)

Highlights the vertex in the specified color.

.NET Syntax

Visual Basic (Declaration) 
Sub Display( _
   ByVal TopDoc As ModelDoc2, _
   ByVal Color As System.Integer, _
   ByVal Scale As System.Double, _
   ByVal HighlightState As System.Boolean _
) 
Visual Basic (Usage) 
Dim instance As IVertex
Dim TopDoc As ModelDoc2
Dim Color As System.Integer
Dim Scale As System.Double
Dim HighlightState As System.Boolean
 
instance.Display(TopDoc, Color, Scale, HighlightState)
C# 
void Display( 
   ModelDoc2 TopDoc,
   System.int Color,
   System.double Scale,
   System.bool HighlightState
)
C++/CLI 
void Display( 
&   ModelDoc2^ TopDoc,
&   System.int Color,
&   System.double Scale,
&   System.bool HighlightState
) 

Parameters

TopDoc
Model in which to display the vertex
Color

COLORREF value for highlighting

Scale

Radius of the circle used to display the vertex

NOTE: Vertex is displayed as a circle. By default, the radius is 4 pixels. Therefore, a scale of 1 is equal to 4 pixels.

HighlightState

True to highlight the vertex, false to not

Example

Remarks

If HighlightState set to...

Then the vertex is...

True

Highlighted in the color specified for Color

False

Hidden and Color is ignored

 

See Also

Availability

SOLIDWORKS 2006 FCS, Revision Number 14.0


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:   Display Method (IVertex)
*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) 2017 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.