SoVRSegyFileReaderGetP1P2P3Coordinates Method |
Gets the P1, P2, P3 and P4 coordinates.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax public virtual bool GetP1P2P3Coordinates(
out SbVec2d P1,
out SbVec2d P2,
out SbVec2d P3,
out SbVec2d P4
)
Public Overridable Function GetP1P2P3Coordinates (
<OutAttribute> ByRef P1 As SbVec2d,
<OutAttribute> ByRef P2 As SbVec2d,
<OutAttribute> ByRef P3 As SbVec2d,
<OutAttribute> ByRef P4 As SbVec2d
) As Boolean
public:
virtual bool GetP1P2P3Coordinates(
[OutAttribute] SbVec2d% P1,
[OutAttribute] SbVec2d% P2,
[OutAttribute] SbVec2d% P3,
[OutAttribute] SbVec2d% P4
)
abstract GetP1P2P3Coordinates :
P1 : SbVec2d byref *
P2 : SbVec2d byref *
P3 : SbVec2d byref *
P4 : SbVec2d byref -> bool
override GetP1P2P3Coordinates :
P1 : SbVec2d byref *
P2 : SbVec2d byref *
P3 : SbVec2d byref *
P4 : SbVec2d byref -> bool
Parameters
- P1
- Type: OIV.InventorSbVec2d
- P2
- Type: OIV.InventorSbVec2d
- P3
- Type: OIV.InventorSbVec2d
- P4
- Type: OIV.InventorSbVec2d
Return Value
Type:
BooleanRemarks 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