Interface ModelProfile

Geometry capability, this model has profiles.

interface ModelProfile {
    length: number;
    getByLocalID(localID: number): undefined | CanonicalProfile;
}

Hierarchy

Implemented by

Properties

Methods

Properties

length: number

Methods