interface BomComponentDetailsTubePart {
    extrusionLength: number;
    millTestReportRequired: boolean;
    profileGeometry: BomTubeProfileGeometry;
    tubeConsumption?: BomTubeConsumption;
    tubeMaterialId?: string;
    tubeSpecificationId?: string;
    volume: number;
}

Properties

extrusionLength: number
millTestReportRequired: boolean
profileGeometry: BomTubeProfileGeometry
tubeConsumption?: BomTubeConsumption
tubeMaterialId?: string
tubeSpecificationId?: string
volume: number