|
BaseVisual3DGetContent Method |
GetContent return the Model3D from the Content property (when this Visual3D is visible) or from the protected
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.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public Model3D GetContent()
Return Value
Model3DModel3D (GeometryModel3D or Model3DGroup)
See Also