Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
128 stars 24 forks source link

ST6RI-532 Minor fixes to space modeling & shape library #355

Closed conradbock closed 2 years ago

conradbock commented 2 years ago

Occurrences.kerml

Objects.kerml

genus: changed type Integer to Natural, simplified invariant.

ShapeItems.sysml

CarWithShapeAndCSG.sysml

Changed Engine::c1 and c2 to be cylindrically shaped, rather than specialize Cylinder, so they are bodies for intersection to each engine occurrence. The shape (space boundary) of engines is calculated by CAD tools.

conradbock commented 2 years ago

Oops, copy/paste error, will fix.

conradbock commented 2 years ago

Pushed PlanarCurve fix. Also Objects.kerml, missed pushing it before.

hpdekoning commented 2 years ago

All looks OK for me.