﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5440	visualization crash	Volker Waurich	Volker Waurich	"The visualization crashes for the following model
{{{
model visShapeSTL
  parameter String wheelShapeFile = Modelica.Utilities.Files.fullPathName(""file:///wheel.stl"");
  Modelica.Mechanics.MultiBody.Parts.Fixed fixed annotation(
    Placement(visible = true, transformation(origin = {-30, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
  inner Modelica.Mechanics.MultiBody.World world annotation(
    Placement(visible = true, transformation(origin = {-90, 90}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
  Modelica.Mechanics.MultiBody.Visualizers.Advanced.Shape vis(
    shapeType=wheelShapeFile,
    r_shape={0,0,0},
    lengthDirection={1,0,0},
    widthDirection={0,1,0},
    length=1.0,
    width=1.0,
    height=1.0,
    color={0,128,255},
    extra=0.0,
    specularCoefficient=world.defaultSpecularCoefficient,
    r=world.frame_b.r_0,
    R=world.frame_b.R) if world.enableAnimation; annotation(
    Placement(visible = true, transformation(origin = {12, 2}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation

annotation(
  uses(Modelica(version = ""3.2.3"")));
end visShapeSTL;

}}}"	defect	new	high	Future	OMEdit				Adeel Asghar dariomangoni@…
