Error on SketchUp 8 start :
Erreur de chargement du fichier SectionCutFace.rb
(eval):66:in `require': uninitialized constant SketchupExtension::TIG::SectionCutFace::FOLDER
Looks like SketchUp 8 doesn't have access to the "SketchupExtension" module.
Error on SketchUp 8 start :
Erreur de chargement du fichier SectionCutFace.rb
(eval):66:in `require': uninitialized constant SketchupExtension::TIG::SectionCutFace::FOLDER
Looks like SketchUp 8 doesn't have access to the "SketchupExtension" module.
Hi TIG and thanks for all your great plug-ins.
I created an application as a SketchUp extension for parsing a specific model within an XML file and creating all the geometry of this model.
Section planes can be contained within it and I wanted to know if it's possible to call your plugin through a command with needed parameters like this for example :
sectionCutFace = TIG::SectionCutFace.new(section_plane, color, keepAllEdges, hideEdges, lock, autoUpdate, layer)
Thank you for your answer.
Bye.