Macro Circular Text

FCCircularTextButtom.png Macro Circular Text

Description
This macro creates a text around a cylinder.
Author
Mario52
Links
Macros recipes
How to install macros
How to customize toolbars
Version
0.13
Date last modification
2018-01-30


Description

This macro writes a text, standing or flat, circumferential or helical in the manner of Trajan Column and creates a clock with Arabic numerals 1 2 3 ... or Roman I II III ... (inspired to Macro to Create Clock Face to cblt2l)


texte 360 degrees

Utilisation

Principle: The options that are not useful for the selected function are dimmed so inaccessible.

A function can gray out options if they are not for him.

Launch the macro folder FcString for created characters and a file FcClock for created clocks.

All the characters are and remain independent. When creating extrusions nothing is deleted. If Compound is created with Run Comp is copied out of the folder.

The options are shaded by default and are active in all functions if they are checked :

Except for one Clock Service Placement box Z is activated and moves the text in the direction Z to place the text on the support surface.

Presentation

Overview

GUI


First section

FCCircularText 07.png


Second Section

Configuring characters in FCCircularText

FCCircularText 08.png


First zone

Your choice :

FCCircularText 09.png


FCCircularText 24.png


Second area

This section allows you to configure the overall behavior of characters in all the choices available but with some variation. If the command is not used in the option chosen, it will be grayed out.

FCCircularText 10.png


Outdoor

Default mode. The text is written on the outside of the circumference of the circle.

Indoor

The text is written on the inner side of the circumference of the circle

Helix

The text is entered on the outer circumference of a helix.

FCCircularText 11.png
FCCircularText 14.png
FCCircularText 15.png


Clock

The figures are part of a circle with Arabic numerals or Romans.

FCCircularText 12.png
FCCircularText 16.png


FCCircularText 19.png


FCCircularText 17.png
FCCircularText 38.png
FCCircularText 18.png
FCCircularText 37.png


Commands

FCCircularText 13.png


Launch the macro folder FcString for created characters and a file FcClock for created clocks.

Script

Download the script :

- on github Macro_FCCircularText.FCMacro ver 0.13 09/08/2016

- at the forum Extrude from curved surface of cylinder

The button icon:

- in .PNG FCCircularTextButtom.png

- in .SVG FCCircularTextButtom.svg

(See Customize_Toolbars for more)

Example











Example onto Ellipse






Mode relief:





Little bug

It is possible that two characters overlap, here a small remedy with Macro_Rotate_To_Point


(not fully developed)

Planned :

Writing on a path circular text of position object selected.

(PS : it is possible that an error is made between version 2 Please wait for the next or return to the previous version thank you)

Currently:

replace the line

for angleTr in range(debut,rotation,((rotation-debut)/nombre)): 

to

for angleTrFloat in range((debut*10000),(rotation*10000),int((round(((float(rotation)-float(debut))/float(nombre)),4)*10000)) ):    # pour 4 decimales
                angleTr = (float(angleTrFloat)/10000) 
supp.MakeFace = True
            App.activeDocument().recompute() 

replace

self.DS_InclinaisonX.setSuffix(" X°")
        self.DS_InclinaisonY.setSuffix(" Y°")
        self.DS_InclinaisonZ.setSuffix(" Z°") 

to

self.DS_InclinaisonX.setSuffix(unicode(" X°"))
        self.DS_InclinaisonY.setSuffix(unicode(" Y°"))
        self.DS_InclinaisonZ.setSuffix(unicode(" Z°")) 
# ver 0.8 10/05/2015 /_ # testing with OS :
##################################################################################################
# OS: Ubuntu 14.04.1 LTS                          # OS: Ubuntu 14.04.2 LTS
# Platform: 32-bit                                # Word size of OS: 32-bit
# Version: 0.14.2935 (Git)                        # Word size of FreeCAD: 32-bit
# Branch: master                                  # Version: 0.16.4928 (Git)
# Hash: eab159b6ee675012bf79de838c206a311e911d85  # Branch: master
# Python version: 2.7.6                           # Hash: d8f63bcfd10301f3d1e141cced4370f0782238d0
# Qt version: 4.8.6                               # Python version: 2.7.6
# Coin version: 4.0.0a                            # Qt version: 4.8.6
# SoQt version: 1.6.0a                            # Coin version: 4.0.0a
# OCC version: 6.7.0                              # OCC version: 6.8.0.oce-0.17
##################################################################################################
# OS: Windows Vista                               # OS: Windows Vista
# Word size of OS: 32-bit                         # Word size of OS: 32-bit
# Word size of FreeCAD: 32-bit                    # Word size of FreeCAD: 32-bit
# Version: 0.15.4527 (Git)                        # Version: 0.15.4671 (Git)
# Branch: master                                  # Branch: releases/FreeCAD-0-15
# Hash: 0da2e4c45a9a259c26abd54c2a35393e1c15696f  # Hash: 244b3aef360841646cbfe80a1b225c8b39c8380c
# Python version: 2.7.8                           # Python version: 2.7.8
# Qt version: 4.8.6                               # Qt version: 4.8.6
# Coin version: 4.0.0a                            # Coin version: 4.0.0a
# OCC version: 6.7.1                              # OCC version: 6.8.0.oce-0.17
################################################################################################## 

(2537)

Links

To comment on the Extrude from curved surface of cylinder

Online version: "http://www.freecadweb.org/wiki/index.php?title=Macro_Circular_Text&oldid=247231"

Navigation menu