CADability dotNET Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public void SetViewDirection( ModOp project, GeoPoint fixPoint, bool mouseIsDown ) |
| Visual Basic |
|---|
Public Sub SetViewDirection ( _ project As ModOp, _ fixPoint As GeoPoint, _ mouseIsDown As Boolean _ ) |
| Visual C++ |
|---|
public: void SetViewDirection( ModOp project, GeoPoint fixPoint, bool mouseIsDown ) |
Parameters
- project
- Type: CADability..::..ModOp
- fixPoint
- Type: CADability..::..GeoPoint
- mouseIsDown
- Type: System..::..Boolean