Moves or rotates the selected Live Section Plane using the selected Live Section Plane and its manipulator.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function MoveRotateLiveSectionPlane( _
ByVal Feat As String, _
ByVal Type As Short, _
ByVal XorDeltaX As Double, _
ByVal YorDeltaY As Double, _
ByVal ZorDeltaZ As Double, _
ByVal Axisx As Double, _
ByVal Axisy As Double, _
ByVal Axisz As Double, _
ByVal Angle As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim Feat As String
Dim Type As Short
Dim XorDeltaX As Double
Dim YorDeltaY As Double
Dim ZorDeltaZ As Double
Dim Axisx As Double
Dim Axisy As Double
Dim Axisz As Double
Dim Angle As Double
Dim value As Boolean
value = instance.MoveRotateLiveSectionPlane(Feat, Type, XorDeltaX, YorDeltaY, ZorDeltaZ, Axisx, Axisy, Axisz, Angle)
|
Parameters
- Feat
- Name of the Live Section Plane as it appears in the FeatureManager design tree
- Type
- 0 = Move only, then (XorDeltaX, YorDeltaY, and ZorDeltaZ) is delta vector
- 1 = Rotate only, then (XorDeltaX, YorDeltaY, and ZorDeltaZ) is the pivot point for rotation, (axisX, axisY, axisZ) is rotating axis
- XorDeltaX
- Delta X
- YorDeltaY
- Delta Y
- ZorDeltaZ
- Delta Z
- Axisx
- X axis
- Axisy
- Y axis
- Axisz
- Z axis
- Angle
- Value by to rotate the Live Section Plane
Return Value
True if the Live Section Plane moves or rotates, false if not
See Also
Availability
SolidWorks 2009 FCS, Revision Number 17.0