C# Класс SolidworksAddinFramework.ComponentExtensions.ExternalReferenceInfo

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ComponentPathName string
ConfigName string
ConfigOption swExternalFileReferencesConfig_e
DataType string
FeatCom string
Feature string
ModelPathName string
RefEntity string
Status swExternalReferenceStatus_e

Открытые методы

Метод Описание
ExternalReferenceInfo ( string modelPathName, string componentPathName, string feature, string dataType, swExternalReferenceStatus_e status, string refEntity, string featCom, swExternalFileReferencesConfig_e configOption, string configName ) : SolidWorks.Interop.sldworks

Описание методов

ExternalReferenceInfo() публичный Метод

public ExternalReferenceInfo ( string modelPathName, string componentPathName, string feature, string dataType, swExternalReferenceStatus_e status, string refEntity, string featCom, swExternalFileReferencesConfig_e configOption, string configName ) : SolidWorks.Interop.sldworks
modelPathName string
componentPathName string
feature string
dataType string
status swExternalReferenceStatus_e
refEntity string
featCom string
configOption swExternalFileReferencesConfig_e
configName string
Результат SolidWorks.Interop.sldworks

Описание свойств

ComponentPathName публичное свойство

Path and name of the referenced part or component
public string ComponentPathName
Результат string

ConfigName публичное свойство

Name of the configuration when ConfigOption is swExternalFileReferencesNamedConfig
public string ConfigName
Результат string

ConfigOption публичное свойство

Configuration option
public swExternalFileReferencesConfig_e ConfigOption
Результат swExternalFileReferencesConfig_e

DataType публичное свойство

Data used to create the items (converted edge or face, converted or offset sketch entity, body, and so on)
public string DataType
Результат string

FeatCom публичное свойство

Name of the component in which the affected feature exists; this information is only displayed when one or more RefEntity is in a different component in an assembly and does not apply to derived parts
public string FeatCom
Результат string

Feature публичное свойство

In-context items (sketches, features, and so on)
public string Feature
Результат string

ModelPathName публичное свойство

Path and name of the part or assembly
public string ModelPathName
Результат string

RefEntity публичное свойство

Actual item being used and the name of the document that contains the item
public string RefEntity
Результат string

Status публичное свойство

Status of external reference
public swExternalReferenceStatus_e Status
Результат swExternalReferenceStatus_e