Interface SectionPlanesControllerOptions

interface SectionPlanesControllerOptions {
    transformControlsFactory?: TransformControlsFactory;
}

Properties

transformControlsFactory?: TransformControlsFactory

Optional Studio-owned factory for the View's TransformControls. Studio uses this to route section-plane editing through the same picker and ViewController wiring as object transform editing.