bdeGetBlockAngle
Gets the rotation angle of the given block.
Syntax
blockAngle = bdeGetBlockAngle(block)
Inputs
- block
- The block to get the rotation angle of.
Outputs
- blockAngle
- Angle of rotation of the block.
Examples
diagram = bdeGetCurrentDiagram();
block = bdeGetSelectedBlock(diagram);
blockAngle = bdeGetBlockAngle(block);
blockAngle = 0