SphereElement

class Communicator.SubentityProperties.SphereElement()

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

Constructors


Constructors

SphereElement.constructor(radius, origin, normal)
Arguments
Return type

SphereElement()

Properties

SphereElement.__SphereElement
Type

Internal.PhantomMember

SphereElement.normal
Type

Point3()

SphereElement.origin
Type

Point3()

SphereElement.radius
Type

number

Methods

copy

SphereElement.copy()
Return type

SphereElement()

type

SphereElement.type()
Return type

FaceType

static fromJson

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

Return type

SphereElement()