Skip to main content

DesSimulation

Component simulation information.

type DesSimulation {
comment: String!
createdBy: DesUser!
dataDownloadUrl: String!
description: String!
folder: DesFolder
guid: String! @deprecated
itemInternalId: String!
name: String!
revisionInternalId: String!
updatedBy: DesUser!
}

Fields

DesSimulation.comment ● String! non-null scalar

ECAD entity comment.

DesSimulation.createdBy ● DesUser! non-null object

The user this entity was created by.

DesSimulation.dataDownloadUrl ● String! non-null scalar

ECAD entity data download URL.

DesSimulation.description ● String! non-null scalar

ECAD entity description.

DesSimulation.folder ● DesFolder object

ECAD entity folder.

DesSimulation.guid ● String! deprecated non-null scalar

DEPRECATED

Use RevisionInternalId instead.

DesSimulation.itemInternalId ● String! non-null scalar

Item internal identifier.

DesSimulation.name ● String! non-null scalar

ECAD entity name.

DesSimulation.revisionInternalId ● String! non-null scalar

Revision internal identifier.

DesSimulation.updatedBy ● DesUser! non-null object

The user this entity was last updated by.