The Exchange::ProE class is a concept class for ProE-related enums. More...
#include <sprk_exchange.h>
Public Types | |
enum | SessionColor { SessionColor::LastCreoVersion, SessionColor::ExchangeDefault, SessionColor::UserDefined } |
Enumerates what colors should be used for PMI in Wildfire files which have no color. More... | |
enum | FamilyTable { FamilyTable::BRepOnly, FamilyTable::BRepOrTessellation, FamilyTable::BRepOrTessellationOrGeneric } |
Enumerates how to import Family Tables. More... | |
enum | ConstructionEntities { ConstructionEntities::On, ConstructionEntities::Off, ConstructionEntities::AsDatum } |
Enumerates how to import Construction Entities. More... | |
Private Member Functions | |
ProE () | |
Private default constructor to prevent instantiation. More... | |
The Exchange::ProE class is a concept class for ProE-related enums.
|
strong |
|
strong |
Enumerates how to import Family Tables.
Enumerator | |
---|---|
BRepOnly | Use BRep available in Accelerator files (.xpr and .xas), if available. |
BRepOrTessellation | Use BRep available in Accelerator files (.xpr and .xas), if available. If BRep is not available use tessellation, when available(A3DProEFamTabOrUseTessellation). |
BRepOrTessellationOrGeneric | Always import, even if no tessellation and no BRep is available, in which case a wire generic entity will be imported. |
|
strong |
Enumerates what colors should be used for PMI in Wildfire files which have no color.
Enumerator | |
---|---|
LastCreoVersion | Use the default session color for the latest version of Creo supported by Exchange (kA3DLastCreoVersionSessionColor). |
ExchangeDefault | Use the default session color for Exchange (kA3DHExchangeSessionColor). |
UserDefined | Use the default PMI color specified in the import options (kA3DFileVersionSessionColor). |
|
private |
Private default constructor to prevent instantiation.