Gets the overall offset distance of this offset surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetOffsetSurfParams2( _
ByRef BaseSurf As Object, _
ByRef Sense As Boolean _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim BaseSurf As Object
Dim Sense As Boolean
Dim value As Double
value = instance.GetOffsetSurfParams2(BaseSurf, Sense)
|
C# | |
---|
double GetOffsetSurfParams2(
out object BaseSurf,
out bool Sense
) |
C++/CLI | |
---|
double GetOffsetSurfParams2(
& [Out] Object^ BaseSurf,
& [Out] bool Sense
) |
Parameters
- BaseSurf
- Base surface used to generate the offset surface
- Sense
If true, then the offset is in the direction of the original surface's normal, if fakse, then the offset is in the opposite direction of the original surface's normal
Return Value
Offset for the surface
Remarks
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0