SoCADInputReaderParametersImportOptionImportOpenShells Property |
Import OpenShell for the model.
Namespace: OIV.Inventor.IO.CADAssembly: OIV.Inventor.IO.CAD (in OIV.Inventor.IO.CAD.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool ImportOpenShells { get; set; }
Public Property ImportOpenShells As Boolean
Get
Set
public:
property bool ImportOpenShells {
bool get ();
void set (bool value);
}
member ImportOpenShells : bool with get, set
Property Value
Type:
BooleanRemarks It is composed of points or polylines.
Default: false
See Also