Click or drag to resize
SbVec4fConvertFromT Method
Try to convert a structure to an SbVec4f value type.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.RC.0a6fe6666992233cffde83847550fd441faba7a7
Syntax
public static SbVec4f ConvertFrom<T>(
	T toConvert
)
where T : struct, new()

Parameters

toConvert
Type: T
Value to convert

Type Parameters

T
Value type

Return Value

Type: SbVec4f
Exceptions
ExceptionCondition
NotSupportedException Thrown when the conversion is not supported
See Also