Interface ICamApiImportedGeometryEntity
Namespace: CAMAPI.GeomModel
Assembly: CAMAPI.GeomModel.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("86188DB6-E9C0-4BA4-8CEB-EFF2C990B3EE")]
public interface ICamApiImportedGeometryEntity
Properties
CADModelLocalFileName
Full name of source CAD model file imported to this folder
Declaration
string CADModelLocalFileName { get; }
Property Value
| Type | Description |
|---|---|
| string |
ImportedFromPLM
True only if this model was imported from some PLM system
Declaration
bool ImportedFromPLM { get; }
Property Value
| Type | Description |
|---|---|
| bool |
PLMObjectID
ID of imported file in PLMManager
Declaration
string PLMObjectID { get; }
Property Value
| Type | Description |
|---|---|
| string |