Creates a new offset feature.
"offsetFeatures_var" is a variable referencing an OffsetFeatures object.
|
"offsetFeatures_var" is a variable referencing an OffsetFeatures object.
|
Type | Description |
OffsetFeature | Returns the newly created OffsetFeature object or null if the creation failed. |
Name | Type | Description |
input | OffsetFeatureInput | A FeatureInput object that defines the desired offset feature. Use the createInput method to create a new OffsetFeatureInput object and then use methods on it (the OffsetFeatureInput object) to define the offset feature. |
Name | Description |
offsetFeatures.add | Demonstrates the offsetFeatures.add method. This is the equivalent of the Offset command in the SURFACE tab. |
Offset Feature API Sample | Demonstrates creating a new offset feature |