TubeProfileGeometry: {
    content: TubeProfileGeometryRectangular;
    type: "rectangular";
} | {
    content: TubeProfileGeometryCircular;
    type: "circular";
}

Type declaration

Type declaration