Skip to main content

VolumePhysicalProperties

Hierarchy

  • PhysicalProperties

    VolumePhysicalProperties

Constructors

constructor

new VolumePhysicalProperties(wrapped)

Parameters

NameType
wrappedGProp_GProps

Inherited from

PhysicalProperties.constructor

Defined in

register.ts:31

Accessors

centerOfMass

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

Returns

[number, number, number]

Inherited from

PhysicalProperties.centerOfMass

Defined in

measureShape.ts:8


volume

get volume(): number

Returns

number

Defined in

measureShape.ts:16


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