C# Class SolidworksAddinFramework.ComponentExtensions.ExternalReferenceInfo

Afficher le fichier Open project: Weingartner/SolidworksAddinFramework

Méthodes publiques

Свойство Type Description
ComponentPathName string
ConfigName string
ConfigOption swExternalFileReferencesConfig_e
DataType string
FeatCom string
Feature string
ModelPathName string
RefEntity string
Status swExternalReferenceStatus_e

Méthodes publiques

Méthode Description
ExternalReferenceInfo ( string modelPathName, string componentPathName, string feature, string dataType, swExternalReferenceStatus_e status, string refEntity, string featCom, swExternalFileReferencesConfig_e configOption, string configName ) : SolidWorks.Interop.sldworks

Method Details

ExternalReferenceInfo() public méthode

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
Résultat SolidWorks.Interop.sldworks

Property Details

ComponentPathName public_oe property

Path and name of the referenced part or component
public string ComponentPathName
Résultat string

ConfigName public_oe property

Name of the configuration when ConfigOption is swExternalFileReferencesNamedConfig
public string ConfigName
Résultat string

ConfigOption public_oe property

Configuration option
public swExternalFileReferencesConfig_e ConfigOption
Résultat swExternalFileReferencesConfig_e

DataType public_oe property

Data used to create the items (converted edge or face, converted or offset sketch entity, body, and so on)
public string DataType
Résultat string

FeatCom public_oe property

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
Résultat string

Feature public_oe property

In-context items (sketches, features, and so on)
public string Feature
Résultat string

ModelPathName public_oe property

Path and name of the part or assembly
public string ModelPathName
Résultat string

RefEntity public_oe property

Actual item being used and the name of the document that contains the item
public string RefEntity
Résultat string

Status public_oe property

Status of external reference
public swExternalReferenceStatus_e Status
Résultat swExternalReferenceStatus_e