| SbBox3fConvertFromT Method  | 
            Try to convert a structure to an SbVec2d value type.
            
 
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
Syntaxpublic static SbBox3f ConvertFrom<T>(
	T toConvert
)
where T : struct, new()
Public Shared Function ConvertFrom(Of T As {Structure, New}) ( 
	toConvert As T
) As SbBox3fpublic:
generic<typename T>
where T : value class, gcnew()
static SbBox3f ConvertFrom(
	T toConvert
)
static member ConvertFrom : 
        toConvert : 'T -> SbBox3f  when 'T : struct, new()
Parameters
- toConvert
 - Type: T
 Value to convert 
Type Parameters
- T
 -  Value type
 
Return Value
Type: 
SbBox3f
Exceptions| Exception | Condition | 
|---|
| NotSupportedException |  Thrown when the conversion is not supported  | 
See Also