Hello. There is such a code. How to reach Name ScaleTransform
in Transform3DGroup
from code?
<Viewport3D x:Name="Viewport3D_1" Visibility="Visible" Width="769" Height="572"> <Viewport3D.Resources> <ResourceDictionary> <Transform3DGroup x:Key="Transform_Model_Cube"> <ScaleTransform3D x:Name="fcb" CenterX="0" CenterY="0" CenterZ="0" ScaleX="0" ScaleY="1" ScaleZ="1" /> </Transform3DGroup> </ResourceDictionary> </Viewport3D.Resources> </Viewport3D>