Exemplo n.º 1
0
 public void ResolveReferences(Class374 modelBuilder)
 {
     if (this.ulong_0 == 0UL)
     {
         this.action_0(DxfObjectReference.Null);
     }
     else
     {
         this.action_0(DxfObjectReference.GetReference((IDxfHandledObject)modelBuilder.method_3(this.ulong_0)));
     }
 }
Exemplo n.º 2
0
 internal void SetValue(DxfObject value, bool addPersistentReactor)
 {
     this.dxfObjectReference_0 = DxfObjectReference.GetReference((IDxfHandledObject)value);
     if (this.dxfObjectReference_0 == null)
     {
         return;
     }
     if (value is INamedObject)
     {
         this.string_0 = (string)null;
     }
     if (this.dxfDictionary_0 == null)
     {
         return;
     }
     this.dxfDictionary_0.method_10((IDictionaryEntry)this, addPersistentReactor);
 }
Exemplo n.º 3
0
 public DxfDictionaryEntry(DxfObject value)
 {
     this.dxfObjectReference_0 = DxfObjectReference.GetReference((IDxfHandledObject)value);
 }
Exemplo n.º 4
0
 public DxfDictionaryEntry(string name, DxfObject value, bool valueReferenceIsHard)
 {
     this.string_0             = name;
     this.dxfObjectReference_0 = DxfObjectReference.GetReference((IDxfHandledObject)value);
     this.bool_0 = valueReferenceIsHard;
 }
Exemplo n.º 5
0
 protected DxfAnnotationScaleObjectContextData(DxfScale scale)
 {
     this.dxfObjectReference_3 = DxfObjectReference.GetReference((IDxfHandledObject)scale);
 }
Exemplo n.º 6
0
 public Corner(DxfVertex3D vertex, bool edgeVisible)
 {
     this.dxfObjectReference_0 = DxfObjectReference.GetReference((IDxfHandledObject)vertex);
     this.bool_0 = edgeVisible;
 }
Exemplo n.º 7
0
 public Corner(DxfVertex3D vertex)
 {
     this.dxfObjectReference_0 = DxfObjectReference.GetReference((IDxfHandledObject)vertex);
     this.bool_0 = true;
 }
Exemplo n.º 8
0
 internal void method_0(DxfLineType lineType)
 {
     this.dxfObjectReference_0 = DxfObjectReference.GetReference((IDxfHandledObject)lineType);
 }