RAD 1.0 NO IDEA Avatar
  1. OMG Issue

RAD — The following operations in the EntityFactory Interface need adjustments

  • Key: RAD-3
  • Legacy Issue Number: 5435
  • Status: closed  
  • Source: NASA ( Russ Claus)
  • Summary:

    The following operations in the EntityFactory Interface need adjustment to correctly generate geometries:

    For EntityFactory::index_bodies():
    LongSeq index_bodies(in LongSeqSeq oriented_shells);

    The oriented_shells data must be in the form: LongSeqSeq as showns above.

    LongSeq index_faces(in LongSeqSeq oriented_eloops, in LongSeqSeq vertex_loops,
    in LongSeq surfaces);

    The vertex_loops data must be in the form: LongSeqSeq as shown above.

    Also, the name used for the first argument to index_oriented_shells() is misleading:
    LongSeq index_oriented_shells(in LongSeq ofaces, in BooleanSeq sense);

    ofaces should be shells.

  • Reported: RAD 1.0b1 — Tue, 18 Jun 2002 04:00 GMT
  • Disposition: Resolved — RAD 1.0
  • Disposition Summary:

    The recommended changes are made as suggested in the summary

  • Updated: Fri, 6 Mar 2015 21:39 GMT