CFx SDK Documentation 2024 SP0
|
Go to the source code of this file.
Namespaces | |
namespace | OdDb |
Macros | |
#define | TYPEVER_H /*!DOM*/ |
#define | ABSTREAM_BINARY "ACIS BinaryFile" |
#define | ABSTREAM_BINARY_ASM "ASM BinaryFile4" |
#define | AB_TYPE_LENGTH 15 |
#define | AB_IS_BINARY(sBin) ((::strncmp( ABSTREAM_BINARY, sBin, AB_TYPE_LENGTH ) == 0) || (::strncmp( ABSTREAM_BINARY_ASM, sBin, AB_TYPE_LENGTH ) == 0)) |
Typedefs | |
typedef int | AfTypeVer |
#define AB_IS_BINARY | ( | sBin | ) | ((::strncmp( ABSTREAM_BINARY, sBin, AB_TYPE_LENGTH ) == 0) || (::strncmp( ABSTREAM_BINARY_ASM, sBin, AB_TYPE_LENGTH ) == 0)) |
Definition at line 184 of file ModelerDefs.h.
#define AB_TYPE_LENGTH 15 |
Definition at line 182 of file ModelerDefs.h.
#define ABSTREAM_BINARY "ACIS BinaryFile" |
Definition at line 180 of file ModelerDefs.h.
#define ABSTREAM_BINARY_ASM "ASM BinaryFile4" |
Definition at line 181 of file ModelerDefs.h.
#define TYPEVER_H /*!DOM*/ |
Definition at line 25 of file ModelerDefs.h.
typedef int AfTypeVer |
See also: AfTypeVerEnum
Definition at line 29 of file ModelerDefs.h.
enum AcisDataType |
Definition at line 106 of file ModelerDefs.h.
enum AcisDataTypeArrFirst |
Enumerator | |
---|---|
kUndefinedDataTypeArrFirst | |
kArrFirstSurfaceExtrude_CMark | |
kArrFirstSolidExtrude_CMark | |
kArrPlaneSurface_CLine56 | |
kArrSolidExtrude_CLCM | |
kArrSolidBox_CLine | |
kArrExtendCL | |
kArrExtrudeSurface_CLine |
Definition at line 127 of file ModelerDefs.h.
enum AfTypeVerEnum |
Definition at line 31 of file ModelerDefs.h.
enum ColorConversionType |
Defines the type of color conversion from native Spatial ACIS RGB colors to their corresponding ODA Platform colors. It contains two bits, most right responds for conversion (when 1 - conversion enabled), second respond for replacing the existing (when 1 - created color will replace existing).
Enumerator | |
---|---|
kConvNone | Colors keep untouched. |
kConvAcisColors | Conversion ACIS colors to ODA colors. |
kConvAndReplaceColors | Conversion ACIS colors to ODA colors with replacing existing adesk colors. |
Definition at line 170 of file ModelerDefs.h.