Click or drag to resize
AB4D logo

ModelDecoratorVisual3DRootModelVisual3D Property

Gets or sets a ModelVisual3D that is a parent ModelVisual3D for TargetModel3D.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public ModelVisual3D RootModelVisual3D { get; set; }

Property Value

ModelVisual3D
Remarks

RootModelVisual3D gets or sets a ModelVisual3D that is a parent ModelVisual3D for TargetModel3D.

RootModelVisual3D must be set when the parent Visual3D object or its parents use transformations. Without setting RootModelVisual3D, the ModelDecoratorVisual3D will not be aware or the transformation and will show the 3D lines at wrong position and with wrong size.

When no transformations are used on Visual3D objects, the RootModelVisual3D can remain null.

See Also