05-15-2024
12:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-15-2024
12:14 AM
You can apply transformation without break link.
Dim asm As AssemblyDocument = ThisDoc.Document
Dim boxOccurrence As ComponentOccurrence = asm.ComponentDefinition.Occurrences(1).Definition.Occurrences(1)
Dim mtx As Matrix = boxOccurrence.Transformation
mtx.Cell(1, 4) += 1
boxOccurrence.Transformation = mtx