importGeomFromSolidWorks
Import geometry from a SOLIDWORKS file
Syntax
importGeomFromSolidWorks(fileName, coordSys, scaleFactor, importSolids, importFreeFaces, importFreeLines, ImportInvisibleEntities, healing, stitching, assembly, assemblyToleranceCoeff, geometryCenter, stitchingToleranceCoeff, collisionDetection, solidSeparation, healingSelfIntersection)
Parameters
- fileName : File name - [1..1] String
- coordSys : Coordinate system for geometry attachment - [0..1] CoordSys
- scaleFactor : Scale factor - [0..1] Double
- importSolids : Import solids - [1..1] Boolean
- importFreeFaces : Import free faces - [1..1] Boolean
- importFreeLines : Import free lines - [1..1] Boolean
- ImportInvisibleEntities : Import invisible entities - [1..1] Boolean
- healing : Automatic healing - [1..1] Boolean
- stitching : Free faces stitching - [1..1] Boolean
- assembly : Solids assembly - [1..1] Boolean
- assemblyToleranceCoeff : Coefficient for assembly tolerance - [0..1] Double
- geometryCenter : Center the geometry - [0..1] Boolean
- stitchingToleranceCoeff : Coefficient for stitching tolerance - [0..1] Double
- collisionDetection : Collision detection - [0..1] Boolean
- solidSeparation : Solid separation - [0..1] Boolean
- healingSelfIntersection : Self intersections healing - [0..1] Boolean
Returns
No return value