Type Alias TConnectionPathOptionsExperimental

TConnectionPathOptions: TAddPathOptions & {
    __EXPERIMENTAL_JUNCTION_INSET?: number;
}

Options specific to connection paths (vertical paths between floors). Extends TAddPathOptions with junction inset control.

Type declaration

  • Optional Experimental__EXPERIMENTAL_JUNCTION_INSET?: number

    Amount in meters to shorten connection path from each end. Prevents visual overlap with floor paths at junctions.

    Note: May not work consistently for vertical paths.

    0