Click or drag to resize

ComponentBaseGetOrCreateQuad Method

返回用户文档首页
获取或创建辅助面片

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
AuxiliaryQuad GetOrCreateQuad(
	string usage,
	Plane pl,
	double width,
	double height
)

Parameters

usage  String
对象用途key,用于下一次执行时索引复用
pl  Plane
辅助面坐标系
width  Double
辅助面显示宽度
height  Double
辅助面显示高度

Return Value

AuxiliaryQuad
辅助面片对象
See Also