SphereElement

class Communicator.SubentityProperties.SphereElement()

Returned by Model.getFaceProperty when the requested face fits a sphere.

Constructors

constructor()

Properties

__SphereElement

normal

origin

radius

Methods

copy()

type()

fromJson()


Constructors

constructor

Communicator.SubentityProperties.SphereElement.constructor(radius, origin, normal)
Arguments
  • radius (number()) –

  • origin (Communicator.Point3()) –

  • normal (Communicator.Point3()) –

Return type

Communicator.SubentityProperties.SphereElement

Properties

Communicator.SubentityProperties.SphereElement.__SphereElement
Communicator.SubentityProperties.SphereElement.normal
Communicator.SubentityProperties.SphereElement.origin
Communicator.SubentityProperties.SphereElement.radius

Methods

copy

Communicator.SubentityProperties.SphereElement.copy()
Return type

Communicator.SubentityProperties.SphereElement

type

Communicator.SubentityProperties.SphereElement.type()
Return type

Communicator.SubentityProperties.FaceType

fromJson

Communicator.SubentityProperties.SphereElement.fromJson(propData)
Arguments
  • propData (any()) –

Return type

Communicator.SubentityProperties.SphereElement