Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

if functions in Parameters Manager

farzanjazil
Participant

if functions in Parameters Manager

farzanjazil
Participant
Participant

Hello

 

How to use If functions Parameters Manager in Autocad ?

is there anyway ?

 

tnx

Fj

0 Me gusta
Responder
Soluciones aceptadas (1)
2.433 Vistas
1 Respuesta
Respuesta (1)

leeminardi
Mentor
Mentor
Solución aceptada

An IF function is not included in the list of available functions for parameter management.

 

http://help.autodesk.com/view/ACD/2016/ENU/?guid=GUID-DBFA3E85-2055-4698-85FD-6B30D39F3FA4

 

You could use a combination of the -parameters command and Autolisp to make a conditional relationship between dimensions.  I have limited lisp experience but may take a stab at it if you are interested. For example, the command could take the the form of:

 

ChangeDim dimIn dimOut condition true false

 

dimin = parametric dimension you want to change

dimout  = parametric dimension changed by a conditional expression

condition = the expression to evaluate

true = action if condition is true

false - action of condition is false

 

 

 

 

lee.minardi
0 Me gusta