Indexes  

CATFunctOrientationDirection (Enumeration)

enum CATFunctOrientationDirection {
  CATFunctNotOriented,
  CATFunctOrientedUnidirectional,
  CATFunctOrientedBidirectional
}
The qualifications of Orientation and Direction of a Functional Action.
  • When NotOriented, no distinction is made between the two Elements the Action is connected on.
    Graphically,they are connected by a line without any arrow.
    (but they still have to be accessed thru the "From" and "To" properties)
    Such qualification is used when the Action is in fact a relationship that points the Elements
    (a Welding relationship might be used to point 2 Entities : Flange and Stiffener)
  • When Oriented, there are two possibilities :

    Copyright © 2006, Dassault Systèmes. All rights reserved.