1234567891011121314151617181920212223242526 |
-
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using JBIM.Common;
- using JBIM.Definition;
- namespace JBIM.Component
- {
- [TypeDefiniton(TypeDefinition.Other)]
- public class Other : VisibleComponentObject
- {
-
-
-
- public double Rotation { get; set; }
- }
- }
|