jagodragon
Automotive
I am trying to set the "Element" attribute of a translate based on two different formulas.
i was looking at the SetAttributeObject(String, Feature) function some thing like the following.
`main\Geometrical Set.759\Geometrical Set.762\Translate.753` ->SetAttributeObject(`main\Geometrical Set.759\Geometrical Set.762\Translate.753\Element`, "Geometrical Set.1\\"+main\params\Param1 +"\\"+main\params\private\let.0 +"\\ZEROED" )
Geometric Set.1 has several geom sets under it and i am trying to extract parm1 as the first sub geom set and let.0 as the next sub geom set.
Is this possible or am I using the wrong method?
I would like to avoid using a macro so any help would be greatly appreciated.
i was looking at the SetAttributeObject(String, Feature) function some thing like the following.
`main\Geometrical Set.759\Geometrical Set.762\Translate.753` ->SetAttributeObject(`main\Geometrical Set.759\Geometrical Set.762\Translate.753\Element`, "Geometrical Set.1\\"+main\params\Param1 +"\\"+main\params\private\let.0 +"\\ZEROED" )
Geometric Set.1 has several geom sets under it and i am trying to extract parm1 as the first sub geom set and let.0 as the next sub geom set.
Is this possible or am I using the wrong method?
I would like to avoid using a macro so any help would be greatly appreciated.