IFeatureModel.AddFeatureConstraint method
Namespace: NextDesign.Core
Description
Adds the specified type of constraint relationship between the specified features.
argument
Name | Type | Description |
---|---|---|
source | IFeature | constraint source feature |
target | IFeature | Constraint feature |
kind | string | Constraint type For the values that can be specified, refer to the AddConstraint method of IFeature. |
Return value
- void