CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns the reverse of the provided sweep angle
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static SweepAngle operator -( SweepAngle s ) |
| Visual Basic |
|---|
Public Shared Operator - ( _ s As SweepAngle _ ) As SweepAngle |
| Visual C++ |
|---|
public: static SweepAngle operator -( SweepAngle s ) |
Parameters
- s
- Type: CADability..::..SweepAngle