Skip to main content

DesSymbol

A component symbol. These represent the body and the pins on the physical component.

type DesSymbol 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!]!
revisionInternalId: String!
updatedBy: DesUser!
usedBy: DesSymbolUsedBy!
}

Fields

DesSymbol.comment ● String! non-null scalar

ECAD entity comment.

DesSymbol.createdBy ● DesUser! non-null object

The user this entity was created by.

DesSymbol.dataDownloadUrl ● String! non-null scalar

ECAD entity data download URL.

DesSymbol.description ● String! non-null scalar

ECAD entity description.

DesSymbol.folder ● DesFolder object

ECAD entity folder.

DesSymbol.guid ● String! deprecated non-null scalar

DEPRECATED

Use RevisionInternalId instead.

DesSymbol.id ● ID! non-null scalar

Symbol node identifier.

DesSymbol.imageFullSizeUrl ● String! non-null scalar

ECAD entity full size image URL.

DesSymbol.imageThumbnailUrl ● String! non-null scalar

ECAD entity thumbnail image URL.

DesSymbol.itemInternalId ● String! non-null scalar

Item internal identifier.

DesSymbol.lifeCycleState ● DesLifeCycleState! non-null object

The life cycle state information.

DesSymbol.name ● String! non-null scalar

ECAD entity name.

DesSymbol.pins ● [DesPin!]! non-null object

The list of pins.

DesSymbol.revisionInternalId ● String! non-null scalar

Revision internal identifier.

DesSymbol.updatedBy ● DesUser! non-null object

The user this entity was last updated by.

DesSymbol.usedBy ● DesSymbolUsedBy! non-null object

Reverse relationships showing where this symbol is used.

Interfaces

Node interface

The node interface is implemented by entities that have a global unique identifier.