Interference Analysis Interface Module (AIM)
Interference Analysis Interface Module (AIM)
Loading...
Searching...
No Matches
AIM Inputs

The following list outlines the Interference inputs along with their default value available through the AIM interface.

  • Attr_Name = "_name"
    Attribute Name use to collect and label Bodies.
  • OML = True
    Use the Body with the largest Bounding Box as a container (if True). False indicates that the Bodies are not contained.
  • Tess_Params = [0.025, 0.001, 15.0]
    Body tessellation parameters used to discretize all Bodies. Tess_Params[0] and Tess_Params[1] get scaled by the bounding box of the largest body. (From the EGADS manual) A set of 3 parameters that drive the EDGE discretization and the FACE triangulation. The first is the maximum length of an EDGE segment or triangle side (in physical space). A zero is flag that allows for any length. The second is a curvature-based value that looks locally at the deviation between the centroid of the discrete object and the underlying geometry. Any deviation larger than the input value will cause the tessellation to be enhanced in those regions. The third is the maximum interior dihedral angle (in degrees) between triangle facets (or Edge segment tangents), note that a zero ignores this phase.