DesFootprint
A component footprint. Footprints define the space a component occupies.
type DesFootprint implements Node {
comment: String!
createdBy: DesUser!
dataDownloadUrl: String!
description: String!
folder: DesFolder
guid: String! @deprecated
id: ID!
imageFullSizeUrl: String!
imageThumbnailUrl: String!
itemInternalId: String!
lifeCycleState: DesLifeCycleState!
name: String!
pins: [DesPin!]! @deprecated
revisionInternalId: String!
updatedBy: DesUser!
}
Fields
DesFootprint.comment ● String! non-null scalar
ECAD entity comment.
DesFootprint.createdBy ● DesUser! non-null object
The user this entity was created by.
DesFootprint.dataDownloadUrl ● String! non-null scalar
ECAD entity data download URL.
DesFootprint.description ● String! non-null scalar
ECAD entity description.
DesFootprint.folder ● DesFolder object
ECAD entity folder.
DesFootprint.guid ● String! deprecated non-null scalar
DEPRECATED
Use RevisionInternalId instead.
DesFootprint.id ● ID! non-null scalar
Footprint node identifier.
DesFootprint.imageFullSizeUrl ● String! non-null scalar
ECAD entity full size image URL.
DesFootprint.imageThumbnailUrl ● String! non-null scalar
ECAD entity thumbnail image URL.
DesFootprint.itemInternalId ● String! non-null scalar
Item internal identifier.
DesFootprint.lifeCycleState ● DesLifeCycleState! non-null object
The life cycle state information.
DesFootprint.name ● String! non-null scalar
ECAD entity name.
DesFootprint.pins ● [DesPin!]! deprecated non-null object
DEPRECATED
Not implemented and may be removed.
DesFootprint.revisionInternalId ● String! non-null scalar
Revision internal identifier.
DesFootprint.updatedBy ● DesUser! non-null object
The user this entity was last updated by.
Interfaces
Node interface
The node interface is implemented by entities that have a global unique identifier.