Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModel

模型是一个复合对象,可能包含路径映射或递归模型映射.

Example:

var m = {
  paths: {
    "line1": { type: 'line', origin: [0, 0], end: [1, 1] },
    "line2": { type: 'line', origin: [0, 0], end: [-1, -1] }
  }
};

Hierarchy

Implemented by

Index

Properties

Optional caption

caption: ICaption

标题文本.

Optional data

属性数据.

Optional exporterOptions

exporterOptions: {}

导出选项.

Type declaration

  • [exporterName: string]: any

Optional layer

layer: string

图层.

Optional models

models: IModelMap

此模型中模型的可选映射.

Optional notes

notes: string

注释.

Optional origin

origin: IPoint

此模型的可选基点位置.

Optional paths

paths: IPathMap

此模型中路径对象的可选映射.

Optional type

type: string

模型类型.

Optional units

units: string

单位.

Generated using TypeDoc