SoMFVec3fFind Method (SbVec3f) |
Calls Find(targetValue, false).
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public int Find(
SbVec3f targetValue
)
Public Function Find (
targetValue As SbVec3f
) As Integer
public:
int Find(
SbVec3f targetValue
)
member Find :
targetValue : SbVec3f -> int
Parameters
- targetValue
- Type: OIV.InventorSbVec3f
Return Value
Type:
Int32Remarks See Also