09-06-2021, 11:45 AM
First check the "Basic WPF 3D objects tutorial" sample (the first sample in the Ab3d.PowerToys samples) to get some basic knowledge of the objects that are required to create a 3D scene and also how to apply transformations to the objects (samples can be downloaded from https://github.com/ab4d/Ab3d.PowerToys.Wpf.Samples).
Then check cameras and camera controllers section to get an idea what kind of cameras you can use and how to control them.
Check also other samples for other tools.
To create a rectangle you can use PlaneVisual3D object (if you need a 3D box or cube, you can use BoxVisual3D).
The Ab3d.PowerToys library is primary build for WPF, but it can be also used in WinForms - see the WinForms sample here: https://github.com/ab4d/Ab3d.PowerToys.WinForms.Samples
Then check cameras and camera controllers section to get an idea what kind of cameras you can use and how to control them.
Check also other samples for other tools.
To create a rectangle you can use PlaneVisual3D object (if you need a 3D box or cube, you can use BoxVisual3D).
The Ab3d.PowerToys library is primary build for WPF, but it can be also used in WinForms - see the WinForms sample here: https://github.com/ab4d/Ab3d.PowerToys.WinForms.Samples
Andrej Benedik

