Creates a new patch feature.
"patchFeatures_var" is a variable referencing a PatchFeatures object.
|
"patchFeatures_var" is a variable referencing a PatchFeatures object.
|
Type | Description |
PatchFeature | Returns the newly created PatchFeature object or null if the creation failed. |
Name | Type | Description |
input | PatchFeatureInput | A PatchFeatureInput object that defines the desired patch feature. Use the createInput method to create a new PatchFeatureInput object and then use methods on it (the PatchFeatureInput object) to define the patch feature. |
Name | Description |
patchFeatures.add | Demonstrates the patchFeatures.add method by creating a patch surface on the selected profile. |
Patch Feature API Sample | Demonstrates creating a new patch feature. |