importGeomFromSTEPAdvanced
Import geometry from a STEP file (advanced mode)
Syntax
importGeomFromSTEPAdvanced(fileName, coordSys, scaleFactor, importSolids, importFreeFaces, importFreeLines, ImportInvisibleEntities, healing, stitching, assembly, geometryCenter, collisionDetection, solidSeparation, stitchingToleranceCoeff, assemblyToleranceCoeff, 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 reparation - [1..1] Boolean
 - stitching : Free faces stitching - [1..1] Boolean
 - assembly : Solids assembly - [1..1] Boolean
 - geometryCenter : Center the geometry - [0..1] Boolean
 - collisionDetection : Collision detection - [0..1] Boolean
 - solidSeparation : Solid separation - [0..1] Boolean
 - stitchingToleranceCoeff : Coefficient for stitching tolerance - [0..1] Double
 - assemblyToleranceCoeff : Coefficient for assembly tolerance - [0..1] Double
 - healingSelfIntersection : Self intersections healing - [0..1] Boolean
 
Returns
No return value