-
-
Add special effects to the scene.
Name |
Type |
Description |
scene |
scene
|
Scene |
- Inherited From:
-
-
Clone
Returns:
Return the cloned object.
-
-
Release resources.
- Inherited From:
-
-
Convert JSON to an object.
Name |
Type |
Description |
jsonObj |
Object
|
JSON object |
-
-
Check if the signal is bidirectional propagation.
Returns:
Is it bidirectional propagation?
-
-
Get the offset of the end point relative to the size of the end model itself.
Returns:
Offset.
- Inherited From:
-
-
Get the UUID of the end geographic entity.
Returns:
Entity UUID.
- Inherited From:
-
-
Get the geographic entity bound to the special effect.
Returns:
Geographic entity.
- Inherited From:
-
-
Get the line width (in pixels).
Returns:
Line width.
-
getLinkLineColor() → Color
-
Get the connection line color.
Returns:
Connection line color.
-
-
Get the link type.
Returns:
Signal type.
- Inherited From:
-
getMaxVisibleDistance() → Number
-
Get the maximum visible diatance. When the distance between the start and end position is less than this distance, the link is displayed.
Returns:
Maximum visible distance.
- Inherited From:
-
-
Special effect name.
Returns:
Return the special effect name.
- Inherited From:
-
-
Get the offset percentage relative to the entity´s size.
Returns:
The offset percentage in the X/Y/Z directions.
- Inherited From:
-
-
Get the signal line color.
Returns:
Signal line color.
-
getSignalLengthRatio() → Number
-
Get the signal line length ratio (0 to 1).
Returns:
Signal line length ratio.
-
-
Get the propagation speed.
Returns:
Propagation speed.
-
-
Get the offset percentage of the start point relative to the size of the start model itself.
Returns:
Offset.
- Inherited From:
-
-
Get the UUID of the start geographic entity.
Returns:
Entity UUID.
- Inherited From:
-
-
Get the special effect type.
Returns:
Special effect type.
- Inherited From:
-
-
Get the special effect UUID, which is the unique identifier.
Returns:
UUID
- Inherited From:
-
isChangeSizeFlowModel() → Boolean
-
Check if the special effects adjust with the model´s scaling.
Returns:
Whether to adjust with the model´s scaling.
- Inherited From:
-
-
Get the special effect visibility.
Returns:
Visibility
- Inherited From:
-
removeEffectFromScene(scene)
-
Remove the special effect from the scene.
Name |
Type |
Description |
scene |
scene
|
Scene |
- Inherited From:
-
-
Set whether the signal is bidirectional.
Name |
Type |
Description |
bBothWay |
Boolean
|
Is it propagation bidirectional?
|
-
setChangeSizeFlowModel(bChange)
-
Set whether the special effects adjust with the model´s scaling.
Name |
Type |
Description |
bChange |
Boolean
|
Whether to adjust with the model´s scaling.
|
- Inherited From:
-
-
Set the offset of the end point relative to the size of the start model itself.
Name |
Type |
Description |
pntOffset |
MPoint3D
|
Offset |
- Inherited From:
-
-
Set the UUID of the end geographic entity.
Name |
Type |
Description |
endUUID |
String
|
Entity UUID. |
- Inherited From:
-
-
Set the geographic entity bound to the special effect.
Name |
Type |
Description |
geoEntity |
GeoEntity
|
Geographic entity. |
- Inherited From:
-
setGeoEntityParameter(geoEntityParameter, linkGeoEntityUUID)
-
Set the special effect properties.
Name |
Type |
Description |
geoEntityParameter |
GeoEntityParameter
|
Geographic entity parameter class. |
linkGeoEntityUUID |
String
|
optional
Entity UUID. |
-
-
Set line width (in pixels).
Name |
Type |
Description |
lineWidth |
Number
|
Line width. |
-
-
Set the connection line color.
Name |
Type |
Description |
color |
Color
|
Connection line color. |
-
setMaxVisibleDistance(dMaxDistance)
-
Set the maximum visible distance. When the distance between the start and end position is less than this distance, the link is displayed.
Name |
Type |
Description |
dMaxDistance |
Number
|
Maximum. |
- Inherited From:
-
-
Special effect name.
Name |
Type |
Description |
name |
String
|
Name |
- Inherited From:
-
-
Set the offset percentage relative to the model´s size.
Name |
Type |
Description |
pntOffset |
MPoint3D
|
The offset percentage in the X/Y/Z directions.
|
- Inherited From:
-
-
Set signal line color.
Name |
Type |
Description |
color |
Color
|
Signal line color. |
-
setSignalLengthRatio(signalLengthRatio)
-
Set the signal line length ratio.
Name |
Type |
Description |
signalLengthRatio |
Number
|
Signal line length ratio. |
-
-
Set the propagation speed.
Name |
Type |
Description |
speedV |
Number
|
Propagation speed. |
-
setStartOffset(pntOffset)
-
Set the offset of the start point relative to the size of the start model itself.
Name |
Type |
Description |
pntOffset |
MPoint3D
|
Offset. |
- Inherited From:
-
-
Set the UUID of the start geographic entity.
Name |
Type |
Description |
startUUID |
String
|
Entity UUID |
- Inherited From:
-
-
Set the special effect visibility.
Name |
Type |
Description |
visible |
Boolean
|
Visibility. |
- Inherited From:
-
-
Convert an object to JSON.
Returns:
JSON string.