Bcf
Enumerations
Classes
Interfaces
Type Aliases
Variables
Functions
Type Aliases
BCFCommentId
BCFMarkupName
BCFName
BCFTopicId
BCFViewpointName
Variables
- Bcf.defaultOriginatingSystem
- Type
HOOPS Communicator
Functions
addElem
- Bcf.addElem(doc, parentElem, elementName, elementContent)
- Arguments
doc (
XMLDocument()
) – NoneparentElem (
HTMLElement()
) – NoneelementName (
string()
) – NoneelementContent (
string()
) – None
- Return type
void
appendPoint3
argbStringFromColor
boolToString
- Bcf.boolToString(b)
- Arguments
b (
boolean()
) – None
- Return type
string
conditionalAddElem
- Bcf.conditionalAddElem(doc, parentElem, elementName, elementContent)
- Arguments
doc (
XMLDocument()
) – NoneparentElem (
HTMLElement()
) – NoneelementName (
string()
) – NoneelementContent (
undefined | null | string()
) – None
- Return type
void
conditionalBoolToString
- Bcf.conditionalBoolToString(b)
- Arguments
b (
undefined | null | boolean()
) – None
- Return type
string | null
conditionalDateToString
- Bcf.conditionalDateToString(d)
- Arguments
d (
undefined | null | Date()
) – None
- Return type
string | null
conditionalNumberToString
- Bcf.conditionalNumberToString(n)
- Arguments
n (
undefined | null | number()
) – None
- Return type
string | null
conditionalSetAttribute
- Bcf.conditionalSetAttribute(elem, attrName, attrVal)
- Arguments
elem (
HTMLElement()
) – NoneattrName (
string()
) – NoneattrVal (
undefined | null | string()
) – None
- Return type
void
exportComponent
- Bcf.exportComponent(doc, component)
- Arguments
doc (
XMLDocument()
) – Nonecomponent (
Component()
) – None
- Return type
HTMLElement