SoText3PartType Enumeration |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [FlagsAttribute]
public enum PartType
<FlagsAttribute>
Public Enumeration PartType
[FlagsAttribute]
public enum class PartType
[<FlagsAttribute>]
type PartType
Members
| Member name | Value | Description |
---|
| FRONT | 1 | Front faces of characters. |
| SIDES | 2 | Extruded sides of characters. |
| BACK | 4 | Back faces of characters. |
| ALL | 7 | All parts. |
Remarks See Also