CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
A 3-dimensional modification operation implemented as a homogenous matrix 4*3.
You can apply such a modification to GeoPoints or GeoVectors
or you can use it for GeoObjects Modify(ModOp).
If you want to move, rotate, scale reflect or generally modify a GeoObject you will need this class.
Use the static methods to create ModOps that do a required modification (like Rotate(Int32, SweepAngle), Translate(Double, Double, Double) etc.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
[SerializableAttribute] public struct ModOp : ISerializable |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Structure ModOp _ Implements ISerializable |
| Visual C++ |
|---|
[SerializableAttribute] public value class ModOp : ISerializable |