🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Create a mirrored Assembly with specific Comp name inside

User: "iPat_1607"
New Altair Community Member
Updated by iPat_1607

Hallo,

 

i want to sort the standard parts in my Model with an tcl script. So I want to mirror all standard parts into a Assembly with the Name '300'. Further i need sub assemblies for all Screws, Nuts and Washers. For example the structure looks like this:

 

300 (standard parts)

-301 (screws)

-303 (nuts)

-305 (washer)

 

Furthermore the Comp should exist in the root assembly and in the new assembly.

 

Could anybody help me with this Problem?

 

<?xml version="1.0" encoding="UTF-8"?>Sort_Assem.png

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "tinh"
    Altair Community Member
    Updated by tinh

    you can select comps by

    *createmark comps 1 'equal to value' name 301* 1

    then create assem with *assemblymodify