Ticket #7973 (assigned)
make centre and axis optional in cylinder shapes
Reported by: | Anders Markvardsen | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
In:
<cylinder id="A">
<centre-of-bottom-base r="0.0" t="0.0" p="0.0" /> <!-- here position specified using spherical coordinates --> <axis x="0.0" y="0.2" z="0" /> <radius val="1" /> <height val="10.2" />
</cylinder>
make <centre-of-bottom-base and axis optional and let these be (0,0,0) and (0,0,1) respectively
<infinite-cylinder id="A" >
<centre x="0.0" y="0.2" z="0" /> <axis x="0.0" y="0.2" z="0" /> <radius val="1" />
</infinite-cylinder>
make <centre and axis optional and let these be (0,0,0) and (0,0,1) respectively
reminder update wiki + schema
Change History
Note: See
TracTickets for help on using
tickets.
Bulk move to assigned at the introduction of the triage step