import { NativeTransform } from "../native_transform.js"; import { ProfileObject } from "../profile_object.js"; /** Parameter object for a revolution surface */ export interface RevolutionSurface { active: boolean; direction: NativeTransform; profile: ProfileObject; } //# sourceMappingURL=revolution_surface.d.ts.map