Table of Contents

TransformationGeomControl

The TransformationGeomControl provides a user interface for applying transformations to geometric objects. It allows you to wrap any geometry with transformation parameters like scaling, rotation, and translation.

Features

  • Select and edit the base geometry object
  • Apply transformations including scaling, rotation, and translation
  • Preview the transformed geometry

UI Layout

The TransformationGeomControl includes the following UI elements:

  • Base Geometry - A combo box for selecting the type of base geometry
  • Geometry Properties - A container that shows the appropriate control for the selected geometry type
  • Transformation Selection Bar
    • Available options (The dynamic transformer is not avaible):
      • Null Transform Option (Show if originally existed or code-behind optionally assinged)
      • Identity Transform Option (Show if originally existed or code-behind optionally assinged)
      • Static Translate Option
      • General Transform Option
      • Freeform Transform Option

See Also

Single-User WPF Application Source Code Path

  • Geom/TransformationGeomControl

see this page for git repository.