Import(string, Format, GeometryImportPreferences)

Import/reload geometry from the CAD file using the provided preferences. *** If no preference argument is provided, i.e., null is used (also the default argument), then default values from Mechanical preferences will be used (Mechanical: File -> Options: Import; this will need to be implemented). Previously used preferences are always purged during an import operation. *** The parts will be read into the Geometry.

Declaration Syntax

public virtual void Import(string geometryURI, Format format, GeometryImportPreferences preferences)

Parameters

geometryURI(string)

The geometry data source URI.

format(Format)

The import format to use.

preferences(GeometryImportPreferences)

The import preferences to use.