Exocad Freeforming Tool Settings

E

ExocadArchMakerMan

New Member
Messages
3
Reaction score
0
Does anyone know how to make the add/remove freeforming tool more powerful in Exocad? I'd like the max setting to be a bit more powerful.

Thanks
 
CoolHandLuke

CoolHandLuke

Idiot
Full Member
Messages
10,096
Solutions
1
Reaction score
1,411
hold shift in the smoothing tool to rapidsmooth

other than that, no.
 
DigiSculpt Design Center

DigiSculpt Design Center

Active Member
Full Member
Messages
108
Reaction score
0
Does anyone know how to make the add/remove freeforming tool more powerful in Exocad? I'd like the max setting to be a bit more powerful.

Thanks
Navigate to your DentalCADApp, open the config folder, make a copy of the defaultparameters XML file as backup in case something goes south, open the defaultparameters XML file, play with these settings to your liking

<Parameter>
<Type>FreeformBrushSize</Type>
<Value>2</Value>
<MinValue>0.25</MinValue>
<MaxValue>8</MaxValue>
</Parameter>

<Parameter>
<Type>FreeformStrength</Type>
<Value>0.5</Value>
<MinValue>0.01</MinValue>
<MaxValue>2</MaxValue>
</Parameter>
<Parameter>
<Type>OverpressCutoff</Type>
<Value>15.0</Value>
</Parameter>
 
Last edited:
E

ExocadArchMakerMan

New Member
Messages
3
Reaction score
0
Navigate to your DentalCADApp, open the config folder, make a copy of the defaultparameters XML file as backup in case something goes south, open the defaultparameters XML file, play with these settings to your liking

<Parameter>
<Type>FreeformBrushSize</Type>
<Value>2</Value>
<MinValue>0.25</MinValue>
<MaxValue>8</MaxValue>
</Parameter>

<Parameter>
<Type>FreeformStrength</Type>
<Value>0.5</Value>
<MinValue>0.01</MinValue>
<MaxValue>2</MaxValue>
</Parameter>
<Parameter>
<Type>OverpressCutoff</Type>
<Value>15.0</Value>
</Parameter>
Thank you! I've been wondering how to change this setting for a while.
Setting the strength MaxValue to 500 made my day
 

Similar threads

Top Bottom