I have found a solution for this. I just created two lines and two arcs using basic curve on a circle and used cross hatch to get it filled (See attached image). this type of symbol is parametric with hole but this process takes much time than adjusting a custom dowel symbol. so i have recorded...
Cowski Thanks very much for saying this option.
But i am experiencing same problem at here also (i can't able to control the size of 2d reusable sketch. please see attached image for details)
please suggest a way...
Cowski Thanks very much for saying this option.
But i am experiencing same problem at here also (i can't able to control the size of 2d reusable sketch. please see attached image for details)
please suggest a way...
Hi john,
Is it possible to create a dowel symbol using Cross hatch. i mean can we add dowel type fill symbol in xhatch.chx file so that it will be associated with hole all the way.
please suggest
yours curiously,
Ram
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 inserted some parts using vb journal. now i want to get move component dialog by selecting this inserted parts. i tried using journal but move component dialog box is not appearing. please see blow picture
please help me how can i get this dialog box by selecting parts.
Thanks
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...
elaborating my previous post ,
Sometimes we will insert component from library and we want to move this component to specified csys using CSYS to CSYS move command at here we are facing following problem. because component doesn't consists any csys so we can't able to use CSYS to CSYS move...
cowski i have tested two programs and those working very perfectly. this programs are really good for us. thanks a lot.
i have a small question, as i described in my previous post some time we are facing a problem in moving components in assembly using CSYS to CSys move command because some...
Yes, this is better way. i want to how to create a CSys using Vb journal (Rotation matrix). We have one problem at here, generally we will insert parts from Customer library and many of these part does not contains CSYS (at absolute) in this case how to use CSYS to Csys move command (we don't...
cowski, This program worked perfectly for me. thanks for your support.
actually we got a new project in this project we can't use constrains (as per customer request). Because of this we got a some problems like some components are moved by user accidentally in final design. now we want to make...
What i need is, i have a component in an assembly and i want to get this component absolute co-ordinate system (Component Reference Feature is component absolute co-ordinate system) rotation angles (in degrees about X,Y & Z) with respect to assembly absolute co-ordinate system.
Thanks
Hi John R. Baker,
Component angle with respect to absolute co-ordinate system.
for example i have a axle assembly consist one axle and 2 wheels. now i want to get axle angles with respect to absolute co-ordinate system of axle assembly.
Thanks
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()...