Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Trying to create a component within a component:
@truss_component = Sketchup.active_model.definitions.add “TIMBER_KING_TRUSS”
and bunch of code and then this …
@bolt_component = @truss_component.add “BOLT_ASSEMBLY_#{@Boltsize}”
Does not seem to work.
Advertisement