Function
| Static Public Summary | ||
| public |
ObjectPath(path: *) |
|
| public |
PreparedStatement(expr: *, args: *) |
|
| public |
createContext(options: {}, resolve: *, reject: *, command: string): * |
|
| public |
createGeomObject(geomParams: *, oldObject: *): * |
|
| public |
drawArcBy_Angle_M(vertexPos: *, startDir: *, endDir: *, middlePos: *): * |
|
| public |
drawArcBy_S_E_CPh(startPos: *, endPos: *, controlPointHint: *): * |
|
| public |
drawArcBy_S_E_Ch(startPos: *, endPos: *, centerPosHint: *, takeLarger: *): * |
|
| public |
drawArcBy_S_E_M(startPos: *, endPos: *, middlePos: *): * |
|
| public |
drawArcBy_S_T_E(startPos: *, startTangent: *, endPos: *): * |
|
| public |
execute(server: *, cmd: *, factory: *, attributes: *): * |
|
| public |
executeModels(server: *, cmd: *): * |
|
| public |
executePrepared(server: *, commands: *, factory: *, attributes: *): * |
|
| public |
getColor(object: *, isHighlighted: *): * |
|
| public |
|
|
| public |
getObjectStatement(value: *): * |
|
| public |
guid(): * |
|
| public |
handleResult(context: *, object: *): * |
|
| public |
ifail(x: *): * |
|
| public |
intersectLines(pntA: *, dirA: *, pntB: *, dirB: *, angularTolerance: *): * |
|
| public |
iok(x: *): * |
|
| public |
iwrap(promise: *): * |
|
| public |
linear(k: *): * |
|
| public |
log(message: *) |
|
| public |
mergeContext(context: *): * |
|
| public |
parseGeometry(data: *, context: *): * |
|
| public |
queryDom(item: *): * |
|
| public |
runAllTests(sketcher: *, rootObject: *) |
|
| public |
setCcid(ccid: *): * |
|
| public |
setPrefixedValue(elm: *, prop: *, value: *, fallback: *) |
|
| public |
signalrhub(scope: *) |
|
| public |
trackPromise(promise: *): * |
|
| public |
unsetCcid(arg: *): * |
|
| public |
url(param: *): * |
|
Static Public
public ObjectPath(path: *) source
import {ObjectPath} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| path | * |
public PreparedStatement(expr: *, args: *) source
import {PreparedStatement} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| expr | * | ||
| args | * |
public createContext(options: {}, resolve: *, reject: *, command: string): * source
import {createContext} from 'awv3-next/core/parser.js'Params:
| Name | Type | Attribute | Description |
| options | {} |
|
|
| resolve | * |
|
|
| reject | * |
|
|
| command | string |
|
Return:
| * |
public createGeomObject(geomParams: *, oldObject: *): * source
import {createGeomObject} from 'awv3-next/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| geomParams | * | ||
| oldObject | * |
Return:
| * |
public drawArcBy_Angle_M(vertexPos: *, startDir: *, endDir: *, middlePos: *): * source
import {drawArcBy_Angle_M} from 'awv3-next/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| vertexPos | * | ||
| startDir | * | ||
| endDir | * | ||
| middlePos | * |
Return:
| * |
public drawArcBy_S_E_CPh(startPos: *, endPos: *, controlPointHint: *): * source
import {drawArcBy_S_E_CPh} from 'awv3-next/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| startPos | * | ||
| endPos | * | ||
| controlPointHint | * |
Return:
| * |
public drawArcBy_S_E_Ch(startPos: *, endPos: *, centerPosHint: *, takeLarger: *): * source
import {drawArcBy_S_E_Ch} from 'awv3-next/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| startPos | * | ||
| endPos | * | ||
| centerPosHint | * | ||
| takeLarger | * |
Return:
| * |
public drawArcBy_S_E_M(startPos: *, endPos: *, middlePos: *): * source
import {drawArcBy_S_E_M} from 'awv3-next/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| startPos | * | ||
| endPos | * | ||
| middlePos | * |
Return:
| * |
public drawArcBy_S_T_E(startPos: *, startTangent: *, endPos: *): * source
import {drawArcBy_S_T_E} from 'awv3-next/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| startPos | * | ||
| startTangent | * | ||
| endPos | * |
Return:
| * |
public execute(server: *, cmd: *, factory: *, attributes: *): * source
import {execute} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| server | * | ||
| cmd | * | ||
| factory | * | ||
| attributes | * |
Return:
| * |
public executeModels(server: *, cmd: *): * source
import {executeModels} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| server | * | ||
| cmd | * |
Return:
| * |
public executePrepared(server: *, commands: *, factory: *, attributes: *): * source
import {executePrepared} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| server | * | ||
| commands | * | ||
| factory | * | ||
| attributes | * |
Return:
| * |
public getColor(object: *, isHighlighted: *): * source
import {getColor} from 'awv3-next/sketcher/geomobjects.js'Params:
| Name | Type | Attribute | Description |
| object | * | ||
| isHighlighted | * |
Return:
| * |
public getCurrentlyPendingPromise(): * source
import {getCurrentlyPendingPromise} from 'awv3-next/sketcher/cchelpers.js'Return:
| * |
public getObjectStatement(value: *): * source
import {getObjectStatement} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| value | * |
Return:
| * |
public handleResult(context: *, object: *): * source
import {handleResult} from 'awv3-next/core/parser.js'Params:
| Name | Type | Attribute | Description |
| context | * |
|
|
| object | * |
|
Return:
| * |
public ifail(x: *): * source
import {ifail} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| x | * |
Return:
| * |
public intersectLines(pntA: *, dirA: *, pntB: *, dirB: *, angularTolerance: *): * source
import {intersectLines} from 'awv3-next/sketcher/geomutils.js'Params:
| Name | Type | Attribute | Description |
| pntA | * | ||
| dirA | * | ||
| pntB | * | ||
| dirB | * | ||
| angularTolerance | * |
Return:
| * |
public iok(x: *): * source
import {iok} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| x | * |
Return:
| * |
public iwrap(promise: *): * source
import {iwrap} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| promise | * |
Return:
| * |
public linear(k: *): * source
import {linear} from 'awv3-next/animation/easing.js'Params:
| Name | Type | Attribute | Description |
| k | * |
Return:
| * |
public log(message: *) source
import {log} from 'awv3-next/core/error.js'Params:
| Name | Type | Attribute | Description |
| message | * |
public mergeContext(context: *): * source
import {mergeContext} from 'awv3-next/core/parser.js'Params:
| Name | Type | Attribute | Description |
| context | * |
|
Return:
| * |
public parseGeometry(data: *, context: *): * source
import {parseGeometry} from 'awv3-next/core/parser.js'Params:
| Name | Type | Attribute | Description |
| data | * | ||
| context | * |
Return:
| * |
public queryDom(item: *): * source
import {queryDom} from 'awv3-next/core/helpers.js'Params:
| Name | Type | Attribute | Description |
| item | * |
Return:
| * |
public runAllTests(sketcher: *, rootObject: *) source
import runAllTests from 'awv3-next/sketcher/unittests.js'Params:
| Name | Type | Attribute | Description |
| sketcher | * | ||
| rootObject | * |
public setCcid(ccid: *): * source
import {setCcid} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| ccid | * |
Return:
| * |
public setPrefixedValue(elm: *, prop: *, value: *, fallback: *) source
import {setPrefixedValue} from 'awv3-next/core/helpers.js'Params:
| Name | Type | Attribute | Description |
| elm | * | ||
| prop | * | ||
| value | * | ||
| fallback | * |
public signalrhub(scope: *) source
import signalrhub from 'awv3-next/communication/signalrhub.js'Params:
| Name | Type | Attribute | Description |
| scope | * |
public trackPromise(promise: *): * source
import {trackPromise} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| promise | * |
Return:
| * |
public unsetCcid(arg: *): * source
import {unsetCcid} from 'awv3-next/sketcher/cchelpers.js'Params:
| Name | Type | Attribute | Description |
| arg | * |
Return:
| * |
public url(param: *): * source
import {url} from 'awv3-next/core/helpers.js'Params:
| Name | Type | Attribute | Description |
| param | * |
Return:
| * |