Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It is possible to specify several ProE/Creo specific options (in A3DRWParamsProEData) while importing such CAD files with the HOOPS Exchange API, including the following ones:

Info

Further information regarding accelerator files can be found on the official Creo documentation

  • Flexible components

In Creo, a flexible is a part that can has several states, with a variation of dimension, tolerances or material. For a example, a spring can be represented as a flexible component.

...

  • If the tessellation of the flexible component is stored, it will be loaded by default

    • The tessellation is the representation of the flexible component in the state it was saved in Creo.

  • If no tessellation is available the setting m_bFlexCompUseGenericIfNoTess adapts HOOPS Exchange behavior

    • If the value is set to true a generic representation is loaded. It is a representation of the component that may not

    • If the value is set to false , no representation is loaded. The component won’t be displayed.

Note: if the tessellation is stored in the file, m_bFlexCompUseGenericIfNoTess won’t have any effect.

Example

...

Situation

...

Result

...

Model saved in Creo

...

...

The tessellation is stored in the Creo file

...

The tessellation is NOT stored in the Creo file

...

The tessellation is NOT stored in the Creo file

...

. For more information, check out our forum post.