SoCylinderPartType Enumeration |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
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