Sets the reverse offset direction setting for the end condition of this surface extrude feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetReverseOffset( _
ByVal Fwd As Boolean, _
ByVal RevOffset As Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISurfExtrudeFeatureData
Dim Fwd As Boolean
Dim RevOffset As Boolean
instance.SetReverseOffset(Fwd, RevOffset)
|
C++/CLI | |
---|
void SetReverseOffset(
& bool Fwd,
& bool RevOffset
) |
Parameters
- Fwd
True sets the reverse offset setting in the forward direction, false sets it in the reverse direction
- RevOffset
True enables the reverse offset setting, false disables it
Remarks
See Also
Availability
SolidWorks 2001Plus SP1, Revision Number 10.1