Eyeshot 10 WinForms API Reference
ConvertToSolid<T>() Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class > ConvertToSolid Method : ConvertToSolid<T>() Method
Converts this mesh to a %% object.
Syntax
'Declaration
 
Public Overloads Function ConvertToSolid(Of T As {New, Solid})() As T
public T ConvertToSolid<T>()
where T: new(), Solid

Type Parameters

T

Return Value

The resulting solid if the operation is successful, null/Nothing otherwise.
See Also

Reference

Mesh Class
Mesh Members
Overload List