Click or drag to resize

ComponentBaseCreateQuad Method

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

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
AuxiliaryQuad CreateQuad(
	Plane pl,
	double width,
	double height,
	bool bRuntime
)

Parameters

pl  Plane
辅助面坐标系
width  Double
辅助面显示宽度
height  Double
辅助面显示高度
bRuntime  Boolean
子对象是否随组件刷新被删除

Return Value

AuxiliaryQuad
辅助面片对象
See Also