PenX3DWithCrossSection Method |
Returns a copy of this pen with a different cross section.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PenX3D WithCrossSection(
ICrossSectionOfLine crossSection
)
Parameters
- crossSection ICrossSectionOfLine
- The new cross section.
Return Value
PenX3DA pen with the updated cross section.
See Also