...
Table of Contents
|
Family tables (m_eFamilyTables):
A family table represents a component with a variable representation
...
A family table import option impacts the behavior of HOOPS Exchange.
A3DProEFamTabAcceleratorFileOnly: Only use accelerator files. If none are available then no tessellation nor generic parts will be loaded.
A3DProEFamTabOrUseTessellation: Will try to use the accelerator files first when possible. otherwise will load the tessellation instead.
A3DProEFamTabOrUseWireAndGeneric: If no accelerator files nor tessellation are available, will use generic/wire representation.
...
Creo import options used | Result |
---|---|
A3DProEFamTabAccelesratorFileOnlyA3DProEFamTabOrUseTessellation | |
A3DProEFamTabAccelesratorFileOnlyA3DProEFamTabOrUseWireAndGeneric |
Flexible components (m_bFlexCompUseGenericIfNoTess):
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.
...
Situation | Result |
---|---|
Model saved in Creo | |
The tessellation is stored in the Creo file | |
The tessellation is NOT stored in the Creo file m_bFlexCompUseGenericIfNoTess is | |
The tessellation is NOT stored in the Creo file m_bFlexCompUseGenericIfNoTess is |
Boolean operations (m_bBoolOpUseGenericIfNoTess):
In CAD software, boolean operations are a way to define geometrical elements by performing unions or ,intersections or difference of 2 or more sub-elements.
...