insert parameter value into a drawing
insert parameter value into a drawing
(OP)
i use some part additional properties in part and i insert them to title block
ProductDrawn.ReferenceProduct.UserRefProperties.Item("DRAWING No.").ValueAsString
how can i insert some parameters not properties? for example part material. what is a code for that?
ProductDrawn.ReferenceProduct.UserRefProperties.Item("DRAWING No.").ValueAsString
how can i insert some parameters not properties? for example part material. what is a code for that?





RE: insert parameter value into a drawing
insert part material is what i'm exactly looking for.