Bitbybit Docs
    Bereite Suchindex vor...

    Klasse PyramidSimpleCellPart<T> (Advanced.Patterns.FacePatterns.PyramidSimple)

    One cell of a simple pyramid face pattern - the pyramid raised from a single pattern cell - one named component of an assembled model, carrying its own shapes and any sub-parts beneath it. Models return their parts rather than a single fused solid, so a configurator can produce a cutting list, price components individually, or show and hide them one at a time.

    Typenparameter

    • T
    Index

    Konstruktoren

    Eigenschaften

    id: string
    uIndex: number
    vIndex: number
    cornerPoint1: Point3
    cornerPoint2: Point3
    cornerPoint3: Point3
    cornerPoint4: Point3
    cornerNormal1?: Vector3
    cornerNormal2?: Vector3
    cornerNormal3?: Vector3
    cornerNormal4?: Vector3
    centerPoint?: Point3
    centerNormal?: Point3
    topPoint?: Point3
    shapes?: {
        wire1?: T;
        wire2?: T;
        wire3?: T;
        wire4?: T;
        face1?: T;
        face2?: T;
        face3?: T;
        face4?: T;
        compound?: T;
    }