Skip to main content

SurfacePhysicalProperties

Hierarchy

  • PhysicalProperties

    SurfacePhysicalProperties

Constructors

constructor

new SurfacePhysicalProperties(wrapped)

Parameters

NameType
wrappedGProp_GProps

Inherited from

PhysicalProperties.constructor

Defined in

register.ts:31

Accessors

area

get area(): number

Returns

number

Defined in

measureShape.ts:22


centerOfMass

get centerOfMass(): [number, number, number]

Returns

[number, number, number]

Inherited from

PhysicalProperties.centerOfMass

Defined in

measureShape.ts:8


wrapped

get wrapped(): Type

Returns

Type

Inherited from

PhysicalProperties.wrapped

Defined in

register.ts:39

set wrapped(newWrapped): void

Parameters

NameType
newWrappedType

Returns

void

Inherited from

PhysicalProperties.wrapped

Defined in

register.ts:44

Methods

delete

delete(): void

Returns

void

Inherited from

PhysicalProperties.delete

Defined in

register.ts:54