const VectorCategory = { Line: { ArrowLine: "ArrowLine", NormalLine: "NormalLine", BaseLine: "BaseLine", MeasureLine: "MeasureLine", GuideLine: "GuideLine", PositionLine: "PositionLine", //定位线。基准点与待测点相连的线,或者与待测基准点相连的线 }, Point: { BasePoint: "BasePoint", //基准点 TestPoint: "TestPoint", //待测点 NormalPoint: "NormalPoint", //正常点 TestBasePoint: "TestBasePoint", //待测基准点,待测点与基准线相交的点 FixPoint: "FixPoint", //固定点 }, }; export default VectorCategory;