C# 클래스 SolidworksAddinFramework.ComponentExtensions.ExternalReferenceInfo

파일 보기 프로젝트 열기: Weingartner/SolidworksAddinFramework

공개 프로퍼티들

프로퍼티 타입 설명
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