CentralBodySurfaceCurveGraphicsExtension Constructor (ExtrudableLineGraphics) |
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CentralBodySurfaceCurveGraphicsExtension(
ExtrudableLineGraphics lineGraphics
)
Public Sub New (
lineGraphics As ExtrudableLineGraphics
)
public:
CentralBodySurfaceCurveGraphicsExtension(
ExtrudableLineGraphics^ lineGraphics
)
new :
lineGraphics : ExtrudableLineGraphics -> CentralBodySurfaceCurveGraphicsExtension
Parameters
- lineGraphics
- Type: AGI.Foundation.Platforms.ExtrudableLineGraphics
The line graphics.
See Also