Click or drag to resize

CutPlane Class

返回用户文档首页
切割面
Inheritance Hierarchy
SystemObject
  LoongCAD.UtilSyncProxy
    LoongCAD.STC.Object3DObjectBase
      LoongCAD.STC.Object3DTFObject
        LoongCAD.STC.Object3DCutter
          LoongCAD.STC.Object3DCutPlane

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class CutPlane : Cutter

The CutPlane type exposes the following members.

Constructors
 NameDescription
Public methodCutPlane 构造函数
Top
Properties
 NameDescription
Public propertyCtrlPoints
(Inherited from TFObject)
Public propertyCutMode 切割模式
Public propertyCutTarget 切割目标
(Inherited from Cutter)
Public propertyDisposed 对象是否已销毁
(Inherited from ObjectBase)
Public propertyEnabled 对象是否启用
(Inherited from ObjectBase)
Public propertyExactCutMode 作为切割体时是否应用与截面完全一致的切割(若为false, 则有空截面作为切割体时不会保留孔内部分)
(Inherited from Cutter)
Public propertyFlags 对象标志位
(Inherited from ObjectBase)
Public propertyGuid 对象GUID
(Inherited from TFObject)
Public propertyHeight 切割面显示高度
Public propertyId 对象ID
(Inherited from ObjectBase)
Public propertyIsCompRuntimeChild 对象是否组件的运行时子节点
(Inherited from ObjectBase)
Public propertyIsWeldGroove 是否开启焊接准备
(Inherited from Cutter)
Public propertyLocalMatrix 对象本地空间坐标矩阵
(Inherited from TFObject)
Public propertyLocalPlane 切割面在本地空间的坐标面
Public propertyLocalPos 切割面在本地空间的位置
Public propertyLocked 对象是否锁定
(Inherited from ObjectBase)
Public propertyObjectMatrix 对象在父空间的坐标矩阵
(Inherited from TFObject)
Public propertyObjectWorldMatrix 对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyParent 父对象
(Inherited from TFObject)
Public propertyParentMatrix 父对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyPhaseNo 阶段编号
(Inherited from TFObject)
Public propertyPreBuilt 所属构件
(Inherited from TFObject)
Public propertyScene 所属场景
(Inherited from ObjectBase)
Public propertyType 对象类型
(Inherited from ObjectBase)
Public propertyViewId 对象所在视图ID,仅对部分对象有效
(Inherited from TFObject)
Public propertyWidth 切割面显示宽度
Public propertyWorkAxis 工作坐标系 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyWorldMatrix 对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyWorldPlane 切割面在世界空间的坐标面
Public propertyWorldPos 切割面在世界空间的位置
Top
Methods
 NameDescription
Public methodFlush 将对象属性同步到对应的内核对象
(Inherited from TFObject)
Public methodNeedFlush 是否需要传递
(Inherited from SyncProxy)
Public methodRefine 重新执行面切割
Public methodRefresh 刷新内核对象
(Inherited from ObjectBase)
Public methodSetLocalCtrlPoints 在本地坐标系下设置控制点
(Inherited from TFObject)
Public methodSetWorldCtrlPoints 在世界坐标系下设置控制点 NOTE: points中坐标位置受Scene.GlobalTransform影响
(Inherited from TFObject)
Top
See Also