Type alias AssemblyInstance

AssemblyInstance: {
    id: ID;
    part: ID;
    tags?: string[];
    transform?: Transform;
}

Type declaration

  • id: ID
  • part: ID
  • Optional tags?: string[]
  • Optional transform?: Transform