PlaneElement

class Communicator.SubentityProperties.PlaneElement()

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

Constructors


Constructors

PlaneElement.constructor(origin, normal)
Arguments
Return type

PlaneElement()

Properties

PlaneElement.__PlaneElement
Type

Internal.PhantomMember

PlaneElement.normal
Type

Point3()

PlaneElement.origin
Type

Point3()

Methods

copy

PlaneElement.copy()
Return type

PlaneElement()

type

PlaneElement.type()
Return type

FaceType

static fromJson

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

Return type

PlaneElement()