CylinderElement

class Communicator.SubentityProperties.CylinderElement()

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

Constructors


Constructors

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

CylinderElement()

Properties

CylinderElement.__CylinderElement
Type

Internal.PhantomMember

CylinderElement.normal
Type

Point3()

CylinderElement.origin
Type

Point3()

CylinderElement.radius
Type

number

Methods

copy

CylinderElement.copy()
Return type

CylinderElement()

type

CylinderElement.type()
Return type

FaceType

static fromJson

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

Return type

CylinderElement()