Interface AsukaAssemblySurfaceTransformInput

interface AsukaAssemblySurfaceTransformInput {
    center?: Partial<AsukaAssemblyPlanPoint>;
    pivot?: AsukaAssemblyPlanPoint;
    rotationDegrees?: number;
}

Properties

center?: Partial<AsukaAssemblyPlanPoint>

Absolute surface center in world coordinates. Omitted axes stay unchanged.

Optional explicit pivot used while rotating. Defaults to the surface center.

rotationDegrees?: number

Absolute orientation of the first floor edge or the wall, in degrees.