Click or drag to resize
AB4D logo

BaseVisual3DSetContent Method

SetContent method sets the specified model3D to the Content property (when this Visual3D is visible), or to the savedHiddenContent field (when this Visual3D is hidden, then the Model3D from the Content is set to savedHiddenContent field so that Content can be set to null to hide this Visual3D).

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void SetContent(
	Model3D model3D
)

Parameters

model3D  Model3D
GeometryModel3D or Model3DGroup
See Also