Items
|
OData Entities
|
Description
|
||
---|---|---|---|---|
CAD document
|
CADDocument
CADDocumentUse
CADDocumentReference
DerivedSource
|
The CADDocument entity represents a version of CAD document. Use the navigation property AllPrimaryContents to get details about the primary content associated with the CAD document.
In Windchill, the types with internal names, DefaultEPMDocument and DefaultEPMDocumentMaster, represent the versions of CAD document. Use the classes EPMDocument and EPMDocumentMaster to work with versions of CAD documents.
The CADDocumentUse entity represents the link between a parent assembly and its components. It contains attributes such as, quantity, unit, location, and so on. In Windchill, DefaultEPMMemberLink type and EPMMemberLink class represent this association.
The CADDocumentReference entity represents the link between a CAD document and its references. References are relationships between files that do not have a hierarchical or structural relationship. In Windchill, DefaultEPMReferenceLink type and EPMReferenceLink class represent this association.
The DerivedSource entity represents the link between an image CAD document and its source. An image is an object that has copied most of its content from a source object. In Windchill, EPMDerivedRepHistory class represents this association.
|
||
Part Associations
|
PartDocAssociation
BuildRuleAssociation
BuildHistoryAssociation
ContentAssociation
|
The PartDocAssociation entity represents the association links between a CAD document and a WTPart. The types of association links are further represented by the BuildRuleAssociation, BuildHistoryAssociation, and ContentAssociation entities.
The BuildRuleAssociation and BuildHistoryAssociation entities represent the link between a CAD document and WTPart for all associations except Content. In Windchill, the EPMBuildRule and EPMBuildHistory classes represent this association.
The ContentAssociation entity represents the link between a CAD document and WTPart for content association type. In Windchill, it is represented by EPMDescribeLink class.
|
||
CAD document structure
|
CADStructure
|
The CADStructure entity represents the CAD structure, which is expanded to required number of levels. Use the action GetStructure to retrieve the CAD structure.
|