主要是基于达索软件Composer Player、的基础上做些二次开发。

 public class ComposerToolBarSetting
    {
        public bool AntiAliasingOnIdle { get; set; }//抗锯齿化
        public bool AssySelectionMode { get; set; }//使能选择装配树
        public bool AssySelectionModeViewportIndicator { get; set; }//装配树选择模式
        public bool AutoKeyMode { get; set; }//使能自动键
        public bool AutoPlay { get; set; }        //自动播放
        public bool BorderMask { get; set; }//在控件窗体应用border
        public bool CameraInertia { get; set; }//照相机惯性模式
        public bool CameraPlayMode { get; set; }//照相机播放模式
        public bool GroundGrid { get; set; }//地面
        public bool LoopPlay { get; set; }//循环播放
        public bool NoHighlight { get; set; }//高亮显示
        public bool RemoveMeasurementCommands { get; set; }//移除测量工具条
        public bool RenderGroundShadow { get; set; }//渲染地面阴影
        public bool ShowAnnotationToolBar { get; set; }//注释工具条
        public bool ShowAssemblyTreeBar { get; set; }//装配树
        public bool ShowBomTreeBar { get; set; }//BOM树
        public bool ShowCameraToolBar { get; set; }//照相机工具条
        public bool ShowCameraViewToolBar { get; set; }//照相机视图工具条
        public bool ShowCollabToolBar { get; set; }//协同工具条
        public bool ShowCollabTreeBar { get; set; }//协同树
        public bool ShowCuttingPlaneToolBar { get; set; }//剖切工具条
        public bool ShowGeometryToolBar { get; set; }//几何图形工具条
        public bool ShowMain3DToolBar { get; set; }//主要3D工具条
        public bool ShowMarkerBar { get; set; }//标记工具条
        public bool ShowMeasurementToolBar { get; set; }//测量工具条
        public bool ShowPaper { get; set; }//显示白纸页面
        public bool ShowPropertyBar { get; set; }//属性
        public bool ShowRedlineToolBar { get; set; }//红线工具条
        public bool ShowRenderToolBar { get; set; }//渲染工具条
        public bool ShowStandardToolBar { get; set; }//标准工具条
        public bool ShowStatusBar { get; set; }//状态条
        public bool ShowTimelineBar { get; set; }//时间线
        public bool ShowTreesBar { get; set; }//
        public bool ShowViewBar { get; set; }//视图条
        public bool ShowVisibilityToolBar { get; set; }//可见性工具条
        public bool UseGUID { get; set; }//是否返回GUID
         
    }
Composer 工具栏

相关文章:

  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2021-10-15
  • 2022-03-03
  • 2021-09-16
  • 2021-12-04
  • 2021-12-02
猜你喜欢
  • 2021-12-02
  • 2021-09-08
  • 2021-11-14
  • 2022-12-23
  • 2022-01-16
  • 2021-04-19
  • 2022-12-23
相关资源
相似解决方案