KGroupDefinitionType
kds-plugin-document / Exports / KGroupDefinitionType
Enumeration: KGroupDefinitionType
组定义的类型
The KGroupDefinitionType class represents group definition types.
Table of contents
Enumeration Members
Enumeration Members
Native
• Native = "native"
原生成组
Native Type. It means the definition is constructed in KuDaShi, you can edit the definition in KuDaShi.
Defined in
api.d.ts:2867
Variable
• Variable = "variable"
变量化模型
Variable type It means the definition is based on a variable model, such as Cube/Sphere/Text3d/Bend, etc.
Defined in
api.d.ts:2885
Xref
• Xref = "xref"
外部模型
Xref Type. It means the definition is constructed by other applications or services, such as smart 3d text, etc. You can not change the xref definition.
Defined in
api.d.ts:2877