Class CADImport
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder
Assembly: VMBld.dll
public class CADImport : IBuilder
Inheritance
Derived
Implements
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
CADImport()
public CADImport()
Fields
m_bSuccess
protected bool m_bSuccess
Field Value
Properties
BuildObject
public ObjectBase BuildObject { get; }
Property Value
ObjectBase
Healing
public bool Healing { get; set; }
Property Value
InputArray
public string[] InputArray { get; set; }
Property Value
string[]
PropertyFilePath
public string PropertyFilePath { get; set; }
Property Value
ResultType
public string ResultType { get; set; }
Property Value
UnitType
public Document3D.CadImportUnitType UnitType { get; set; }
Property Value
Document3D.CadImportUnitType
Methods
Build(Document)
public void Build(Document docToAdd)
Parameters
docToAdd Document
Build(Document, List)
public void Build(Document docToAdd, List<string> lstSetPointKeys)
Parameters
docToAdd Document
lstSetPointKeys Liststring>
BuildImpl(Document)
public virtual void BuildImpl(Document docToAdd)
Parameters
docToAdd Document
Success()
public bool Success()
Returns
Validate(IList)
public bool Validate(IList<string> lstErrorMessage)
Parameters
lstErrorMessage IListstring>