Hi Everyone,
If someone can help it would be greatly appreciated.
I have an external ilogic rule that automatically creates a drawing and then places 5 views. The fifth view is the flat pattern view of a sheetmetal part.
I also run this rule when I create drawings for assemblies.
Is there anyway that if the drawings are being created from an assembly and not a sheetmetal part we can tell through ilogic that view 5 should not be created.
I have attached the rule.
Thanks
Aldred
Hi Everyone,
If someone can help it would be greatly appreciated.
I have an external ilogic rule that automatically creates a drawing and then places 5 views. The fifth view is the flat pattern view of a sheetmetal part.
I also run this rule when I create drawings for assemblies.
Is there anyway that if the drawings are being created from an assembly and not a sheetmetal part we can tell through ilogic that view 5 should not be created.
I have attached the rule.
Thanks
Aldred
Hi,
How about:
If oDoc.DocumentType<>"kAssemblyDocumentObject" Then 'Make Sheet Metal View End If
Hi,
How about:
If oDoc.DocumentType<>"kAssemblyDocumentObject" Then 'Make Sheet Metal View End If
Can't find what you're looking for? Ask the community or share your knowledge.