CogShapeModelPolygon GetEffectivePolarity Method Cognex VisionPro 9.20
If this feature has no ParentFeature, then its effective polarity is the value of the Polarity property. If this feature has a ParentFeature, then the effective polarity is the Polarity times the effective polarity of the ParentFeature.

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

public virtual CogShapeModelPolarityConstants GetEffectivePolarity()

Return Value

Type: CogShapeModelPolarityConstants

The effective polarity.

Implements

ICogModelFeature GetEffectivePolarity 
Remarks

Returns the effective polarity of this feature.

If this feature does not have a ParentFeature its effective polarity is the value of Polarity. If it does have a ParentFeature its effective polarity is the Polarity times the effective polarity of the ParentFeature.

See Also