Click or drag to resize

BaseContourPlate Class

返回用户文档首页
多边形板基类
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.SceneModelObject
    LoongCAD.STC.Friendly.SceneTFObject
      LoongCAD.STC.Friendly.SceneCutter
        LoongCAD.STC.Friendly.ScenePart
          LoongCAD.STC.Friendly.SceneBaseContourPlate
            LoongCAD.STC.Friendly.SceneConcreteSlab
            LoongCAD.STC.Friendly.SceneContourPlate

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public class BaseContourPlate : Part

The BaseContourPlate type exposes the following members.

Properties
 NameDescription
Public propertyAssemblyNumber 构件编号信息
(Inherited from Part)
Public propertyClass 零件等级
(Inherited from Part)
Public propertyContour 倒角信息
Public propertyCutTarget 切割目标
(Inherited from Cutter)
Public propertyEnabled 对象是否启用
(Inherited from ModelObject)
Public propertyExactCutMode 作为切割体时是否应用与截面完全一致的切割(若为false, 则有空截面作为切割体时不会保留孔内部分)
(Inherited from Cutter)
Public propertyFinish 抛光
(Inherited from Part)
Public propertyGuid 对象GUID
(Inherited from ModelObject)
Public propertyId 同Identifier, 缩写
(Inherited from ModelObject)
Public propertyIdentifier 对象ID
(Inherited from ModelObject)
Public propertyIsWeldGroove 是否开启焊接准备
(Inherited from Cutter)
Public propertyLabel 对象标签, 标签用于插件中识别每次刷新修改的物体
(Inherited from ModelObject)
Public propertyLocked 对象是否锁定
(Inherited from ModelObject)
Public propertyMaterial 材质对象
(Inherited from Part)
Public propertyName 用户属性
(Inherited from Part)
Public propertyParent 父对象
(Inherited from ModelObject)
Public propertyPartNumber 零件编号信息
(Inherited from Part)
Public propertyPhase 阶段号
(Inherited from ModelObject)
Public propertyPosition 构件编号信息
(Inherited from Part)
Public propertyPreBuilt 所属构件
(Inherited from Part)
Public propertyProfile 截面对象
(Inherited from Part)
Public propertyScene
(Inherited from ModelObject)
Public propertyType 核心对象类型
(Inherited from ModelObject)
Public propertyUserAttributes 用户属性
(Inherited from Part)
Top
Methods
 NameDescription
Public methodAddContourPoint 添加倒角点
Public methodDelete 从场景删除对象
(Inherited from ModelObject)
Public methodGetAssembly 所属构件
(Inherited from Part)
Public methodGetBolts 获取当前零件上的所有螺栓
(Inherited from Part)
Public methodGetBoundingBox 获取对象在世界空间的包围盒
(Inherited from ModelObject)
Public methodGetBoundPlane 获取指定边界面
(Inherited from Part)
Public methodGetCenterLine 获取零件中心线
(Inherited from Part)
Public methodGetCentroid 获取零件重心,此坐标受GlobalTransform影响
(Inherited from Part)
Public methodGetCoordinateSystem 获取对象在场景空间的坐标系
(Inherited from ModelObject)
Public methodGetCutters 获取当前零件上的所有切割体
(Inherited from Part)
Public methodGetGrossWeight 获取零件毛重
(Inherited from Part)
Public methodGetLabel 获取对象标签, 标签用于插件中识别每次刷新修改的物体
(Inherited from ModelObject)
Public methodGetLength 获取零件长度
(Inherited from Part)
Public methodGetNetWeight 获取零件净重
(Inherited from Part)
Public methodGetPhase 获取阶段号
(Inherited from ModelObject)
Public methodGetReferanceLine 获取零件参考线
(Inherited from Part)
Public methodGetReportProperty(String, Point)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Vector)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Double)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Int32)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Int64)
(Inherited from ModelObject)
Public methodGetReportProperty(String, String)
(Inherited from ModelObject)
Public methodGetSolid 获取零件几何体
(Inherited from Part)
Public methodGetSolid(SolidSolidCreationTypeEnum) 获取指定形式的零件几何体
(Inherited from Part)
Public methodGetSurfaceArea 获取零件表面积
(Inherited from Part)
Public methodGetVolume 获取零件体积
(Inherited from Part)
Public methodGetWelds 获取当前零件上的所有焊缝
(Inherited from Part)
Public methodInsert
(Inherited from TFObject)
Public methodModify
(Inherited from TFObject)
Public methodPickGeoFarPlane 基于参考坐标面捕捉零件的最远几何面,朝着目标方向寻找最远的几何面
(Inherited from Part)
Public methodPickGeoNearPlane 基于参考坐标面捕捉零件的最靠近几何面
(Inherited from Part)
Public methodPickGeoPlane 基于参考坐标面捕捉零件的几何面
(Inherited from Part)
Public methodPickPlanes 选择指定零件面
(Inherited from Part)
Public methodRefresh
(Inherited from TFObject)
Public methodSelect 同Sync, 将场景中数据同步到对象
(Inherited from ModelObject)
Public methodSetLabel 设置对象标签, 标签用于插件中识别每次刷新修改的物体
(Inherited from ModelObject)
Public methodSetPhase 设置阶段号
(Inherited from ModelObject)
Public methodSync
(Inherited from TFObject)
Top
See Also