Click or drag to resize
AB4D logo

ExtensionsCreateModelVisual3D Method

Creates a new ModelVisual3D and sets its Content property to the specified GeometryModel3D or Model3DGroup.

Namespace: Ab3d
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static ModelVisual3D CreateModelVisual3D(
	this Model3D model3D
)

Parameters

model3D  Model3D
GeometryModel3D or Model3DGroup

Return Value

ModelVisual3D
ModelVisual3D

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Model3D. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also