Rotates, and optionally copies, the selected 3D sketch entities about the specified x, y, and z coordinates.
.NET Syntax
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 AngleAboutXDir As Double
Dim AngleAboutYDir As Double
Dim AngleAboutZDir As Double
Dim value As Boolean
value = instance.RotateOrCopy3DAboutXYZ(Copy, NumCopies, KeepRelations, BaseX, BaseY, BaseZ, AngleAboutXDir, AngleAboutYDir, AngleAboutZDir)
|
Parameters
- Copy
- True to copy 3D sketch entities, false to not
- NumCopies
- Number of copies
- KeepRelations
- True to keep sketch relations, false to not
- BaseX
- X coordinate from the base point from which to rotate the 3D sketch entities
- BaseY
- Y coordinate from the base point from which to rotate the 3D sketch entities
- BaseZ
- Z coordinate from the base point from which to rotate the 3D sketch entities
- AngleAboutXDir
- Angle to rotate the 3D sketch entities in the x direction
- AngleAboutYDir
- Angle to rotate 3D sketch entities in the y direction
- AngleAboutZDir
- Angle to rotate 3D sketch entities in the z direction
Return Value
True if the 3D sketch entities are rotated, and optionally copied, in the specified x, y, and z directions, false if not
Example
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0