Hello.
I'm trying to Create a type catalog but I'm not fully clear on the restrictions.
The rules That I know of are:
ParameterName ## Type of Parameter ## Units Name of Parameter
For Length Parameters you use:
newparam1##length##inches (or Feet, Meters, Centimeters, and Millimeters)
For Angle Parameters you use:
newangleparm1##angle##degrees (or minutes, seconds)
For Area Parameters you use:
newareaparm1##area##square_inches ( or square_feet, square_meters, square_centimeters, square_millimeters, acres, and hectares)
For Forces use:
newforce1##force##newtons ( or newtons, decanewtons, kilonewtons, meganewtons, kips, kilograms_force, tonnes_force, and pounds)
For Linear Forces use:
newlinear1##linear_force##newtons_per_meter (or decanewtons_per_meter, kilonewtons_per_meter, meganewtons_per_meter, kips_per_foot, kilograms_force_per_meter, tonnes_force_per_meter, and pounds_per_foot)
My Question is are these the only "Type of Parameter" you can use in type catalogs without using "Other"?
If not what are they and the available units?
If everything else has to be declared as "newparm##other##" entering values into the text file can be dangerous becuase when you load the family into a project it takes on whatever project units you have setup AT THE TIME OF LOAD.
For Example.
1. Set project units to say "kilonewtons per cubic meter"
2. The family is built using "pounds per cubic foot"
3. Type Catalog uses a generic value of "50"
Result: The New type now says "50 kN/m3"
Example Number 2:
1. Set project units to say "kips per cubic inch"
2. The family is built using "pounds per cubic foot"
3. Type Catalog uses a generic value of "50"
Result: The New type now says "50 kip/in3"
As you can see is does NOT convert the values when using "Other"
SO how do I get around this?
Thanks,
Matt


Reply With Quote