MultipleSingleLinesObjectOutline Constructor |
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic MultipleSingleLinesObjectOutline(
double thickness1,
double thickness2,
IEnumerable<LineD3D> lines,
Matrix4x3 localToWorldTransformation
)
Parameters
- thickness1 Double
- The thickness in west-east direction.
- thickness2 Double
- The thickness in north-south direction.
- lines IEnumerableLineD3D
- The lines.
- localToWorldTransformation Matrix4x3
- The local-to-world transformation.
See Also