PenX3D(IMaterial, ICrossSectionOfLine) Constructor |
Initializes a new instance of the
PenX3D class using the specified material and cross section.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PenX3D(
IMaterial material,
ICrossSectionOfLine crossSection
)
Parameters
- material IMaterial
- The material used to draw the pen.
- crossSection ICrossSectionOfLine
- The line cross section.
See Also