Method that creates a new FinishDefinition object. The object created does not represent a finish feature but instead is a representation of the information that defines a finish feature. You can use this object as input to the FinishFeatures.Add method to cre.
| Name | Type | Description |
| pInputFaces | FaceCollection | Input FaceCollection object that specifies the faces to create finish feature. |
| FinishType | FinishTypeEnum | Input FinishTypeEnum value that specifies finish type. |
| vtProcessName | Variant | Optional input String value that specifies finish process name. This is an optional argument whose default value is null. |
| vtAppearance | Variant | Optional input Asset object that specifies finish appearance. This is an optional argument whose default value is null. |
| Name | Description |
| Finish Feature Creation | This sample demonstrates how to create a finish feature. |