Creates new XMeshModelConfigs mesh model configuration instance for the given model.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static XMeshModelConfigs CreateConfigs(
	XMeshModel model
)

Parameters

model
Type: SGP.XSpace..::.XMeshModel
Model that the configuration has been created for.

See Also