Type alias Shell

Shell: FeatureBase & {
    direction?: "inside" | "outside";
    kind: "feature.shell";
    openFaces?: Selector[];
    result: string;
    source: Selector;
    thickness: Scalar;
}

Type declaration

  • Optional direction?: "inside" | "outside"
  • kind: "feature.shell"
  • Optional openFaces?: Selector[]
  • result: string
  • source: Selector
  • thickness: Scalar