interface SweptDiskSolid {
    axis: Curve[];
    profile: Profile;
    profileRadius: number;
}

Properties

axis: Curve[]
profile: Profile
profileRadius: number