Gets/sets the normal direction of this circle.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 87.0.0.0
public virtual Cog3DVect3 Normal { get; set; }public virtual Cog3DVect3 Normal { get; set; }Public Overridable Property Normal As Cog3DVect3
Get
Set
Public Overridable Property Normal As Cog3DVect3
Get
Set
public:
virtual property Cog3DVect3 Normal {
Cog3DVect3 get ();
void set (Cog3DVect3 value);
}public:
virtual property Cog3DVect3 Normal {
Cog3DVect3 get ();
void set (Cog3DVect3 value);
}Property Value
Type:
Cog3DVect3
The normal direction of this circle.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: - SfNormal
- SfGetShapeFromScaledUnitCircle
- SfComputeBoundingBox
|
| Exception | Condition |
|---|
| ArgumentException |
If normal is (0,0,0).
|
The setter might change the value of GetShapeFromScaledUnitCircle().