Creates a revolved cut thin feature by revolving a profile about an axis.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim Angle As Double
Dim ReverseDir As Boolean
Dim Angle2 As Double
Dim RevType As Integer
Dim Thickness1 As Double
Dim Thickness2 As Double
Dim ReverseThinDir As Integer
Dim UseFeatScope As Boolean
Dim UseAutoSelect As Boolean
Dim value As Feature
value = instance.FeatureRevolveThinCut(Angle, ReverseDir, Angle2, RevType, Thickness1, Thickness2, ReverseThinDir, UseFeatScope, UseAutoSelect)
|
Parameters
- Angle
- Angle of revolution in radians
- ReverseDir
- True reverses the angle direction, false does not
- Angle2
- Angle of revolution in radians
- RevType
- Type of revolution as defined in swRevolveType_e (see Remarks)
- Thickness1
- Wall thickness1 (ReverseThinDir2 = 2 uses (thickness1)/2 for each direction)
- Thickness2
- Wall thickness 2 (only used when reverseThinDir= 3)
- ReverseThinDir
Thin feature type:
- 0 = One direction
- 1 = One direction reverse
- 2 = Mid-plane
- 3 = Two direction
- UseFeatScope
- True if the feature only affects selected bodies, false if the feature affects all
bodies - UseAutoSelect
- True to automatically select all bodies and have the feature affect those bodies, false to select the bodies the feature affects (see Remarks)
Return Value
Pointer to the
IFeature object
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0