| SoCylinderPartType Enumeration | 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntax[FlagsAttribute]
public enum PartType
<FlagsAttribute>
Public Enumeration PartType
[FlagsAttribute]
public enum class PartType
[<FlagsAttribute>]
type PartType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | SIDES | 1 | The cylindrical part.   | 
 | TOP | 2 | The top circular face.   | 
 | BOTTOM | 4 | The bottom circular face.   | 
 | ALL | 7 | All parts.   | 
Remarks
See Also