Questions tagged [modelio]

Modelio is an Open Source UML tool developed by Modeliosoft, based in Paris, France. It supports the UML2 and BPMN standards.

Modelio is an Open Source UML tool developed by Modeliosoft, based in Paris, France.
It supports the UML2 and BPMN standards.

Wikipedia: http://en.wikipedia.org/wiki/Modelio

50 questions
2
votes
1 answer

In Swift how do I configure a AutoreleasingUnsafeMutablePointer?

For an iOS app I am converting some Objective-C code to Swift. The Objective-C code uses a method with this signature: + (nullable NSArray*)newMeshesFromAsset:(nonnull MDLAsset *)asset device:(nonnull id)device …
dugla
  • 12,774
  • 26
  • 88
  • 136
2
votes
1 answer

iOS Import .obj file to Model I/O without duplicating vertices

I'm trying to import a .obj file to use in Scene Kit using the Model I/O framework. I initially used the simple MDLAsset initWithURL: function, but after transferring the mesh to a SCNGeometry, I realized this function was triangulizing the mesh,…
sts54
  • 49
  • 9
2
votes
1 answer

MDLMaterial does not correctly render relative texture image

I can load and view a texture image into an SCNMaterial. If I try to replace SCNMaterial with MDLMaterial using the same image, the texture is not correctly rendered: let scattering:MDLPhysicallyPlausibleScatteringFunction =…
chiarotto.alessandro
  • 1,491
  • 1
  • 13
  • 31
2
votes
2 answers

Generate java code in modelio

I created a UML class diagram im Modelio, now I need to implement this diagram in Java. Is there any possibility to generate Java code out of a class diagram? I just want to export the classes and prototypes of the methods. I have already tried tu…
blafoo
  • 23
  • 1
  • 4
2
votes
1 answer

Is there a way to import an ArgoUML model into Modelio?

I'm trying to migrate an ArgoUML file to Modelio. According to my understanding, both support XMI, but somehow this still doesn't work. When I export my ArgoUML data to XMI, Modelio won't import it, I get the following error: Failed: file content…
Dave Vogt
  • 18,600
  • 7
  • 42
  • 54
1
vote
1 answer

how to create AR dome like qlone 3d scanner app using Arkit Scenekit

I am looking to create AR dome shape geometry in Scenekit, like it is created in qlone 3D scanner app. Please refer following links for visuals. https://www.youtube.com/watch?v=0JQZmTT3KO0 https://3dscanexpert.com/qlone-3d-scanning-ios-app/ enter…
Amit Singh
  • 63
  • 8
1
vote
1 answer

Modelio class diagram compartments

I need help about Modelio UML Tool Class diagram components. Normal a class diagram in other modelling tools have 3 compartments. The top compartment contains the name of the class. The middle compartment contains the attributes of the class. The…
ezgi
  • 35
  • 1
  • 7
1
vote
1 answer

How do I add Lists in Modelio class diagram?

Using more strict modeling tools (unlike just paint editors) makes you to remember at least basic UML specification. For example, in the case of modelio, you have to seperately add to the diagram any specific data type which is further used within…
Max Bender
  • 372
  • 4
  • 14
1
vote
0 answers

Export StarUML Project to Modelio

Can anyone tell me how to export a StarUML project to Modelio environnement, Modelio seems to be better than StarUML, but I have a big work to do if the export is impossible. help please !!!
Moh Lamine
  • 72
  • 1
  • 9
1
vote
2 answers

In Model I/O documented API is missing in the provided libraries. What is the work around?

Although documented the following MDLAsset class methods do not exist in the ModelIO library: + assetWithSCNScene:bufferAllocator: + assetWithSCNScene: So, currently there is no way to read in a SceneKit .scn file and create an MDLAsset. What is…
dugla
  • 12,774
  • 26
  • 88
  • 136
1
vote
1 answer

Eclipse UI unusable. No icons, unresponsive buttons, no text editor

I've been having problems recently with Eclipse on Arch Linux. It started earlier this week when some functionalities stopped working and would result in an error report (e.g. creating a new project, java or otherwise). I tried uninstalling…
napstablook
  • 349
  • 3
  • 7
  • 15
1
vote
0 answers

modelio does not import overture uml exported file

I want to learn how to use Modelio and Overture together to learn to model programs with UML and VDM. The whole procedure about creating a UML model, exporting it to XMI (uml extension), and importing to Overture is done successfully. However, when…
Betsemes
  • 13
  • 2
1
vote
1 answer

How do I set attribute length in Modelio?

I have been working with Modelio for a few weeks and I want to limit the lenghts of the data types I use, like the "string" type when I work with a Class Diagram. I want to be able to specify something in the trend of "string min(5) max(128)" or…
Oshkosh1017
  • 109
  • 9
1
vote
1 answer

How to convert from ModelIO MDLMesh to SceneKit SCNGeometry and back?

Apple have recently announced Model I/O Framework and, understandably, documentation is currently quite sparse with many classes still not fully documented. The Model I/O talk suggests a two-way link between SceneKit classes and Model I/O classes,…
Matthew
  • 1,366
  • 2
  • 15
  • 28
0
votes
1 answer

How to find AbstractDiagram object of IDiagramCustomizer in Modelio 3.7.1

I implement IDiagramCustomizer interface in my class for customizing diagram palette. But i dont get AbstractDiagram of this customizer calling for. How to access to diagram object via IDiagramCustomizer I need to access diagram properties for…
rumeysa
  • 1
  • 1