Home
Reply
Visitor
snowendless
Posts: 4

How to modify the text in hmf file?

Hi guys,

    Our app is based on hoops part viewer, there r several guide hmf files with english text. We want to display message in different language. How can I get similar hmf file with text of other language? I've tried use hmf-bmp-hmf way, but hoops part viewer can not use new hmf file. 

    Thanks~

select-normal.JPG
Spatial Moderator
ybiyani
Posts: 222

Re: How to modify the text in hmf file?

Hello snowendless,

 

I got this from Tech Soft 3d.

 

If it's just ascii text in the hmf file (created with HC_Insert_Text) then changing the string should be trivial, just open the hmf in a text editor and modify the string. If the text is created with something like HC_Insert_Unicode_Text then it may be more complicated. We recommend that you start by creating the simplest file possible by exporting a segment with a single piece of text in it to hmf and experiment with modifying the text in there.

Also the hmf file uploaded could not be opened. Please check to see if the file is ok.

Regards,

Yogesh

Visitor
snowendless
Posts: 4

Re: How to modify the text in hmf file?

Hi