• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

cartilage creation

  • Thread starter Thread starter ZeroEvil
  • Start date Start date
I'm going back to the discussion to ask for something that they put me in. I have my cartilage where in the various items to fill out I made all the connections so that automatically there is name, description, scale, weight etc. Is it possible for me to have only the numerical value without the unit of measurement?
The only way I've found it is with an ilogic rule plus a custom parameter, but it would mean having to do this for all the files you need to do it (this according to the meagreness of ilogic, if someone wants to deny me and "perfect" my method, well come!)... if there are many I understand it is a casino, but I will explain to you equally:

1. create a custom parameter with "add numerical value" that you will call "weight" (or as you want)
2. imposed as "measuring unit" kg (if you use this unit)
3. you put the check on "export parameter" and impose it in export properties to remove the measuring unit and all the rest you do not want as the initial, final zeros and the number of decimals
4. create an ilogic rule that you will call "mass" (or whatever)
5. in the rule write:
mass
=iproperties.massweight=mass(this taking into account the name "weight" that I first gave to the custom parameter, if you call it differently you have to change it)
6. you will now have a custom iproperty of the mass without the measuring unit to be used in the texts, therefore also applicable to the cartilage.

Hi.
 
I read everything and made some attempts with little success.
I entered the macro present in the file posted by tarkus, but at the rescue it tells me that the property "with" is not set.

at the opening of my template appears to me the message "an unempty vba was inserted".

But it doesn't work, I don't see the scale on the cart.

maybe this is not true for the 2015 release? the indicated post is very old.. .
 
I read everything and made some attempts with little success.
I entered the macro present in the file posted by tarkus, but at the rescue it tells me that the property "with" is not set.

at the opening of my template appears to me the message "an unempty vba was inserted".

But it doesn't work, I don't see the scale on the cart.

maybe this is not true for the 2015 release? the indicated post is very old.. .
you are right, try this too:
http://www.cad3d.it/forum1/threads/39466-valore-scala-cartiglio?highlight=scala+cartiglio
 
Thank you very much. on the ilogic are not purely formed but I will see to it a look:)

technomodel for the scale I followed the links that others posted to you:)
 
technomodel for the scale I followed the links that others posted to you:)
Thank you davide75, I solved.

I just have that message about the vba that I installed for the old procedure no longer working.
I have to be able to clean and eliminate it, but I don't know where to look for it. . .
 
Thank you very much. on the ilogic are not purely formed but I will see to it a look:)

technomodel for the scale I followed the links that others posted to you:)
I don't know much, but the rule I posted is very simple, if you follow what I wrote you you shouldn't have any problems. .
 
io per scala use questa sub:
Code:
sub scala()
dim odrawdoc as drawingdocument
odrawdoc = thisapplication.activedocument
custompropertyset = odrawdoc.propertysets.item("inventor user defined properties")
for i = 1 to odrawdoc.sheets.count
try
	prop = custompropertyset.item("scale" + str(i))
catch
	custompropertyset.add("", "scale" + str(i))
end try
try
iproperties.value("custom", "scale" + str(i)) = odrawdoc.sheets.item(i).drawingviews.item(1).scalestring
catch
end try
next i
end sub
it only works for a sheet with folder for files. But it's okay for me
 
good morning guys are struggling with the creation of cartilians but I have a little difficulty once created the idw to show it in the new section even if the cartiglio is located in the templates section of my pc...
 
good morning guys are struggling with the creation of cartilians but I have a little difficulty once created the idw to show it in the new section even if the cartiglio is located in the templates section of my pc...
the paper is not in the templates.

you have to create it inside an idw but not like idw itself.
from drawing resources in the browser "new cartiglio" then saves it and appears to you.

from there you can insert
 
send me your email in mp, I send you my cartilage (without header obviously) so you study it and change it as you want
Hi, I haven't been using inventor for a long time, can you send your cartilage to me, too? Thank you.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top