CogShapeModelGeneralContour ParentFeature Property Cognex VisionPro 9.10
If this feature has a ParentFeature, then Weight and Polarity are defined with respect to the parent. The effective weight (or polarity) of this feature is its Weight (or Polarity) times the parent's effective weight (or polarity).

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

public virtual ICogModelFeature ParentFeature { get; }

Property Value

Type: ICogModelFeature

Implements

ICogModelFeature ParentFeature
Remarks

Returns this feature's parent feature if it has one

If this feature has a parent feature, its Weight and Polarity are defined with respect to the parent. The effective weight of this feature is its Weight times the parent's effective weight. Similarly, the effective polarity of this feature is its Polarity times the parent's effective polarity.

See Also