Hide Table of Contents
SketchBoxSelect Method (IModelDocExtension)

Box selects all of the entities in a sketch within the specified coordinates of the selection box.

.NET Syntax

Visual Basic (Declaration) 
Function SketchBoxSelect( _
   ByVal FirstPtX As Double, _
   ByVal FirstPtY As Double, _
   ByVal FirstPtZ As Double, _
   ByVal SecondPtX As Double, _
   ByVal SecondPtY As Double, _
   ByVal SecondPtZ As Double _
) As Boolean
Visual Basic (Usage) 
Dim instance As IModelDocExtension
Dim FirstPtX As Double
Dim FirstPtY As Double
Dim FirstPtZ As Double
Dim SecondPtX As Double
Dim SecondPtY As Double
Dim SecondPtZ As Double
Dim value As Boolean
 
value = instance.SketchBoxSelect(FirstPtX, FirstPtY, FirstPtZ, SecondPtX, SecondPtY, SecondPtZ)
C# 
bool SketchBoxSelect( 
   double FirstPtX,
   double FirstPtY,
   double FirstPtZ,
   double SecondPtX,
   double SecondPtY,
   double SecondPtZ
)
C++/CLI 
bool SketchBoxSelect( 
&   double FirstPtX,
&   double FirstPtY,
&   double FirstPtZ,
&   double SecondPtX,
&   double SecondPtY,
&   double SecondPtZ
) 

Parameters

FirstPtX
x coordinate of the first corner of the box
FirstPtY
y coordinate of the first corner of the box
FirstPtZ
z coordinate of the first corner of the box
SecondPtX
x coordinate of the opposite diagonal corner of the box
SecondPtY
y coordinate of the opposite diagonal corner of the box
SecondPtZ
z coordinate of the opposite diagonal corner of the box

Return Value

True if the sketch entities lying in the specified coordinates are box-selected, false if not

Example

 

See Also

Availability

SolidWorks 2010 FCS, Revision Number 18.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:   SketchBoxSelect Method (IModelDocExtension)
*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.