CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Constructs a ModOp, that performs a translation by the given offsets
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static ModOp Translate( double dx, double dy, double dz ) |
| Visual Basic |
|---|
Public Shared Function Translate ( _ dx As Double, _ dy As Double, _ dz As Double _ ) As ModOp |
| Visual C++ |
|---|
public: static ModOp Translate( double dx, double dy, double dz ) |
Parameters
- dx
- Type: System..::..Double
offset in direction of the x-axis
- dy
- Type: System..::..Double
offset in direction of the y-axis
- dz
- Type: System..::..Double
offset in direction of the z-axis