Gets/sets the start point of this lineSeg.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
public virtual Cog3DVect3 P1 { get; set; }public virtual Cog3DVect3 P1 { get; set; }Public Overridable Property P1 As Cog3DVect3
Get
Set
Public Overridable Property P1 As Cog3DVect3
Get
Set
public:
virtual property Cog3DVect3 P1 {
Cog3DVect3 get ();
void set (Cog3DVect3 value);
}public:
virtual property Cog3DVect3 P1 {
Cog3DVect3 get ();
void set (Cog3DVect3 value);
}Property Value
Type:
Cog3DVect3
The start point of this lineSeg.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: - SfP1
- SfLength
- SfComputePerimeter
- SfComputeBoundingBox
- SfIsDegenerateCurve
|