CircleElement

class Communicator.SubentityProperties.CircleElement()

Returned by Model.getEdgeProperty when the requested edge is an arc.

Constructors


Constructors

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

CircleElement()

Properties

CircleElement.__CircleElement
Type

Internal.PhantomMember

CircleElement.normal
Type

Point3()

CircleElement.origin
Type

Point3()

CircleElement.radius
Type

number

Methods

copy

CircleElement.copy()
Return type

CircleElement()

type

CircleElement.type()
Return type

EdgeType

static fromJson

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

Return type

CircleElement()