CentralBodySurfaceCurveGraphicsExtension Constructor (ExtrudableLineGraphics) |
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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