Skip to main content

Post-processing tools 2023 R2

ANSYS::Nexus::GLTFWriter::Markup Namespace Reference

Last update: 17.04.2023

Markup attributes. More...

Enumerations

enum  MarkupLineType { MLT_LINE , MLT_ARROW , MLT_BALL }
 
enum  MarkupTextAttachmentType {
  MTAT_AUTO , MTAT_NW , MTAT_N , MTAT_NE ,
  MTAT_W , MTAT_CENTER , MTAT_E , MTAT_SW ,
  MTAT_S , MTAT_SE
}
 

Detailed Description

Markup attributes.

Enumeration Type Documentation

◆ MarkupLineType

Symbol at end of markup line.

Enumerator
MLT_LINE 

No symbol.

MLT_ARROW 

Arrow.

MLT_BALL 

Ball.

Definition at line 23 of file GLTFMarkup.h.

◆ MarkupTextAttachmentType

Anchor point relative to position.

Enumerator
MTAT_AUTO 

Label is automatically positioned relative to x,y.

MTAT_NW 

x,y is NW corner of label.

MTAT_N 

Label is centered about x, and below y.

MTAT_NE 

x,y is NE corner of label.

MTAT_W 

Label is to right of x, and centered about y.

MTAT_CENTER 

Label is centered about x,y.

MTAT_E 

Label is to left of x, and centered about y.

MTAT_SW 

x,y is SW corner of label.

MTAT_S 

Label is centered about x, and about y.

MTAT_SE 

x,y is SE corner of label.

Definition at line 30 of file GLTFMarkup.h.