Click or drag to resize

SceneCreateQuad Method

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

Namespace: LoongCAD.STC
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
)

Parameters

pl  Plane
辅助面坐标系
width  Double
辅助面显示宽度
height  Double
辅助面显示高度

Return Value

AuxiliaryQuad
辅助面片对象
See Also