Cylinder faces that can be filled.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax [FlagsAttribute]
public enum CylinderFill
<FlagsAttribute>
Public Enumeration CylinderFill
[FlagsAttribute]
public enum class CylinderFill
[<FlagsAttribute>]
type CylinderFill
Members
| Member name | Description |
---|
| Wall |
Fill the cylinder's wall.
|
| BottomCap |
Fill the cylinder's bottom cap.
|
| TopCap |
Fill the cylinder's top cap.
|
| All |
Completely fill the cylinder, including its wall, bottom, and top cap.
|
See Also