import { open_shell } from "./index.js"; import { face } from "./index.js"; import EntityTypesAP214 from "./entity_types_ap214.gen.js"; import StepEntityInternalReference from "../../step/step_entity_internal_reference.js"; import StepEntityBase from "../../step/step_entity_base.js"; import StepModelBase from "../../step/step_model_base.js"; export declare class oriented_open_shell extends open_shell { get type(): EntityTypesAP214; private open_shell_element_?; private orientation_?; get open_shell_element(): open_shell; get orientation(): boolean; get cfs_faces(): Array; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=oriented_open_shell.gen.d.ts.map