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 System.Double, _
   ByVal FirstPtY As System.Double, _
   ByVal FirstPtZ As System.Double, _
   ByVal SecondPtX As System.Double, _
   ByVal SecondPtY As System.Double, _
   ByVal SecondPtZ As System.Double _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As IModelDocExtension
Dim FirstPtX As System.Double
Dim FirstPtY As System.Double
Dim FirstPtZ As System.Double
Dim SecondPtX As System.Double
Dim SecondPtY As System.Double
Dim SecondPtZ As System.Double
Dim value As System.Boolean
 
value = instance.SketchBoxSelect(FirstPtX, FirstPtY, FirstPtZ, SecondPtX, SecondPtY, SecondPtZ)
C# 
System.bool SketchBoxSelect( 
   System.double FirstPtX,
   System.double FirstPtY,
   System.double FirstPtZ,
   System.double SecondPtX,
   System.double SecondPtY,
   System.double SecondPtZ
)
C++/CLI 
System.bool SketchBoxSelect( 
&   System.double FirstPtX,
&   System.double FirstPtY,
&   System.double FirstPtZ,
&   System.double SecondPtX,
&   System.double SecondPtY,
&   System.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) 2018 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.