Macros | Typedefs
mssolid.h File Reference

Go to the source code of this file.

Macros

#define SOLID_BODY_TYPE   0
 
#define SOLID_WIRE_TYPE   1
 
#define SOLID_LUMP_TYPE   2
 
#define SOLID_SHELL_TYPE   3
 
#define SOLID_SUBSHELL_TYPE   4
 
#define SOLID_FACE_TYPE   5
 
#define SOLID_LOOP_TYPE   6
 
#define SOLID_COEDGE_TYPE   7
 
#define SOLID_EDGE_TYPE   8
 
#define SOLID_VERTEX_TYPE   9
 

Typedefs

typedef int BODY_TAG
 
typedef int LUMP_TAG
 
typedef int LOOP_TAG
 
typedef int CURVE_TAG
 
typedef int SURFACE_TAG
 
typedef int SHELL_TAG
 
typedef int WIRE_TAG
 
typedef int FACE_TAG
 
typedef int EDGE_TAG
 
typedef int COEDGE_TAG
 
typedef int VERTEX_TAG
 
typedef int ENTITY_TAG
 
typedef int ASSEMBLY_TAG
 
typedef int PART_TAG
 
typedef bvector< ENTITY_TAGTAG_ENTITY_LIST
 
typedef bvector< void * > NON_ENTITY_LIST
 

Macro Definition Documentation

#define SOLID_BODY_TYPE   0
#define SOLID_COEDGE_TYPE   7
#define SOLID_EDGE_TYPE   8
#define SOLID_FACE_TYPE   5
#define SOLID_LOOP_TYPE   6
#define SOLID_LUMP_TYPE   2
#define SOLID_SHELL_TYPE   3
#define SOLID_SUBSHELL_TYPE   4
#define SOLID_VERTEX_TYPE   9
#define SOLID_WIRE_TYPE   1

Typedef Documentation

typedef int ASSEMBLY_TAG
typedef int BODY_TAG
typedef int COEDGE_TAG
typedef int CURVE_TAG
typedef int EDGE_TAG
typedef int ENTITY_TAG
typedef int FACE_TAG
typedef int LOOP_TAG
typedef int LUMP_TAG
typedef bvector<void*> NON_ENTITY_LIST
typedef int PART_TAG
typedef int SHELL_TAG
typedef int SURFACE_TAG
typedef int VERTEX_TAG
typedef int WIRE_TAG

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.