|
|
Starting with Windchill REST Services 2.6, the API versions 1, 2, and 3 of the domain are deprecated and will be removed in a future release of Windchill REST Services.
|
|
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
|
The PartDocAssociation entity represents the association link between a part and a CAD document.
|
||
|
Move Associations
|
MovePartDocAssociation
|
The MovePartDocAssociation entity represents moving an existing association between a part and a specific CAD document revision to a different revision of the same CAD document.
|
||
|
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.
|