Hide Table of Contents
Show3DPointer Method (IEModelViewControl)

Shows or hides a 3D pointer in the active view in the graphics area.

.NET Syntax

Visual Basic (Declaration) 
Sub Show3DPointer( _
   ByVal show As System.Boolean, _
   ByVal StartX As System.Single, _
   ByVal StartY As System.Single, _
   ByVal StartZ As System.Single, _
   ByVal EndX As System.Single, _
   ByVal EndY As System.Single, _
   ByVal EndZ As System.Single _
) 
Visual Basic (Usage) 
Dim instance As IEModelViewControl
Dim show As System.Boolean
Dim StartX As System.Single
Dim StartY As System.Single
Dim StartZ As System.Single
Dim EndX As System.Single
Dim EndY As System.Single
Dim EndZ As System.Single
 
instance.Show3DPointer(show, StartX, StartY, StartZ, EndX, EndY, EndZ)
C# 
void Show3DPointer( 
   System.bool show,
   System.float StartX,
   System.float StartY,
   System.float StartZ,
   System.float EndX,
   System.float EndY,
   System.float EndZ
)
C++/CLI 
void Show3DPointer( 
&   System.bool show,
&   System.float StartX,
&   System.float StartY,
&   System.float StartZ,
&   System.float EndX,
&   System.float EndY,
&   System.float EndZ
) 

Parameters

show
True to show the 3D Pointer, false to hide it
StartX
x coordinate of the position of the sphere and the start point of the line
StartY
y coordinate of the position of the sphere and the start point of the line
StartZ
z coordinate of the position of the sphere and the start point of the line
EndX
x coordinate of the end point of the line
EndY
y coordinate of the end point of the line
EndZ
z coordinate of the end point of the line

Remarks

The 3D pointer shown by this method is not the same 3D pointer available in the eDrawings user interface.
 

See Also

Availability

eDrawings API 2014 SP0


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:   Show3DPointer Method (IEModelViewControl)
*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) 2016 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.