Sheet Module
Nested modules
Modules | Description |
Functions and values
Function or value | Description |
Full Usage:
addBoxMargin fractionalMargin absoluteMargin box
Parameters:
float
absoluteMargin : float
box : BoundingBox
Returns: BoundingBox
|
|
Full Usage:
boxPointUnion box point
Parameters:
BoundingBox
point : XYPos
Returns: BoundingBox
|
|
|
|
|
|
|
|
|
|
Full Usage:
findIntersectingComponents model box1
Parameters:
Model
box1 : BoundingBox
Returns: ComponentId list
|
|
|
|
|
|
Full Usage:
findNearbyPorts model
Parameters:
Model
Returns: (InputPortId * XYPos) list * (OutputPortId * XYPos) list
|
|
|
|
|
|
|
|
Full Usage:
getWindowParasToFitBox model box
Parameters:
Model
box : BoundingBox
Returns: (type) option
|
|
|
|
Full Usage:
insideBox pos boundingBox
Parameters:
XYPos
boundingBox : BoundingBox
Returns: bool
|
|
Full Usage:
insideBoxMap boundingBoxes pos
Parameters:
Map<ComponentId, BoundingBox>
pos : XYPos
Returns: Option<ComponentId>
Modifiers: inline |
|
Full Usage:
isAllVisible model conns comps
Parameters:
Model
conns : ConnectionId list
comps : ComponentId list
Returns: bool
|
|
Full Usage:
isBBoxAllVisible model bb
Parameters:
Model
bb : BoundingBox
Returns: bool option
|
|
|
|
|
|
|
|
Full Usage:
notIntersectingComponents model box1 inputId
Parameters:
Model
box1 : BoundingBox
inputId : ComponentId
Returns: bool
|
|
Full Usage:
notIntersectingSelectedComponents model box1 inputId
Parameters:
Model
box1 : BoundingBox
inputId : ComponentId
Returns: bool
|
|
|
|
|
|
|
|
Full Usage:
scrollSequence
Returns: int
|
|
|
|
|
|
Full Usage:
symDiff lst1 lst2
Parameters:
'a list
lst2 : 'a list
Returns: 'a list
|
|
Full Usage:
symbolBBUnion centresOnly symbols
Parameters:
bool
symbols : Symbol list
Returns: BoundingBox option
|
|
|
|
Full Usage:
symbolToBB centresOnly symbol
Parameters:
bool
symbol : Symbol
Returns: BoundingBox
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
viewIsAfterUpdateScroll
Returns: bool
|
|
|
|
|