Gets the direction vector for this sweep feature when path alignment type is
swTangencyDirectionVector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPathAlignmentDirectionVector( _
ByRef Type As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISweepFeatureData
Dim Type As Integer
Dim value As Object
value = instance.GetPathAlignmentDirectionVector(Type)
|
C# | |
---|
object GetPathAlignmentDirectionVector(
out int Type
) |
C++/CLI | |
---|
Object^ GetPathAlignmentDirectionVector(
& [Out] int Type
) |
Parameters
- Type
These direction vectors as defined in swSelectType_e:
- swSelDATAMAXES (axis)
- swSelDATUMPLANES (plane)
-
swSelEDGES (edge)
-
swSelFACES (face)
Return Value
An
axis, edge, face, or
plane
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0