interface Tube {
    dimX: number;
    identifier: string;
    name: string;
    tubeMaterialId: string;
    tubeProfileId: string;
    tubeSpecificationId: string;
}

Hierarchy (view full)

Properties

dimX: number
identifier: string
name: string
tubeMaterialId: string
tubeProfileId: string
tubeSpecificationId: string