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