| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
Objects have the following properties:
|
Members
-
pathColor : Color
-
path line color
-
pathType : WayPathType
-
path type
-
path line width
-
rotateOffset : MPoint3D
-
Offset of model rotation
-
scaneColor : Color
-
Scan cone color
-
Whether to display the path line
-
Whether to display the scan cone
-
Is it tangential?
-
wayPoints : AlgoSymbol
-
Path points
-
wayPoints : Array.<MPoint3D>
-
Path points
Methods
-
Create Animated Object Scan Effect Entities
Name Type Description optionsObject Scan entity configuration items Name Type Description pointMPoint3D Position points lengthNumber Scan body length,in meter radiusNumber Base radius of the scanned body,in meter rotateMPoint3D Rotation angle of the scanned body, in degrees offsetRotateMPoint3D Rotation offset angle of the scanned body,in degrees colorColor Color of the scanned body -
getCurrentPt() → MPoint3D
-
Get the current position of the path animation
Returns:
current location -
getGOAnimationType() → GOAnimationType
-
Get animation type
Returns:
Animation type -
Get the path line color
Returns:
Path line color -
getPathType() → WayPathType
-
Get the path line type
Returns:
Path line type -
Get the width of the path line
Returns:
Width of the path line -
getWayPoints() → Array.<MPoint3D>
-
Get array of path points for path animation
Returns:
Array of path points -
Remove animation scanning effects
-
Set the camera to follow
Name Type Description isFollowBoolean Whether to follow followTypeNumber Follow angle distanceNumber Distance to target heightNumber Relative camera height Returns:
Is the setting successful? -
Set the path line color
Name Type Description colorColor path line color with raga -
Set the path line type
Name Type Description pathTypeWayPathType Path line type -
Set the path line width
Name Type Description widthNumber Path line width -
Set the animation scan effect color
Name Type Description colorColor Scan color -
Set visibility of animation scan effects
Name Type Description showBoolean Scan display -
Set whether to display the animation path
Name Type Description valueBoolean Whether to show the path
