[−][src]Function gmsh_sys::gmshModelOccImportShapes
pub unsafe extern "C" fn gmshModelOccImportShapes(
fileName: *const c_char,
outDimTags: *mut *mut c_int,
outDimTags_n: *mut usize,
highestDimOnly: c_int,
format: *const c_char,
ierr: *mut c_int
)
Import BREP, STEP or IGES shapes from the file fileName
. The imported
entities are returned in outDimTags
. If the optional argument
highestDimOnly
is set, only import the highest dimensional entities in
the file. The optional argument format
can be used to force the format of
the file (currently "brep", "step" or "iges").