Stretch the selected entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub Stretch( _
ByVal KeepRelations As Boolean, _
ByVal BaseX As Double, _
ByVal BaseY As Double, _
ByVal DestX As Double, _
ByVal DestY As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim KeepRelations As Boolean
Dim BaseX As Double
Dim BaseY As Double
Dim DestX As Double
Dim DestY As Double
instance.Stretch(KeepRelations, BaseX, BaseY, DestX, DestY)
|
Parameters
- KeepRelations
- True to keep the sketch relations intact, false to sever them
- BaseX
- x coordinate of the base point
- BaseY
- y coordinate of the base point
- DestX
- x coordinate of the destination stretch
- DestY
- y coordinate of the destination of the stretch
See Also
Availability
SolidWorks 2009 FCS, Revision Number 17.0