Click or drag to resize

ComponentBaseCreateQuad Method

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

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

Parameters

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

Return Value

AuxiliaryQuad
辅助面片对象
See Also