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