Hi,
With C # I am trying to import a sketchup file with:
Rhino.RhinoDoc doc = Rhino.RhinoDoc.CreateHeadless (null) ;;
doc.Import (“Sample.skp”);
The problem I am dealing with is that I cannot specify the import options:
Does anyone know how I can set/modify these options in C#?
3 posts - 2 participants