========================= EClass ShapeFromResource ========================= Provides a definition for shapes loaded from external resources (e.g. svg files) :ePackage: :doc:`displayStyles <./EPackage_displayStyles>` :inherits from: :doc:`Shape <./EClass_displayStyles_Shape>` :referenced by: :doc:`DragAndDrop <./EClass_tools_DragAndDrop>` (via :doc:`Shape <./EClass_displayStyles_Shape>`) :contained by: :doc:`Container <./EClass_displayableObjects_Container>` (via :doc:`Shape <./EClass_displayStyles_Shape>`), :doc:`ShapedObject <./EClass_displayableObjects_ShapedObject>` (via :doc:`Shape <./EClass_displayStyles_Shape>`), :doc:`StaticSubVertex <./EClass_displayableObjects_StaticSubVertex>` (via :doc:`Shape <./EClass_displayStyles_Shape>`), :doc:`StaticVertex <./EClass_displayableObjects_StaticVertex>` (via :doc:`Shape <./EClass_displayStyles_Shape>`), :doc:`SubVertex <./EClass_displayableObjects_SubVertex>` (via :doc:`Shape <./EClass_displayStyles_Shape>`), :doc:`Vertex <./EClass_displayableObjects_Vertex>` (via :doc:`Shape <./EClass_displayStyles_Shape>`) EAttributes ############# **filepath** (EString) Defines the file path to the image. The file path is specified relative to the model's path. **rotation** (EDouble) Defines the rotation of the shape in the polar coordinate system in degrees. Triangles by default point to the right (0 degrees). **sizeX** (EDouble) .. deprecated:: 0.3.0 @deprecated Defines the initial width that is used for displaying the image. - obsoleted Attribute will be removed in future. Usage triggers warning. Use ShapedObject (Vertex, Container) size instead. **sizeY** (EDouble) .. deprecated:: 0.3.0 @deprecated Defines the initial height that is used for displaying the image. - obsoleted Attribute will be removed in future. Usage triggers warning. Use ShapedObject (Vertex, Container) size instead. EReferences ############# This eClass contains no references.