Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGiWebLightTraitsData.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 public OdGiWebLightTraitsData(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdGiWebLightTraitsData_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdGiWebLightTraitsData obj) {
26 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
27 }
28
29 protected override void Dispose(bool disposing) {
30 lock(this) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
32 if (swigCMemOwn) {
33 swigCMemOwn = false;
35 }
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
37 }
38 base.Dispose(disposing);
39 }
40 }
41
42 public OdGiWebLightTraitsData() : this(GlobalsPINVOKE.new_OdGiWebLightTraitsData(), true) {
44 }
45
46 public String webFile() {
49 return ret;
50}
51
52 public void setWebFile(String fileName) {
55 }
56
60 return ret;
61 }
62
63 public void setWebRotation(OdGeVector3d rot) {
66 }
67
68 public double webFlux() {
71 return ret;
72 }
73
74 public void setWebFlux(double flux) {
77 }
78
82 return ret;
83 }
84
88 }
89
93 return ret;
94 }
95
99 }
100
101 public bool webHorzAng90to270() {
104 return ret;
105 }
106
107 public void setWebHorzAng90to270(bool bHA) {
110 }
111
112 public new void save(OdGsFiler pFiler) {
115 }
116
117 public new void load(OdGsFiler pFiler) {
120 }
121
127
132 public Teigha.Core.OdGePoint3d vb_position() { return this.position(); }
133
139
145
146}
147
148}
static global::System.Exception Retrieve()
static int OdGiWebLightTraitsData_webFileType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiWebLightTraitsData_setWebRotation(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiWebLightTraitsData_setWebHorzAng90to270(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static int OdGiWebLightTraitsData_webSymmetry(global::System.Runtime.InteropServices.HandleRef jarg1)
static String OdGiWebLightTraitsData_webFile(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGiWebLightTraitsData(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiWebLightTraitsData_webRotation(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiWebLightTraitsData_setWebSymmetry(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdGiWebLightTraitsData_setWebFlux(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiWebLightTraitsData_setWebFileType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdGiWebLightTraitsData_setWebFile(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static double OdGiWebLightTraitsData_webFlux(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiWebLightTraitsData_save(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static bool OdGiWebLightTraitsData_webHorzAng90to270(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiWebLightTraitsData_load(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static HandleRef getCPtr(OdGeVector3d obj)
Definition: OdGeVector3d.cs:26
OdGiLightTraitsData.LightType type()
OdGiWebLightTraits.WebSymmetry webSymmetry()
OdGiWebLightTraits.WebFileType webFileType()
override void Dispose(bool disposing)
OdGiWebLightTraitsData(IntPtr cPtr, bool cMemoryOwn)
Teigha.Core.OdGiWebLightTraits.WebSymmetry vb_webSymmetry()
void setWebFileType(OdGiWebLightTraits.WebFileType type)
void setWebSymmetry(OdGiWebLightTraits.WebSymmetry sym)
static HandleRef getCPtr(OdGiWebLightTraitsData obj)
Teigha.Core.OdGiWebLightTraits.WebFileType vb_webFileType()
Teigha.Core.OdGiLightTraitsData.LightType vb_type()
static HandleRef getCPtr(OdGsFiler obj)
Definition: OdGsFiler.cs:25