Function
| Static Public Summary | ||
| public |
Assign(target: *, value: *): * |
|
| public |
Call(fn: *, args: ...*): * |
|
| public |
Constraint(type: *): * |
|
| public |
Graphics(name: *): * |
|
| public |
Graphics(name: *, args: ...*): * |
|
| public |
Handler(sketcher: *, name: *, oldHandler: *): * |
|
| public |
Member(value: *, attr: *): * |
|
| public |
Return(value: *): * |
|
| public |
Sequence(commands: ...*): * |
|
| public |
|
|
| public |
commandRunner(session: *, commands: *): * |
|
| public |
drawArcBy_Angle_M(arrayPattern: *[]): {"start": *, "end": *, "center": *, "clockwise": boolean} |
|
| public |
drawArcBy_S_E_C(arrayPattern: *[], restrictions: *): * |
|
| public |
drawArcBy_S_E_CP(arrayPattern: *[], restrictions: *): * |
|
| public |
drawArcBy_S_E_M(arrayPattern: *[], restrictions: *): * |
|
| public |
drawArcBy_S_T_E(arrayPattern: *[], restrictions: *): * |
|
| public |
drawCircleBy_C_E(arrayPattern: *[], restrictions: *): {"center": *, "radius": *} |
|
| public |
drawLineBy_Angle_M(arrayPattern: *[]): {"start": *, "end": *} |
|
| public |
drawLineBy_S_E(arrayPattern: *[], restrictions: *): {"start": *, "end": *} |
|
| public |
drawPointBy_S(arrayPattern: *[], restrictions: *): {"start": *} |
|
| public |
getArcAngles(params: *): {"center": *, "mid": *, "radius": *, "start": *, "end": *, "bulge": *} |
|
| public |
getClass(geomParams: *): * |
|
| public |
getTangent(geomParams: *, point: *): * |
|
| public |
halt(message: *) |
|
| public |
intersectLines(pntA: *, dirA: *, pntB: *, dirB: *, angularTolerance: *): * |
|
| public |
linear(k: *): * |
|
| public |
log(message: *) |
|
| public |
move(geomParams: *, subType: *, displacement: *): * |
|
| public |
queryDom(item: *): * |
|
| public |
setPrefixedValue(elm: *, prop: *, value: *, fallback: *) |
|
| public |
signalrhub(scope: *) |
|
| public |
url(param: *): * |
|
Static Public
public Assign(target: *, value: *): * source
import {Assign} from 'awv3/awv3/plugins/sketcher/command/lowlevel.js'Params:
| Name | Type | Attribute | Description |
| target | * | ||
| value | * |
Return:
| * |
public Call(fn: *, args: ...*): * source
import {Call} from 'awv3/awv3/plugins/sketcher/command/lowlevel.js'Params:
| Name | Type | Attribute | Description |
| fn | * | ||
| args | ...* |
Return:
| * |
public Constraint(type: *): * source
import Constraint from 'awv3/awv3/plugins/sketcher/constraint/index.js'Params:
| Name | Type | Attribute | Description |
| type | * |
Return:
| * |
public Graphics(name: *): * source
import Graphics from 'awv3/awv3/plugins/sketcher/graphics/index.js'Params:
| Name | Type | Attribute | Description |
| name | * |
Return:
| * |
public Graphics(name: *, args: ...*): * source
import Graphics from 'awv3/awv3/plugins/dimension/graphics/index.js'Params:
| Name | Type | Attribute | Description |
| name | * | ||
| args | ...* |
Return:
| * |
public Handler(sketcher: *, name: *, oldHandler: *): * source
import Handler from 'awv3/awv3/plugins/sketcher/handlers/index.js'Params:
| Name | Type | Attribute | Description |
| sketcher | * | ||
| name | * | ||
| oldHandler | * |
Return:
| * |
public Member(value: *, attr: *): * source
import {Member} from 'awv3/awv3/plugins/sketcher/command/lowlevel.js'Params:
| Name | Type | Attribute | Description |
| value | * | ||
| attr | * |
Return:
| * |
public Return(value: *): * source
import {Return} from 'awv3/awv3/plugins/sketcher/command/lowlevel.js'Params:
| Name | Type | Attribute | Description |
| value | * |
Return:
| * |
public Sequence(commands: ...*): * source
import {Sequence} from 'awv3/awv3/plugins/sketcher/command/lowlevel.js'Params:
| Name | Type | Attribute | Description |
| commands | ...* |
Return:
| * |
public Variable(basename: string): * source
import {Variable} from 'awv3/awv3/plugins/sketcher/command/lowlevel.js'Params:
| Name | Type | Attribute | Description |
| basename | string |
|
Return:
| * |
public commandRunner(session: *, commands: *): * source
import commandRunner from 'awv3/awv3/plugins/sketcher/command/commandrunner.js'Params:
| Name | Type | Attribute | Description |
| session | * | ||
| commands | * |
Return:
| * |
public drawArcBy_Angle_M(arrayPattern: *[]): {"start": *, "end": *, "center": *, "clockwise": boolean} source
import {drawArcBy_Angle_M} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| arrayPattern | *[] |
|
public drawArcBy_S_E_C(arrayPattern: *[], restrictions: *): * source
import {drawArcBy_S_E_C} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| arrayPattern | *[] |
|
|
| restrictions | * |
Return:
| * |
public drawArcBy_S_E_CP(arrayPattern: *[], restrictions: *): * source
import {drawArcBy_S_E_CP} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| arrayPattern | *[] |
|
|
| restrictions | * |
Return:
| * |
public drawArcBy_S_E_M(arrayPattern: *[], restrictions: *): * source
import {drawArcBy_S_E_M} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| arrayPattern | *[] |
|
|
| restrictions | * |
Return:
| * |
public drawArcBy_S_T_E(arrayPattern: *[], restrictions: *): * source
import {drawArcBy_S_T_E} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| arrayPattern | *[] |
|
|
| restrictions | * |
Return:
| * |
public drawCircleBy_C_E(arrayPattern: *[], restrictions: *): {"center": *, "radius": *} source
import {drawCircleBy_C_E} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| arrayPattern | *[] |
|
|
| restrictions | * |
Return:
| {"center": *, "radius": *} |
public drawLineBy_Angle_M(arrayPattern: *[]): {"start": *, "end": *} source
import {drawLineBy_Angle_M} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| arrayPattern | *[] |
|
Return:
| {"start": *, "end": *} |
public drawLineBy_S_E(arrayPattern: *[], restrictions: *): {"start": *, "end": *} source
import {drawLineBy_S_E} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| arrayPattern | *[] |
|
|
| restrictions | * |
Return:
| {"start": *, "end": *} |
public drawPointBy_S(arrayPattern: *[], restrictions: *): {"start": *} source
import {drawPointBy_S} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| arrayPattern | *[] |
|
|
| restrictions | * |
Return:
| {"start": *} |
public getArcAngles(params: *): {"center": *, "mid": *, "radius": *, "start": *, "end": *, "bulge": *} source
import {getArcAngles} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| params | * |
Return:
| {"center": *, "mid": *, "radius": *, "start": *, "end": *, "bulge": *} |
public getClass(geomParams: *): * source
import {getClass} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| geomParams | * |
Return:
| * |
public getTangent(geomParams: *, point: *): * source
import {getTangent} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| geomParams | * | ||
| point | * |
Return:
| * |
public halt(message: *) source
import {halt} from 'awv3/awv3/core/error.js'Params:
| Name | Type | Attribute | Description |
| message | * |
public intersectLines(pntA: *, dirA: *, pntB: *, dirB: *, angularTolerance: *): * source
import {intersectLines} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| pntA | * | ||
| dirA | * | ||
| pntB | * | ||
| dirB | * | ||
| angularTolerance | * |
Return:
| * |
public linear(k: *): * source
import {linear} from 'awv3/awv3/animation/easing.js'Params:
| Name | Type | Attribute | Description |
| k | * |
Return:
| * |
public log(message: *) source
import {log} from 'awv3/awv3/core/error.js'Params:
| Name | Type | Attribute | Description |
| message | * |
public move(geomParams: *, subType: *, displacement: *): * source
import {move} from 'awv3/awv3/plugins/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| geomParams | * | ||
| subType | * | ||
| displacement | * |
Return:
| * |
public queryDom(item: *): * source
import {queryDom} from 'awv3/awv3/core/helpers.js'Params:
| Name | Type | Attribute | Description |
| item | * |
Return:
| * |
public setPrefixedValue(elm: *, prop: *, value: *, fallback: *) source
import {setPrefixedValue} from 'awv3/awv3/core/helpers.js'Params:
| Name | Type | Attribute | Description |
| elm | * | ||
| prop | * | ||
| value | * | ||
| fallback | * |
public signalrhub(scope: *) source
import signalrhub from 'awv3/awv3/communication/signalrhub.js'Params:
| Name | Type | Attribute | Description |
| scope | * |
public url(param: *): * source
import {url} from 'awv3/awv3/core/helpers.js'Params:
| Name | Type | Attribute | Description |
| param | * |
Return:
| * |