Skip to main content

Post-processing tools 2023 R2

GLTFMarkup.h

Last update: 17.04.2023
1 /*
2  * Copyright 2018-2021 ANSYS, Inc. Unauthorized use, distribution, or duplication is prohibited.
3  *
4  * Restricted Rights Legend
5  *
6  * Use, duplication, or disclosure of this
7  * software and its documentation by the
8  * Government is subject to restrictions as
9  * set forth in subdivision [(b)(3)(ii)] of
10  * the Rights in Technical Data and Computer
11  * Software clause at 52.227-7013.
12  */
13 #ifndef __INCLUDED_GLTF_GLTFMARKUP__
14 #define __INCLUDED_GLTF_GLTFMARKUP__
15 
16 namespace ANSYS { namespace Nexus { namespace GLTFWriter {
20  namespace Markup
21  {
24  {
27  MLT_BALL
28  };
31  {
41  MTAT_SE
42  };
43  };
44 
45 } } }
46 
47 #endif
@ MTAT_AUTO
Label is automatically positioned relative to x,y.
Definition: GLTFMarkup.h:32
@ MTAT_NW
x,y is NW corner of label.
Definition: GLTFMarkup.h:33
@ MTAT_N
Label is centered about x, and below y.
Definition: GLTFMarkup.h:34
@ MTAT_NE
x,y is NE corner of label.
Definition: GLTFMarkup.h:35
@ MTAT_SE
x,y is SE corner of label.
Definition: GLTFMarkup.h:41
@ MTAT_SW
x,y is SW corner of label.
Definition: GLTFMarkup.h:39
@ MTAT_E
Label is to left of x, and centered about y.
Definition: GLTFMarkup.h:38
@ MTAT_CENTER
Label is centered about x,y.
Definition: GLTFMarkup.h:37
@ MTAT_W
Label is to right of x, and centered about y.
Definition: GLTFMarkup.h:36
@ MTAT_S
Label is centered about x, and about y.
Definition: GLTFMarkup.h:40
GLTFWriter API Documentation.
Definition: GLTFAnimation.h:19