接口 ContiguousSelectionProperties

interface ContiguousSelectionProperties {
    checkForAdjacentFace?: boolean;
    contiguousSelectionBlockList?: string[];
    contiguousSelectionType?: ContiguousSelectionType;
    fullSelectionToleranceLevel?: number;
    isFace?: boolean;
    selectionDirection?: number;
    size?: number;
    startingLocation?: Vector3;
}

属性

checkForAdjacentFace?: boolean
contiguousSelectionBlockList?: string[]
contiguousSelectionType?: ContiguousSelectionType
fullSelectionToleranceLevel?: number
isFace?: boolean
selectionDirection?: number
size?: number
startingLocation?: Vector3