Translates the coordinate system of the active or selected sketch.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SketchModifyTranslate( _
ByVal StartX As Double, _
ByVal StartY As Double, _
ByVal EndX As Double, _
ByVal EndY As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim StartX As Double
Dim StartY As Double
Dim EndX As Double
Dim EndY As Double
instance.SketchModifyTranslate(StartX, StartY, EndX, EndY)
|
C++/CLI | |
---|
void SketchModifyTranslate(
& double StartX,
& double StartY,
& double EndX,
& double EndY
) |
Parameters
- StartX
X sketch value defining the from-position
- StartY
Y sketch value defining the from- position
- EndX
X sketch value defining the to-position
- EndY
Y sketch value defining the to-position
Return Value
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0