Hide Table of Contents
RotateOrCopy3DAboutVector Method (ISketchManager)

Rotates, and optionally copies, the selected 3D sketch entities about the specified vector.

.NET Syntax

Visual Basic (Declaration) 
Function RotateOrCopy3DAboutVector( _
   ByVal Copy As Boolean, _
   ByVal NumCopies As Integer, _
   ByVal KeepRelations As Boolean, _
   ByVal BaseX As Double, _
   ByVal BaseY As Double, _
   ByVal BaseZ As Double, _
   ByVal VectorXCoord As Double, _
   ByVal VectorYCoord As Double, _
   ByVal VectorZCoord As Double, _
   ByVal AngleAboutVector As Double _
) As Boolean
Visual Basic (Usage) 
Dim instance As ISketchManager
Dim Copy As Boolean
Dim NumCopies As Integer
Dim KeepRelations As Boolean
Dim BaseX As Double
Dim BaseY As Double
Dim BaseZ As Double
Dim VectorXCoord As Double
Dim VectorYCoord As Double
Dim VectorZCoord As Double
Dim AngleAboutVector As Double
Dim value As Boolean
 
value = instance.RotateOrCopy3DAboutVector(Copy, NumCopies, KeepRelations, BaseX, BaseY, BaseZ, VectorXCoord, VectorYCoord, VectorZCoord, AngleAboutVector)
C# 
bool RotateOrCopy3DAboutVector( 
   bool Copy,
   int NumCopies,
   bool KeepRelations,
   double BaseX,
   double BaseY,
   double BaseZ,
   double VectorXCoord,
   double VectorYCoord,
   double VectorZCoord,
   double AngleAboutVector
)
C++/CLI 
bool RotateOrCopy3DAboutVector( 
&   bool Copy,
&   int NumCopies,
&   bool KeepRelations,
&   double BaseX,
&   double BaseY,
&   double BaseZ,
&   double VectorXCoord,
&   double VectorYCoord,
&   double VectorZCoord,
&   double AngleAboutVector
) 

Parameters

Copy
True to copy the 3D sketch entities, false to not
NumCopies
Number of copies
KeepRelations
True to keep sketch relations, false to not
BaseX
X coordinate of the base point from which to rotate the 3D sketch entities
BaseY
Y coordinate of the base point from which to rotate the 3D sketch entities
BaseZ
Z coordinate of the base point from which to rotate the 3D sketch entities
VectorXCoord
X vector component of the axis of rotation, parallel to the base point
VectorYCoord
Y vector component of the axis of rotation, parallel to the base point
VectorZCoord
Z vector component of the axis of rotation, parallel to the base point
AngleAboutVector
Angle at which to rotate the sketch entities

Return Value

True if the 3D sketch entities rotated and are optionally copied about the specified vector, 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:   RotateOrCopy3DAboutVector Method (ISketchManager)
*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.