Skip to main content

KContinuousEdgeGroup

kds-plugin-document / Exports / KContinuousEdgeGroup

Interface: KContinuousEdgeGroup

Deprecated

本接口即将下线

The KContinuousEdgeGroup class is used by KuDaShi to unite a series of KEdge objects into one continuous edge group, which represents a conceptual curve. Since KuDaShi is a surface modeler, all circles, arcs, and arbitrary curves are really just edges that are bound together in sequence.

Table of contents

Properties

Properties

curve

Readonly curve: KCurve3d

Retrieve the conceptual curve the continuous edge group represents if successful, else Retrieve null. NOTE: Now only the 3D circle and the 3D arc are supported.

Defined in

api.d.ts:2514


edges

Readonly edges: KEdge[]

Retrieve an array of KEdge objects that make up the conceptual curve.

Defined in

api.d.ts:2518