Click or drag to resize

CutPlaneProxy Interface

返回用户文档首页
切割面代理对象

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

The CutPlaneProxy type exposes the following members.

Properties
 NameDescription
Public propertyAutoCutDirection 是否需要自动评估切割/对齐方向
Public propertyCtrlPoints
(Inherited from TFObjectProxy)
Public propertyCutMode 切割模式
Public propertyCutOrder 切割顺序
Public propertyCutTarget 切割目标
(Inherited from CutterProxy)
Public propertyExactCutMode 作为切割体时是否应用与截面完全一致的切割(若为false, 则有空截面作为切割体时不会保留孔内部分)
(Inherited from CutterProxy)
Public propertyGuid 对象GUID
(Inherited from TFObjectProxy)
Public propertyId 对象ID
(Inherited from ObjectProxyBase)
Public propertyIsWeldGroove 是否开启焊接准备
(Inherited from CutterProxy)
Public propertyLocked 对象是否锁定
(Inherited from ObjectProxyBase)
Public propertyObjectMatrix 对象在父空间的坐标矩阵
(Inherited from TFObjectProxy)
Public propertyPhaseNo 阶段
(Inherited from TFObjectProxy)
Public propertyPrebuilt
(Inherited from TFObjectProxy)
Public propertyType 对象类型
(Inherited from ObjectProxyBase)
Public propertyWorldMatrix 对象在世界空间的坐标矩阵
(Inherited from TFObjectProxy)
Top
Methods
 NameDescription
Public methodCreateCtrlPoint
(Inherited from TFObjectProxy)
Top
See Also