SoVolumeDetailGetFirstNonTransparentValue Method (Int64, SbVec3i32, SbVec3f) |
Calls GetFirstNonTransparentValue(value, pos, objPos, false).
Namespace: OIV.VolumeViz.DetailsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool GetFirstNonTransparentValue(
out long value,
out SbVec3i32 pos,
out SbVec3f objPos
)
Public Function GetFirstNonTransparentValue (
<OutAttribute> ByRef value As Long,
<OutAttribute> ByRef pos As SbVec3i32,
<OutAttribute> ByRef objPos As SbVec3f
) As Boolean
public:
bool GetFirstNonTransparentValue(
[OutAttribute] long long% value,
[OutAttribute] SbVec3i32% pos,
[OutAttribute] SbVec3f% objPos
)
member GetFirstNonTransparentValue :
value : int64 byref *
pos : SbVec3i32 byref *
objPos : SbVec3f byref -> bool
Parameters
- value
- Type: SystemInt64
- pos
- Type: OIV.InventorSbVec3i32
- objPos
- Type: OIV.InventorSbVec3f
Return Value
Type:
BooleanRemarks See Also