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