ConeElement

class Communicator.SubentityProperties.ConeElement()

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

Constructors


Constructors

ConeElement.constructor(radius, origin, normal, halfAngle)
Arguments
  • radius (number()) –

  • origin (Point3()) –

  • normal (Point3()) –

  • halfAngle (number()) –

Return type

ConeElement()

Properties

ConeElement.__ConeElement
Type

Internal.PhantomMember

ConeElement.halfAngle
Type

number

ConeElement.normal
Type

Point3()

ConeElement.origin
Type

Point3()

ConeElement.radius
Type

number

Methods

copy

ConeElement.copy()
Return type

ConeElement()

type

ConeElement.type()
Return type

FaceType

static fromJson

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

Return type

ConeElement()