SoVRSegyFileReaderGetTraceCoord Method |
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax public bool GetTraceCoord(
int i,
int j,
out SbVec2d P
)
Public Function GetTraceCoord (
i As Integer,
j As Integer,
<OutAttribute> ByRef P As SbVec2d
) As Boolean
public:
bool GetTraceCoord(
int i,
int j,
[OutAttribute] SbVec2d% P
)
member GetTraceCoord :
i : int *
j : int *
P : SbVec2d byref -> bool
Parameters
- i
- Type: SystemInt32
- j
- Type: SystemInt32
- P
- Type: OIV.InventorSbVec2d
Return Value
Type:
BooleanRemarks See Also