Click or drag to resize

ChamferCtrlPointProxy Interface

返回用户文档首页
支持折角的控制点代理对象

Namespace: LoongCAD.STC.Proxy.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public interface ChamferCtrlPointProxy : CtrlPointProxy, 
	ObjectProxyBase

The ChamferCtrlPointProxy type exposes the following members.

Properties
 NameDescription
Public propertyCutR 折角半径,控制点在下一条边上的切割长度
Public propertyCutSegs 折角弧线段数
Public propertyCutType 折角类型
Public propertyCutX 折角X轴长度,控制点在上一条边上的切割长度
Public propertyCutY 折角Y轴长度
Public propertyDz1 向上的附加板厚度
Public propertyDz2 向下的附加板厚度
Public propertyId 对象ID
(Inherited from ObjectProxyBase)
Public propertyLocalPos 控制点在本地空间的位置
(Inherited from CtrlPointProxy)
Public propertyLocked 对象是否锁定
(Inherited from ObjectProxyBase)
Public propertyType 对象类型
(Inherited from ObjectProxyBase)
Public propertyWorldPos 控制点在世界空间的位置
(Inherited from CtrlPointProxy)
Top
See Also