Hello,
I am inserting a dowel hole symbol on drafting using custom symbol library and making it associated to a hole using Origin tool, till here everything is fine. but when ever i change the hole size then i have to scale the custom symbol manually. is there any way to link the scale of...
Hi all,
I have created a vb journal to insert several parts in existing assembly. now i want to get Move Component Dialog box by selecting the components which i have inserted using journal. here i am describing a sample case, let us suppose I have inserted component1, component2 & component1...
Hi All,
i have an assembly and i want collect component rotation angles about X, Y & Z.
i searched for this in Eng-tips forum and i got following code to get component rotation matrix.
Dim RotMat as Matrix3x3
Dim child As Component
Dim LW As ListingWindow = theSession.ListingWindow
LW.Open()...