Click or drag to resize
SoCADInputReaderParametersImportOptionImportPMI Property

Import PMI (Product and Manufacturing Information) from the model.

Namespace: OIV.Inventor.IO.CAD
Assembly: OIV.Inventor.IO.CAD (in OIV.Inventor.IO.CAD.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool ImportPMI { get; set; }

Property Value

Type: Boolean
Remarks

It is composed of text, measures and view points.

Note: while importing text we keep the Font name information from the source if the given font is not available then the Open Inventor default font is used which can be used through OIV_FONT_NAME environment variable or programmatically by calling SoFontNameElement.setDefault(). See OIV.Inventor.Nodes.SoFont class doc to get some recommended font that support most symbols glyphs.

Default: false

See Also