Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

circular reference in assembly

ram_proe

New member
Dear all


How can we give circular reference.


what is crc file?


plz can anybody give an example?


thanx in advance.
 
circular reference has nothing special with assembly. A crc file just tells how much circular references are there in assembly. TDD is believed to have no or less circular references.


Israr
Edited by: Israr
 
thanx a lot for ur early responce.


I came to know about circular reference in assembly.


it is the cyclic reference b/w the mbrs of the assy.


i.e,parent->child->child->parent.


generally child will have reference from parent.if again parent have the reference from child it will become circular reference.


if itoccurs in an assy then automatically one .crcfile will be created to show there are cirular references in the assy.


thank u verymuch.
 
When modifying a prt in assembly mode, the components that have assembled after the one you are working on, are not suppressed. Be careful not to reference any of these "later" components when creating new features, or you will get a "crc".
 

Sponsor

Back
Top