Methods
Object

calculateSectionPlanes

Returns the requested section planes of the specified objects.

Example



Usage

JS


Parameters

objectIds

List of object ids.

Type

Required

Array[String]

Yes

planeNames

List of named planes.

Type

Required

Array[String]

Yes

Named Plane

Valid values are:

  • top
  • bottom
  • left
  • right
  • front
  • back

Return Value

List of planes.

Type

Array[Object]

Plane

Name

Type

Description

location

Vector3

Location of the plane

direction

Vector3

Direction of the plane

Example

JS