Click or drag to resize
SoVRSegyFileReaderGetP1P2P3Coordinates Method

Gets the P1, P2, P3 and P4 coordinates.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual bool GetP1P2P3Coordinates(
	out SbVec2d P1,
	out SbVec2d P2,
	out SbVec2d P3,
	out SbVec2d P4
)

Parameters

P1
Type: OIV.InventorSbVec2d
P2
Type: OIV.InventorSbVec2d
P3
Type: OIV.InventorSbVec2d
P4
Type: OIV.InventorSbVec2d

Return Value

Type: Boolean
Remarks

P1, P2 are on the corners corresponding to the first line. P4, P3 are on the corners corresponding to the last line. If these points do not exist, the crossline and inline values are used instead. Returns true for a right-handed coordinate system (Xline/Inline/Time).

See Also