Skip to content
Snippets Groups Projects
Unverified Commit 21bfad9e authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: add aux mesh desc

parent ed5201f3
No related branches found
No related tags found
No related merge requests found
...@@ -146,6 +146,8 @@ If you do not accept the Terms & Conditions you are not permitted to access or u ...@@ -146,6 +146,8 @@ If you do not accept the Terms & Conditions you are not permitted to access or u
CONFIGURE_LAYER: 'Configure layer', CONFIGURE_LAYER: 'Configure layer',
REMOVE_FRONTAL_OCTANT_HELPER_TEXT: `Hide the octant facing the user, and overlaying the slice views.`, REMOVE_FRONTAL_OCTANT_HELPER_TEXT: `Hide the octant facing the user, and overlaying the slice views.`,
AUXMESH_DESC: `Some templates contains auxiliary meshes. They compliment the appearance of the template in perspective view.`,
} }
exports.QUICKTOUR_DESC ={ exports.QUICKTOUR_DESC ={
......
...@@ -385,7 +385,7 @@ class TranslateV3 { ...@@ -385,7 +385,7 @@ class TranslateV3 {
transform, transform,
auxMeshes: [{ auxMeshes: [{
labelIndicies: [Number(splitPrecompMeshVol[1])], labelIndicies: [Number(splitPrecompMeshVol[1])],
name: "auxmesh" name: "Auxiliary mesh"
}] }]
}) })
} }
......
...@@ -17,7 +17,10 @@ ...@@ -17,7 +17,10 @@
<mat-divider class="mt-1 mb-1"></mat-divider> <mat-divider class="mt-1 mb-1"></mat-divider>
<h3 class="text mat-h3"> <h3 class="text mat-h3">
Toggle auxiliary meshes <span>
Toggle auxiliary meshes
</span>
<i [matTooltip]="CONST.AUXMESH_DESC" class="fas fa-question"></i>
</h3> </h3>
<form [formGroup]="auxMeshFormGroup"> <form [formGroup]="auxMeshFormGroup">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment